[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/61: gnu: gnome-control-center: Update to 3.28.2.
From: |
guix-commits |
Subject: |
51/61: gnu: gnome-control-center: Update to 3.28.2. |
Date: |
Sat, 9 Mar 2019 02:53:28 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 59dac02602a05e909e6bd48a9e795b60d3be8836
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 18:54:42 2018 +0200
gnu: gnome-control-center: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.28.2.
[build-system]: Use meson-build-system.
[arguments]: Add configure flags.
[native-inputs]: Add gkt+:bin.
---
gnu/packages/gnome.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3f43e29..fe9f0c2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5666,7 +5666,7 @@ devices using the GNOME desktop.")
(define-public gnome-control-center
(package
(name "gnome-control-center")
- (version "3.24.3")
+ (version "3.28.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5674,10 +5674,13 @@ devices using the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "18ncjqjj93a39sla2zjr9i6pw59yh87p4jla899lmvi2qajd5923"))))
- (build-system glib-or-gtk-build-system)
+ "0d6pjdbsra16nav8201kaadja5yma92bhziki9601ilk2ry3v7pz"))))
+ (build-system meson-build-system)
(arguments
- '(#:phases
+ '(#:glib-or-gtk? #t
+ #:configure-flags
+ (list "-Dcheese=false")
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
@@ -5692,6 +5695,7 @@ devices using the GNOME desktop.")
#t))))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
+ ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("xsltproc" ,libxslt)))
- 20/61: gnu: libgweather: Update to 3.28.2., (continued)
- 20/61: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/03/09
- 14/61: gnu: gcr: Update to 3.28.0., guix-commits, 2019/03/09
- 38/61: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/03/09
- 23/61: gnu: eog: Update to 3.28.2., guix-commits, 2019/03/09
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/03/09
- 30/61: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/03/09
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2.,
guix-commits <=
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 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