[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/74: gnu: gnome-settings-daemon: Update to 3.28.1.
From: |
guix-commits |
Subject: |
31/74: gnu: gnome-settings-daemon: Update to 3.28.1. |
Date: |
Fri, 30 Nov 2018 09:07:18 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 0df1b7b74c4a69fb716fd395573b575367257dfe
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 | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index db4e468..593984c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3068,7 +3068,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)
@@ -3077,20 +3077,26 @@ 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.
+ `(#: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)
@@ -3110,6 +3116,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")
- 13/74: gnu: libusb.scm: Use license: prefix., (continued)
- 13/74: gnu: libusb.scm: Use license: prefix., guix-commits, 2018/11/30
- 20/74: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2018/11/30
- 32/74: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2018/11/30
- 36/74: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2018/11/30
- 37/74: gnu: gvfs: Update to 1.36.2., guix-commits, 2018/11/30
- 35/74: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2018/11/30
- 12/74: gnu: gedit: Use gtksourceview-3., guix-commits, 2018/11/30
- 01/74: gnu: Add umockdev., guix-commits, 2018/11/30
- 17/74: gnu: glibmm: Update to 2.56.0., guix-commits, 2018/11/30
- 52/74: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2018/11/30
- 31/74: gnu: gnome-settings-daemon: Update to 3.28.1.,
guix-commits <=
- 30/74: gnu: libgweather: Update to 3.28.2., guix-commits, 2018/11/30
- 48/74: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2018/11/30
- 73/74: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2018/11/30
- 54/74: gnu: Add libdazzle., guix-commits, 2018/11/30
- 58/74: gnu: gnome-screenshot: Update to 3.26.0., guix-commits, 2018/11/30
- 40/74: gnu: devhelp: Update to 3.28.1., guix-commits, 2018/11/30
- 50/74: gnu: gucharmap: Update to 10.0.4., guix-commits, 2018/11/30
- 70/74: gnu: libimobiledevice: Do not hardcode Python version., guix-commits, 2018/11/30
- 61/74: gnu: nautilus: Update to 3.28.1., guix-commits, 2018/11/30
- 62/74: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2018/11/30