Compare commits

..

7 Commits

Author SHA1 Message Date
Markus Volk
77074ad9b9 hyprland: update 2024-12-19 18:58:02 +01:00
Markus Volk
c048e1b478 aquamarine: update 2024-12-19 18:50:49 +01:00
Markus Volk
d6200fae09 hyprland-plugins: update 2024-12-19 18:50:26 +01:00
Markus Volk
ceabb88841 hyprgraphics: update 2024-12-19 18:49:52 +01:00
Markus Volk
1a1be3ff20 hyprcursor: update 2024-12-19 18:49:33 +01:00
Markus Volk
b15bd8e8ed hyprlock: update 2024-12-19 18:44:40 +01:00
Markus Volk
5be67ded66 xdg-desktop-portal-hyprland: update 2024-12-19 18:41:54 +01:00
7 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,3 @@
SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1"
SRCREV = "3e884d941ca819c1f2e50df8bdae0debded1ed87" SRCREV = "fa50ab342b29f0981eab8c1ba57648d8c9d8c85c"
PV = "1.3.8" PV = "1.3.9"

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "9441860f40ea6da65424539c4f6fcc26a1603420" SRCREV = "a23e9a9bdfa745efe578442f180e1079602ad6b9"
PV = "0.5.1" PV = "0.5.1"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -9,7 +9,7 @@ SRC_URI = "git://github.com/hyprwm/hyprcursor.git;protocol=https;branch=main"
DEPENDS = "cairo librsvg libzip hyprlang tomlplusplus" DEPENDS = "cairo librsvg libzip hyprlang tomlplusplus"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "c18572a92eb39e4921b4f4c2bca8521b6f701b58" SRCREV = "f388aacd22be4a6e4d634fbaf6f75eb0713d239a"
PV = "0.1.10" PV = "0.1.10"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -9,6 +9,6 @@ DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl file"
SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "cc95e5babc6065bc3ab4cd195429a9900836ef13" SRCREV = "0f9b8ca692b319c3cadd10175518805dbdc33ef0"
PV = "0.1.1" PV = "0.1.1"
inherit cmake pkgconfig inherit cmake pkgconfig

View File

@ -1,5 +1,5 @@
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 = "3dcca4c0d40925fbb69a67be54eef1cf8730843c" SRCREV = "2bfda39fc841434ffc229327a1ec2e11650c4db8"
# Hack to allow patching the plugins # Hack to allow patching the plugins
do_configure:prepend() { do_configure:prepend() {

View File

@ -44,8 +44,8 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
SRCREV = "788ae588979c2a1ff8a660f16e3c502ef5796755" SRCREV = "254fc2bc6000075f660b4b8ed818a6af544d1d64"
PV = "0.46.0" PV = "0.46.1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "opengl"
DEPENDS = " \ DEPENDS = " \
cairo \ cairo \
hyprgraphics \
hyprlang \ hyprlang \
hyprutils \ hyprutils \
jpeg \ jpeg \
@ -27,8 +28,8 @@ DEPENDS = " \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "c3c28feb4c6469269d049185e9427bf4a33c8c40" SRCREV = "d12b4a7fbaf570fbe9322c09a777c124fbf15306"
PV = "0.5.0" PV = "0.6.0"
inherit cmake pkgconfig features_check inherit cmake pkgconfig features_check