[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/47: gnu: gnome-settings-daemon: Update to 3.34.1.
From: |
guix-commits |
Subject: |
23/47: gnu: gnome-settings-daemon: Update to 3.34.1. |
Date: |
Mon, 23 Mar 2020 15:50:52 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 6fb8f481a7f081d1a8866ac2ceebcae7f2f22a2a
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 333aabe..6944a5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4135,7 +4135,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)
@@ -4144,7 +4144,7 @@ services for numerous locations.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks"))))
+ "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -4152,6 +4152,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")
@@ -4189,7 +4190,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
- 05/47: gnu: eog: Update to 3.34.1., (continued)
- 05/47: gnu: eog: Update to 3.34.1., guix-commits, 2020/03/23
- 06/47: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/03/23
- 07/47: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/03/23
- 09/47: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/03/23
- 12/47: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/03/23
- 15/47: gnu: gnome-online-accounts: Update to 3.34.1., guix-commits, 2020/03/23
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/03/23
- 17/47: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/03/23
- 14/47: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/03/23
- 16/47: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/03/23
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1.,
guix-commits <=
- 18/47: gnu: evolution: Update to 3.34.2., guix-commits, 2020/03/23
- 24/47: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/03/23
- 22/47: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/03/23
- 25/47: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/03/23
- 26/47: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/03/23
- 27/47: gnu: gnome-screenshot: Update to 3.34.0., guix-commits, 2020/03/23
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23
- 30/47: gnu: totem: Update to 3.34.1., guix-commits, 2020/03/23
- 33/47: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/03/23
- 34/47: gnu: gjs: Update to 1.58.3., guix-commits, 2020/03/23