[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/108: gnu: gnome-control-center: Update to 3.36.1.
From: |
guix-commits |
Subject: |
58/108: gnu: gnome-control-center: Update to 3.36.1. |
Date: |
Sat, 25 Apr 2020 15:22:53 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 3c5580e346fb33dda656b03c21646b880c4a120c
Author: Kei Kebreau <address@hidden>
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)
- 31/108: gnu: evolution: Update to 3.36.1., (continued)
- 31/108: gnu: evolution: Update to 3.36.1., guix-commits, 2020/04/25
- 51/108: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2020/04/25
- 34/108: gnu: gnome-bluetooth: Update to 3.34.1., guix-commits, 2020/04/25
- 46/108: gnu: nautilus: Update to 3.36.1.1., guix-commits, 2020/04/25
- 49/108: gnu: pipewire: Update to 0.3.2., guix-commits, 2020/04/25
- 54/108: gnu: network-manager-applet: Update to 1.16.0., guix-commits, 2020/04/25
- 41/108: gnu: dconf: Update to 0.36.0., guix-commits, 2020/04/25
- 48/108: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/04/25
- 53/108: gnu: libnma: Update to 1.8.28., guix-commits, 2020/04/25
- 52/108: gnu: network-manager: Update to 1.22.10., guix-commits, 2020/04/25
- 58/108: gnu: gnome-control-center: Update to 3.36.1.,
guix-commits <=
- 61/108: gnu: libdazzle: Update to 3.36.0., guix-commits, 2020/04/25
- 38/108: gnu: gnome-maps: Update to 3.36.1., guix-commits, 2020/04/25
- 45/108: gnu: gvfs: Update to 1.44.1., guix-commits, 2020/04/25
- 55/108: gnu: network-manager-openvpn: Update to 1.8.12., guix-commits, 2020/04/25
- 57/108: gnu: udisks: Update to 2.8.4., guix-commits, 2020/04/25
- 62/108: gnu: epiphany: Update to 3.36.1., guix-commits, 2020/04/25
- 63/108: gnu: gnome-initial-setup: Update to 3.36.1., guix-commits, 2020/04/25
- 64/108: gnu: gnome-keyring: Update to 3.36.0., guix-commits, 2020/04/25
- 65/108: gnu: Add mozjs-68., guix-commits, 2020/04/25
- 69/108: gnu: gnome-user-docs: Update to 3.36.1., guix-commits, 2020/04/25