[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/75: gnu: gnome-control-center: Update to 40.1.
From: |
guix-commits |
Subject: |
59/75: gnu: gnome-control-center: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 07:17:29 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit a91c578e59382b02a4cd5b5827512ab613d916bd
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)
- 62/75: gnu: gnome-music: Update to 40.1.1., (continued)
- 62/75: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27
- 48/75: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 65/75: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 72/75: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 75/75: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 56/75: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 49/75: gnu: Add fuse-3., guix-commits, 2021/09/27
- 54/75: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 60/75: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 58/75: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27
- 59/75: gnu: gnome-control-center: Update to 40.1.,
guix-commits <=
- 64/75: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 71/75: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27
- 74/75: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27
- 46/75: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 51/75: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 47/75: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/27
- 41/75: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 52/75: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 63/75: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 66/75: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27