[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/47: gnu: dconf-editor: Update to 3.34.2.
From: |
guix-commits |
Subject: |
04/47: gnu: dconf-editor: Update to 3.34.2. |
Date: |
Mon, 23 Mar 2020 15:50:45 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 37f4413a70cb9fef18124067b303d02e91dd92f4
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 18:23:04 2019 -0500
gnu: dconf-editor: Update to 3.34.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.34.2.
[arguments]: Remove obsolete 'set-glib-minimum-version' phase.
[home-page]: Follow permanent redirect.
---
gnu/packages/gnome.scm | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9562330..a2237c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7550,7 +7550,7 @@ beautifying border effects.")
(define-public dconf-editor
(package
(name "dconf-editor")
- (version "3.32.0")
+ (version "3.34.2")
(source
(origin
(method url-fetch)
@@ -7559,19 +7559,8 @@ beautifying border effects.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1fmsmlh16njjm948grz20mzrsvb4wjj7pl1fvkrkxqi7mhr177gi"))))
+ "0pwxjada2vaf69ihpjgp9nky54iykvxq63lp1vl8pxjanif2mk6f"))))
(build-system meson-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (add-before 'configure 'set-glib-minimum-version
- (lambda _
- ;; Change the minimum required GLib version so that
- ;; 'valac' is passed '--target-glib 2.60.0'; failing to
- ;; do that, it complains that "55" is not an even
- ;; number. See <https://bugs.gnu.org/37503>.
- (substitute* "editor/meson.build"
- (("2\\.55\\.1") "2.60.0"))
- #t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
@@ -7582,7 +7571,7 @@ beautifying border effects.")
`(("dconf" ,dconf)
("gtk+" ,gtk+)
("libxml2" ,libxml2)))
- (home-page "https://git.gnome.org/browse/dconf-editor")
+ (home-page "https://gitlab.gnome.org/GNOME/dconf-editor")
(synopsis "Graphical editor for GNOME's dconf configuration system")
(description
"Dconf-editor is a graphical tool for browsing and editing the dconf
- branch wip-gnome3.34 created (now 0aed7c9), guix-commits, 2020/03/23
- 01/47: gnu: adwaita-icon-theme: Update to 3.34.3., guix-commits, 2020/03/23
- 03/47: gnu: dconf: Update to 3.34.0., guix-commits, 2020/03/23
- 08/47: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/03/23
- 10/47: gnu: epiphany: Update to 3.34.2., guix-commits, 2020/03/23
- 11/47: gnu: gedit: Update to 3.34.1., guix-commits, 2020/03/23
- 02/47: gnu: baobab: Update to 3.34.0., guix-commits, 2020/03/23
- 04/47: gnu: dconf-editor: Update to 3.34.2.,
guix-commits <=
- 05/47: gnu: eog: Update to 3.34.1., guix-commits, 2020/03/23
- 06/47: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/03/23
- 07/47: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/03/23
- 09/47: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/03/23
- 12/47: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/03/23
- 15/47: gnu: gnome-online-accounts: Update to 3.34.1., guix-commits, 2020/03/23
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/03/23
- 17/47: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/03/23
- 14/47: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/03/23
- 16/47: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/03/23