Archived
1
0
Fork 0

gnu: dconf-editor: Update to 43.0.

* gnu/packages/gnome.scm (dconf-editor): Update to 43.0.
[source]: Update source URL.
[arguments]: Remove #:meson, add #:phases.
[native-inputs]: Remove labels.
[inputs]: Add libhandy.
This commit is contained in:
Maxim Cournoyer 2023-04-09 10:42:45 -04:00
parent e1e95fda23
commit 8edec9060f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9914,27 +9914,32 @@ beautifying border effects.")
(define-public dconf-editor (define-public dconf-editor
(package (package
(name "dconf-editor") (name "dconf-editor")
(version "3.38.3") (version "43.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/" name "/" (version-major version) "/"
(version-major+minor version) "/" name "-" version ".tar.xz"))
name "-" version ".tar.xz")) (sha256
(sha256 (base32
(base32 "0dli166qzfphqlyvdx4nncg13ys7756sbsdfslyakhkcswnkqnlk"))))
"1qvrxrk1h8bd75xwasxbvlkqrw6xkavjimvc7sslkw6lvb3z86jp"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:meson meson-0.60)) (list #:phases #~(modify-phases %standard-phases
(add-after 'unpack 'disable-gtk-update-icon-cache
(lambda _
(setenv "DESTDIR" "/"))))))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0. (list `(,glib "bin") ;for glib-compile-schemas, gio-2.0
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache `(,gtk "bin") ;for gtk-update-icon-cache
("intltool" ,intltool) intltool
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala))) vala))
(inputs (inputs
(list dconf gtk+ libxml2)) (list dconf
gtk+
libhandy
libxml2))
(home-page "https://gitlab.gnome.org/GNOME/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