From 0bba89ca28dd8c1f8550799e6a391a4259077cb6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 19 Apr 2024 18:35:28 +0200 Subject: [PATCH] hypridle: update --- recipes-support/hyprland/hypridle_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-support/hyprland/hypridle_git.bb b/recipes-support/hyprland/hypridle_git.bb index 6a88c5d..0b9bbc0 100644 --- a/recipes-support/hyprland/hypridle_git.bb +++ b/recipes-support/hyprland/hypridle_git.bb @@ -9,7 +9,9 @@ SRC_URI = "git://github.com/hyprwm/hypridle.git;protocol=https;branch=main" DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++" S = "${WORKDIR}/git" -SRCREV = "6ea4e04532abbed693d428a780db5f415183477d" -PV = "0.1.1" +SRCREV = "7cff4581a3753154fc5b41f39a098fad49b777b1" +PV = "0.1.2" inherit cmake pkgconfig + +FILES:${PN} += "${systemd_user_unitdir}"