update hypridle to v0.1.4

This commit is contained in:
Freya Murphy 2024-10-28 11:21:28 -04:00
parent 7429c8097d
commit 97a22f3345
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -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 ")