guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/60: gnu: gnome-settings-daemon: Update to 3.34.1.


From: guix-commits
Subject: 29/60: gnu: gnome-settings-daemon: Update to 3.34.1.
Date: Sat, 25 Jan 2020 14:47:09 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit bde0252f1fa5ef2e9fa05bffc581d6cabbfc76d9
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 16:59:37 2019 -0500

    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.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f652fba..a8fbc04 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4262,7 +4262,7 @@ services for numerous locations.")
 (define-public gnome-settings-daemon
   (package
     (name "gnome-settings-daemon")
-    (version "3.32.1")
+    (version "3.34.1")
     (source
      (origin
        (method url-fetch)
@@ -4271,7 +4271,7 @@ services for numerous locations.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks"))))
+         "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -4279,6 +4279,7 @@ services for numerous locations.")
        (list (string-append "-Dudev_dir="
                             (assoc-ref %outputs "out")
                             "/lib/udev/rules.d/")
+             "-Dsystemd=false"
              ;; Otherwise, the RUNPATH will lack the final path component.
              (string-append "-Dc_link_args=-Wl,-rpath="
                             (assoc-ref %outputs "out")
@@ -4316,7 +4317,9 @@ services for numerous locations.")
        ("librsvg" ,librsvg)
        ("xf86-input-wacom" ,xf86-input-wacom)
        ("wayland" ,wayland)
-       ("network-manager" ,network-manager)))
+       ("network-manager" ,network-manager)
+       ("gcr" ,gcr)
+       ("modem-manager" ,modem-manager)))
     (home-page "https://www.gnome.org";)
     (synopsis "GNOME settings daemon")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]