[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/61: gnu: gnome-settings-daemon: Update to 3.28.1.
From: |
guix-commits |
Subject: |
21/61: gnu: gnome-settings-daemon: Update to 3.28.1. |
Date: |
Sat, 9 Mar 2019 02:53:23 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit e644f9fa4911eaad2ddf0c14dd6fc9751f4d1f53
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:26:55 2018 +0200
gnu: gnome-settings-daemon: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Override udev rules directory with configure flags.
[native-inputs]: Add glib:bin.
[inputs]: Add alsa-lib, colord, and wayland.
---
gnu/packages/gnome.scm | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4515208..196ff43 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3165,7 +3165,7 @@ services for numerous locations.")
(define-public gnome-settings-daemon
(package
(name "gnome-settings-daemon")
- (version "3.24.3")
+ (version "3.28.1")
(source
(origin
(method url-fetch)
@@ -3174,20 +3174,27 @@ services for numerous locations.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14w5jhpq02mbcxvn41qcj3cjfqdr3sgzl96c6glwpdrjphw61i38"))))
- (build-system glib-or-gtk-build-system)
+ "0z9dip9p0iav646cmxisii5sbkdr9hmaklc5fzvschpbjkhphksr"))))
+ (build-system meson-build-system)
(arguments
- `(;; Color management test can't reach the colord system service.
+ `(#:glib-or-gtk? #t
+ #:configure-flags
+ (list (string-append "-Dudev_dir="
+ (assoc-ref %outputs "out")
+ "/lib/udev/rules.d/"))
+ ;; Color management test can't reach the colord system service.
#:tests? #f))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("glib:bin" ,glib "bin") ; for glib-mkenums
+ ("pkg-config" ,pkg-config)
("intltool" ,intltool)
("xsltproc" ,libxslt)
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("docbook-xml" ,docbook-xml-4.2)
("docbook-xsl" ,docbook-xsl)))
(inputs
- `(("colord" ,colord)
+ `(("alsa-lib" ,alsa-lib)
+ ("colord" ,colord)
("libgudev" ,libgudev)
("upower" ,upower)
("polkit" ,polkit)
@@ -3207,6 +3214,7 @@ services for numerous locations.")
("libwacom" ,libwacom)
("librsvg" ,librsvg)
("xf86-input-wacom" ,xf86-input-wacom)
+ ("wayland" ,wayland)
("network-manager" ,network-manager)))
(home-page "https://www.gnome.org")
(synopsis "GNOME settings daemon")
- 06/61: gnu: yelp-xsl: Update to 3.28.0., (continued)
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09
- 11/61: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/03/09
- 13/61: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/03/09
- 18/61: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/03/09
- 17/61: gnu: glade3: Update to 3.22.1., guix-commits, 2019/03/09
- 24/61: gnu: libgudev: Update to 232., guix-commits, 2019/03/09
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09
- 22/61: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/03/09
- 21/61: gnu: gnome-settings-daemon: Update to 3.28.1.,
guix-commits <=
- 36/61: gnu: zenity: Update to 3.28.1., guix-commits, 2019/03/09
- 42/61: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/03/09
- 39/61: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/03/09
- 32/61: gnu: orca: Update to 3.28.1., guix-commits, 2019/03/09
- 28/61: gnu: librsvg: Build Vala bindings., guix-commits, 2019/03/09
- 46/61: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/03/09
- 49/61: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/03/09
- 58/61: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/03/09
- 31/61: gnu: gjs: Update to 1.52.3., guix-commits, 2019/03/09
- 34/61: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/03/09