[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/62: gnu: gnome-settings-daemon: Update to 3.28.1.
From: |
guix-commits |
Subject: |
22/62: gnu: gnome-settings-daemon: Update to 3.28.1. |
Date: |
Fri, 8 Feb 2019 16:26:38 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 64f7910a63c0c40dc3a01f335443b98458ed52b5
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 c646814..9949da2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3063,7 +3063,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)
@@ -3072,20 +3072,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)
@@ -3105,6 +3112,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")
- 10/62: gnu: glibmm: Update to 2.56.0., (continued)
- 10/62: gnu: glibmm: Update to 2.56.0., guix-commits, 2019/02/08
- 09/62: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/02/08
- 11/62: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/02/08
- 25/62: gnu: libgudev: Update to 232., guix-commits, 2019/02/08
- 20/62: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/02/08
- 26/62: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2019/02/08
- 17/62: gnu: glade3: Update to 3.22.1., guix-commits, 2019/02/08
- 07/62: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/02/08
- 27/62: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2019/02/08
- 39/62: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/02/08
- 22/62: gnu: gnome-settings-daemon: Update to 3.28.1.,
guix-commits <=
- 23/62: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/02/08
- 37/62: gnu: zenity: Update to 3.28.1., guix-commits, 2019/02/08
- 41/62: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/02/08
- 47/62: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/02/08
- 36/62: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/02/08
- 57/62: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/02/08
- 12/62: gnu: libproxy: Remove network-manager., guix-commits, 2019/02/08
- 18/62: gnu: gnumeric: Update to 1.12.41., guix-commits, 2019/02/08
- 15/62: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2019/02/08
- 33/62: gnu: orca: Update to 3.28.1., guix-commits, 2019/02/08