summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-28 11:21:28 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-28 11:21:28 -0400
commit97a22f3345378cfe093b171dfb2cf8362f6c59bb (patch)
treea5aea21c3d74ef9ebb4f968c553172d53989f9f3
parentupdate hyprpaper to v0.7.1 (diff)
downloadsakura-97a22f3345378cfe093b171dfb2cf8362f6c59bb.tar.gz
sakura-97a22f3345378cfe093b171dfb2cf8362f6c59bb.tar.bz2
sakura-97a22f3345378cfe093b171dfb2cf8362f6c59bb.zip
update hypridle to v0.1.4
-rw-r--r--sakura/packages/hypr.scm15
1 files 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 ")