[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/76: gnu: gnome-control-center: Update to 40.1.
From: |
guix-commits |
Subject: |
59/76: gnu: gnome-control-center: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 10:30:08 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit aaf7a042e6655d32c85a160c198a8874b39d02db
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 08:06:17 2021 +0000
gnu: gnome-control-center: Update to 40.1.
* gnu/packages/gnome.scm (gnome-control-center): Update to 40.1.
[source]: Fix the URI.
[arguments]: Fix the source paths. Remove trailing #t. Remove
the 'set-cflags phase.
---
gnu/packages/gnome.scm | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8534edb..e2a2659 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8363,15 +8363,15 @@ devices using the GNOME desktop.")
(define-public gnome-control-center
(package
(name "gnome-control-center")
- (version "3.34.2")
+ (version "40.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "054igagvmyzpaa5nwzz98gv7bk7l5dwp6g813707132si3szlpx8"))))
+ "0rr4d5m2a72vrb31jgyx49dp0s2pwgyxsrk4hyw5ym66wq63c3v1"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -8399,8 +8399,8 @@ devices using the GNOME desktop.")
(("\"gkbd-keyboard-display")
(string-append "\"" libgnomekbd
"/bin/gkbd-keyboard-display")))
- (substitute* '("panels/network/net-device-wifi.c"
- "panels/network/net-device.c"
+ (substitute* '("panels/network/net-device-bluetooth.c"
+ "panels/network/net-device-mobile.c"
"panels/network/connection-editor/net-connection-editor.c")
(("\"nm-connection-editor")
(string-append "\"" nm-applet
@@ -8408,23 +8408,15 @@ devices using the GNOME desktop.")
(substitute* '("panels/user-accounts/run-passwd.c")
(("/usr/bin/passwd")
"/run/setuid-programs/passwd"))
- (substitute* "panels/info/cc-info-overview-panel.c"
+ (substitute* "panels/info-overview/cc-info-overview-panel.c"
(("DATADIR \"/gnome/gnome-version.xml\"")
(string-append "\"" gnome-desktop
- "/share/gnome/gnome-version.xml\"")))
- #t)))
- ;; XXX: This appears to be fixed in 3.35.90:
- ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957285.
- (add-before 'configure 'set-cflags
- (lambda _
- (setenv "CFLAGS" "-fcommon")
- #t))
+ "/share/gnome/gnome-version.xml\""))))))
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/meson/meson_post_install.py"
- (("gtk-update-icon-cache") (which "true")))
- #t)))))
+ (("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
("intltool" ,intltool)
- 24/76: gnu: amtk: Update to 5.3.1., (continued)
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/27
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 35/76: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1.,
guix-commits <=
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27