3 Commits

Author SHA1 Message Date
Markus Volk
7df3eaab26 hyprland: add missing hyprutils dependency 2024-06-16 19:04:33 +02:00
Markus Volk
4072995729 hyprland-plugins: update 2024-06-16 18:40:22 +02:00
Markus Volk
6ce5fcfa16 hyprland: update 2024-06-16 18:40:03 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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 = "8571aa9badf7db9c4911018a5611c038cc776256" SRCREV = "d92d9d6cd93b731143119cbcab54dcc7a0481131"

View File

@@ -11,6 +11,7 @@ DEPENDS += " \
cairo \ cairo \
hyprcursor \ hyprcursor \
hyprlang \ hyprlang \
hyprutils \
jq-native \ jq-native \
hwdata-native \ hwdata-native \
libdisplay-info \ libdisplay-info \
@@ -41,7 +42,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "77f44bfcab6c3e553d26a776c011613efbfe6cfd" SRCREV = "2031af82fa029aa098357339d502b53c371919d4"
PV = "0.41.1" PV = "0.41.1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"