Compare commits

...

5 Commits

Author SHA1 Message Date
Markus Volk
88defa0ae1 hyprland-plugins: update 2024-06-21 19:35:18 +02:00
Markus Volk
1e8567d62d hyprutils: update 2024-06-21 19:35:00 +02:00
Markus Volk
f3f2264db2 hyprlock: cleanup 2024-06-21 19:33:55 +02:00
Markus Volk
ef2be188db aquamarine: add recipe 2024-06-21 19:32:35 +02:00
Markus Volk
3cf9b83dfc hyprwayland-scanner: update 2024-06-21 19:29:47 +02:00
5 changed files with 44 additions and 5 deletions

View 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

View File

@ -1,2 +1,2 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "d92d9d6cd93b731143119cbcab54dcc7a0481131"
SRCREV = "667ea74c36f385ad9a923a0bde10b9e9726e9f4e"

View File

@ -8,7 +8,22 @@ SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
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"
SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "1f59192a2d5d2fcebf5ca8ffc3d19a94df0b7717"
PV = "0.1.3"
SRCREV = "4f1351295c55a8f51219b25aa4a6497a067989d0"
PV = "0.1.4"
inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprwayland-scanner.git;protocol=https;branch
DEPENDS = "pugixml"
S = "${WORKDIR}/git"
SRCREV = "0f30f9eca6e404130988554accbb64d1c9ec877d"
SRCREV = "1413398dcaf702e78a678090c92c26a5fd604ce6"
PV = "0.3.10"
inherit cmake pkgconfig