kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 3c5580e346fb33dda656b03c21646b880c4a120c
Author: Kei Kebreau <[email protected]>
AuthorDate: Mon Apr 20 02:09:47 2020 -0400
gnu: gnome-control-center: Update to 3.36.1.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.36.1.
[arguments]: Adjust 'patch-paths' phase accordingly.
[inputs]: Add libnma.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5c5965..49c4f7c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7014,7 +7014,7 @@ devices using the GNOME desktop.")
(define-public gnome-control-center
(package
(name "gnome-control-center")
- (version "3.34.2")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7022,7 +7022,7 @@ devices using the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "054igagvmyzpaa5nwzz98gv7bk7l5dwp6g813707132si3szlpx8"))))
+ "1466swjyw5vjym001qda94x6sisd4xhpyb6vq91grhkyzwf2vqzk"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -7050,8 +7050,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-mobile.c"
+ "panels/network/net-device-bluetooth.c"
"panels/network/connection-editor/net-connection-editor.c")
(("\"nm-connection-editor")
(string-append "\"" nm-applet
@@ -7059,7 +7059,7 @@ 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\"")))
@@ -7100,6 +7100,7 @@ devices using the GNOME desktop.")
("libgnomekbd" ,libgnomekbd)
("libgudev" ,libgudev)
("libgtop" ,libgtop)
+ ("libnma" ,libnma)
("libpwquality" ,libpwquality)
("libsecret" ,libsecret)
("libsoup" ,libsoup)