From 2bfda55b4ec475ce389b0da1c0dcdd8664c50792 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 2 Jan 2024 15:28:13 +0100 Subject: [PATCH] hyprland-contrib: update --- recipes-support/hyprland-contrib/hyprland-contrib_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/hyprland-contrib/hyprland-contrib_git.bb b/recipes-support/hyprland-contrib/hyprland-contrib_git.bb index e644bb4..93eb929 100644 --- a/recipes-support/hyprland-contrib/hyprland-contrib_git.bb +++ b/recipes-support/hyprland-contrib/hyprland-contrib_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d" SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main" S = "${WORKDIR}/git" -SRCREV = "bef073cff65917ba2d888aa4dc39bd9868e2b0a4" +SRCREV = "955cb4914cbbacb15a0c1037aacdad60de60161d" PV = "0.1" DEPENDS = "scdoc-native" @@ -16,8 +16,8 @@ RDEPENDS:${PN} = "bash sed rofi 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 grimblast hyprprop scratchpad shellevents try_swap_workspace; do - cd $dir && oe_runmake install && cd ${S} + for dir in grimblast hyprprop scratchpad hdrop shellevents try_swap_workspace; do + cd $dir && oe_runmake && oe_runmake install && cd ${S} done }