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. (cherry picked from commit 929ad4f3f3e33add34bd9eebebdd08e9476063b6)master
parent
7f4d075d3e
commit
720aa20f35
|
@ -7608,7 +7608,7 @@ beautifying border effects.")
|
||||||
(define-public dconf-editor
|
(define-public dconf-editor
|
||||||
(package
|
(package
|
||||||
(name "dconf-editor")
|
(name "dconf-editor")
|
||||||
(version "3.32.0")
|
(version "3.34.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7617,19 +7617,8 @@ beautifying border effects.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmsmlh16njjm948grz20mzrsvb4wjj7pl1fvkrkxqi7mhr177gi"))))
|
"0pwxjada2vaf69ihpjgp9nky54iykvxq63lp1vl8pxjanif2mk6f"))))
|
||||||
(build-system meson-build-system)
|
(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
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
|
||||||
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
||||||
|
@ -7640,7 +7629,7 @@ beautifying border effects.")
|
||||||
`(("dconf" ,dconf)
|
`(("dconf" ,dconf)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libxml2" ,libxml2)))
|
("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")
|
(synopsis "Graphical editor for GNOME's dconf configuration system")
|
||||||
(description
|
(description
|
||||||
"Dconf-editor is a graphical tool for browsing and editing the dconf
|
"Dconf-editor is a graphical tool for browsing and editing the dconf
|
||||||
|
|
Reference in New Issue