mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: gnome-settings-daemon: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.34.1. [arguments]: Add configure flag to build without systemd. [inputs]: Add gcr and modem-manager. (cherry picked from commit 048875f365d1591ad45853e76bda180d32f2bef7)
This commit is contained in:
parent
f67ce0069a
commit
201547590d
1 changed files with 6 additions and 3 deletions
|
@ -4192,7 +4192,7 @@ (define-public libgweather
|
||||||
(define-public gnome-settings-daemon
|
(define-public gnome-settings-daemon
|
||||||
(package
|
(package
|
||||||
(name "gnome-settings-daemon")
|
(name "gnome-settings-daemon")
|
||||||
(version "3.32.1")
|
(version "3.34.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4201,7 +4201,7 @@ (define-public gnome-settings-daemon
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks"))))
|
"07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -4209,6 +4209,7 @@ (define-public gnome-settings-daemon
|
||||||
(list (string-append "-Dudev_dir="
|
(list (string-append "-Dudev_dir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/udev/rules.d/")
|
"/lib/udev/rules.d/")
|
||||||
|
"-Dsystemd=false"
|
||||||
;; Otherwise, the RUNPATH will lack the final path component.
|
;; Otherwise, the RUNPATH will lack the final path component.
|
||||||
(string-append "-Dc_link_args=-Wl,-rpath="
|
(string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
|
@ -4246,7 +4247,9 @@ (define-public gnome-settings-daemon
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
("xf86-input-wacom" ,xf86-input-wacom)
|
("xf86-input-wacom" ,xf86-input-wacom)
|
||||||
("wayland" ,wayland)
|
("wayland" ,wayland)
|
||||||
("network-manager" ,network-manager)))
|
("network-manager" ,network-manager)
|
||||||
|
("gcr" ,gcr)
|
||||||
|
("modem-manager" ,modem-manager)))
|
||||||
(home-page "https://www.gnome.org")
|
(home-page "https://www.gnome.org")
|
||||||
(synopsis "GNOME settings daemon")
|
(synopsis "GNOME settings daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue