guix-commits
[Top][All Lists]
Advanced

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

21/46: gnu: gnome-settings-daemon: Update to 3.34.1.


From: guix-commits
Subject: 21/46: gnu: gnome-settings-daemon: Update to 3.34.1.
Date: Sat, 18 Apr 2020 17:55:16 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 201547590de0bfd08acbe1f39adecbaa582778af
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.
    
    (cherry picked from commit 048875f365d1591ad45853e76bda180d32f2bef7)
---
 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 00a8b00..668e2a5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4192,7 +4192,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)
@@ -4201,7 +4201,7 @@ services for numerous locations.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks"))))
+         "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -4209,6 +4209,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")
@@ -4246,7 +4247,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]