[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/62: gnu: gnome-control-center: Update to 3.28.2.
From: |
guix-commits |
Subject: |
52/62: gnu: gnome-control-center: Update to 3.28.2. |
Date: |
Wed, 23 Jan 2019 06:12:56 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 63c60de392ba512214ff72e2e0072cbaf9cd2988
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 ea13a95..cfd64a3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5549,7 +5549,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 "/"
@@ -5557,10 +5557,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)
@@ -5575,6 +5578,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)))
- 35/62: gnu: network-manager: Update to 1.10.10., (continued)
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/01/23
- 61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir., guix-commits, 2019/01/23
- 11/62: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/01/23
- 22/62: gnu: gnome-settings-daemon: Update to 3.28.1., guix-commits, 2019/01/23
- 25/62: gnu: libgudev: Update to 232., guix-commits, 2019/01/23
- 24/62: gnu: eog: Update to 3.28.2., guix-commits, 2019/01/23
- 17/62: gnu: glade3: Update to 3.22.1., guix-commits, 2019/01/23
- 36/62: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/01/23
- 42/62: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/01/23
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/01/23
- 52/62: gnu: gnome-control-center: Update to 3.28.2.,
guix-commits <=
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/01/23
- 44/62: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/01/23
- 45/62: gnu: gnome-calendar: Update to 3.28.2., guix-commits, 2019/01/23
- 49/62: gnu: tracker: Update to 2.0.4., guix-commits, 2019/01/23
- 54/62: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/01/23
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/01/23
- 57/62: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/01/23
- 59/62: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/01/23