gnu: gsettings-desktop-schemas: Update to 3.32.0.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.32.0.
[build-system]: Use meson-build-system.
This commit is contained in:
Kei Kebreau 2019-07-19 16:23:25 -04:00
parent 723afae6ae
commit c900dabd77
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -854,7 +854,7 @@ (define-public evince
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
(version "3.28.1")
(version "3.32.0")
(source
(origin
(method url-fetch)
@ -863,8 +863,8 @@ (define-public gsettings-desktop-schemas
name "-" version ".tar.xz"))
(sha256
(base32
"0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq"))))
(build-system gnu-build-system)
"0d8a6479vappgplq5crdr3ah0ykqcr3fw533wkx9v1a8lnrv8n9d"))))
(build-system meson-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(add-after 'unpack 'set-adwaita-theme-file-name