Compare commits

..

4 Commits

Author SHA1 Message Date
Markus Volk
0949836b81 hyprutils: update 2024-11-10 12:08:54 +01:00
Markus Volk
1f5c883e69 hyorland-plugins: update 2024-11-10 12:08:32 +01:00
Markus Volk
efa028b857 hyprland: update 2024-11-10 12:08:19 +01:00
Markus Volk
4881719a33 aquamarine: update 2024-11-10 12:07:57 +01:00
4 changed files with 7 additions and 7 deletions

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 = "9874e08eec85b5542ca22494e127b0cdce46b786" SRCREV = "f5ed91d122c8b84d57a24bf65a919207475dc3a7"
PV = "0.4.3" PV = "0.4.4"
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 = "c347d8ad9b80370d573e5a01b2e8bf10e6d0dbe5" SRCREV = "844eb98250da448e17471f20beed23a5f5d33a3a"
# Hack to allow patching the plugins # Hack to allow patching the plugins
do_configure:prepend() { do_configure:prepend() {

View File

@ -42,8 +42,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 = "40081cb330fa838ad9c0a7b87c20b2300ea7fb38" SRCREV = "a425fbebe4cf4238e48a42f724ef2208959d66cf"
PV = "0.44.1" PV = "0.45.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -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 = "7373e8721502bfe696efbe3b7c350335eb0c1fc9" SRCREV = "60d3dece30f98e8ad85131829c8529950630d6bc"
PV = "0.2.3" PV = "0.2.4"
inherit cmake pkgconfig inherit cmake pkgconfig