mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: swaynotificationcenter: Update to 0.8.0.
* gnu/packages/wm.scm (swaynotificationcenter): Update to 0.8.0. [inputs]: Add libgee and pulseaudio. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
c6ff934337
commit
c63e665286
1 changed files with 4 additions and 2 deletions
|
@ -1779,7 +1779,7 @@ (define-public swaybg
|
||||||
(define-public swaynotificationcenter
|
(define-public swaynotificationcenter
|
||||||
(package
|
(package
|
||||||
(name "swaynotificationcenter")
|
(name "swaynotificationcenter")
|
||||||
(version "0.7.3")
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1787,7 +1787,7 @@ (define-public swaynotificationcenter
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xvr5m5sqznr3dd512i5pk0d56v7n0ywdcy6rnz85vbf2k7b6kj5"))))
|
(base32 "1c3gd6mlr209jzzrh5jmws2lawnn3gr6smvzcw74kkpi3wvs7l0k"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "-Dsystemd-service=false")))
|
(arguments (list #:configure-flags #~(list "-Dsystemd-service=false")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1803,6 +1803,8 @@ (define-public swaynotificationcenter
|
||||||
gtk+
|
gtk+
|
||||||
gtk-layer-shell
|
gtk-layer-shell
|
||||||
libhandy
|
libhandy
|
||||||
|
libgee
|
||||||
|
pulseaudio
|
||||||
wayland-protocols))
|
wayland-protocols))
|
||||||
(synopsis "Notification daemon with a graphical interface")
|
(synopsis "Notification daemon with a graphical interface")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue