From 97a22f3345378cfe093b171dfb2cf8362f6c59bb Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 28 Oct 2024 11:21:28 -0400 Subject: [PATCH] update hypridle to v0.1.4 --- sakura/packages/hypr.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sakura/packages/hypr.scm b/sakura/packages/hypr.scm index ac4e80d..ae9b033 100644 --- a/sakura/packages/hypr.scm +++ b/sakura/packages/hypr.scm @@ -347,7 +347,7 @@ for c++.") (uri (git-reference (url "https://github.com/hyprwm/aquamarine") (commit (string-append "v" version)))) - (patches (sakura-patches "aquamarine-fix-cmake.patch")) + (patches (sakura-patches "aquamarine-fix-cmake.patch")) (file-name (git-file-name name version)) (sha256 (base32 @@ -379,7 +379,7 @@ for c++.") (uri (git-reference (url "https://github.com/hyprwm/Hyprland") (commit (string-append "v" version)))) - (patches (sakura-patches "hyprland-fix-cmake.patch")) + (patches (sakura-patches "hyprland-fix-cmake.patch")) (modules '((guix build utils))) (snippet '(begin @@ -495,14 +495,14 @@ mo .") (define-public hypridle (package (name "hypridle") - (version "0.1.2") + (version "0.1.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/hypridle" "/archive/refs/tags/v" version ".tar.gz")) (sha256 (base32 - "0ybwip7yq9q569naz5bnrvcdz99648c4pln2zi30z21y333hpas0")))) + "0l406qgdrzxxl2fbpwdr8nw6223175iq8dlh9zr2vav5pqbqk1sa")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) @@ -511,8 +511,11 @@ mo .") pkg-config)) (inputs (append hyprwayland-common - (list hyprlang - sdbus-c++))) + (list ; libs + sdbus-c++-for-hyprland + ; hypr + hyprlang + hyprutils))) (home-page "https://github.com/hyprwm/hypridle") (license license:bsd-3) (synopsis "Hyprland's idle daemon ")