mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-23 17:26:44 +02:00
Compare commits
5 Commits
a96dbca642
...
88defa0ae1
Author | SHA1 | Date | |
---|---|---|---|
|
88defa0ae1 | ||
|
1e8567d62d | ||
|
f3f2264db2 | ||
|
ef2be188db | ||
|
3cf9b83dfc |
24
recipes-support/hyprland/aquamarine_git.bb
Normal file
24
recipes-support/hyprland/aquamarine_git.bb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
SUMMARY = "Aquamarine is a very light linux rendering backend library"
|
||||||
|
HOMEPAGE = "https:/github.com/hyprwm/aquamarine"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
hyprutils \
|
||||||
|
hyprwayland-scanner-native \
|
||||||
|
libdrm \
|
||||||
|
pixman \
|
||||||
|
virtual/libgbm \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
SRCREV = "d435736fa73fedffa5aba2bfa01c6c33efb8b884"
|
||||||
|
PV = "0.1.0"
|
||||||
|
|
||||||
|
inherit cmake pkgconfig
|
@ -1,2 +1,2 @@
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||||
SRCREV = "d92d9d6cd93b731143119cbcab54dcc7a0481131"
|
SRCREV = "667ea74c36f385ad9a923a0bde10b9e9726e9f4e"
|
||||||
|
@ -8,7 +8,22 @@ SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||||
|
|
||||||
DEPENDS = "wayland wayland-native wayland-protocols hyprlang hyprutils libxkbcommon cairo pango jpeg libwebp libdrm libpam virtual/libgl virtual/egl"
|
DEPENDS = " \
|
||||||
|
cairo \
|
||||||
|
hyprlang \
|
||||||
|
hyprutils \
|
||||||
|
jpeg \
|
||||||
|
libdrm \
|
||||||
|
libpam \
|
||||||
|
libwebp \
|
||||||
|
libxkbcommon \
|
||||||
|
pango \
|
||||||
|
virtual/egl \
|
||||||
|
virtual/libgl \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"
|
SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"
|
||||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
|||||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "1f59192a2d5d2fcebf5ca8ffc3d19a94df0b7717"
|
SRCREV = "4f1351295c55a8f51219b25aa4a6497a067989d0"
|
||||||
PV = "0.1.3"
|
PV = "0.1.4"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
|
|||||||
DEPENDS = "pugixml"
|
DEPENDS = "pugixml"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "0f30f9eca6e404130988554accbb64d1c9ec877d"
|
SRCREV = "1413398dcaf702e78a678090c92c26a5fd604ce6"
|
||||||
PV = "0.3.10"
|
PV = "0.3.10"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user