From 32fecacc8128832b2dadaee0983d8c1e391a14b3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 30 Mar 2026 08:05:07 +0200 Subject: [PATCH] hyprland-contrib: update --- .../hyprland/hyprland-contrib/hyprland-contrib_0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hyprland-contrib/hyprland-contrib_0.1.bb b/recipes-support/hyprland/hyprland-contrib/hyprland-contrib_0.1.bb index 7ddf479..06606e8 100644 --- a/recipes-support/hyprland/hyprland-contrib/hyprland-contrib_0.1.bb +++ b/recipes-support/hyprland/hyprland-contrib/hyprland-contrib_0.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d" SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main" -SRCREV = "e291151acd302c568cdaf66f165f6cc6f32c424a" +SRCREV = "ca3c381df6018e6c400ceac994066427c98fe323" DEPENDS = "scdoc-native" RDEPENDS:${PN} = "bash sed jq libnotify grim slurp wl-clipboard" @@ -14,7 +14,7 @@ RDEPENDS:${PN} = "bash sed jq libnotify grim slurp wl-clipboard" EXTRA_OEMAKE += "DESTDIR=${D} PREFIX=${prefix} BINDIR=${D}${bindir} MANDIR=${D}${datadir}/man MAN1DIR=${D}${datadir}/man1" do_install() { - for dir in hyprprop hdrop shellevents try_swap_workspace scratchpad grimblast; do + for dir in hyprprop hdrop shellevents try_swap_workspace scratchpad grimblast cycle-layout hyprosd-mako; do cd $dir && oe_runmake && oe_runmake install && cd ${S} done }