Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 41.0.
Reformat synopsis and description.
[origin]: Fix indentation.
This commit is contained in:
Maxim Cournoyer 2021-11-19 20:47:33 -05:00
parent 9e87a92742
commit b342b68c83
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2732,7 +2732,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas (define-public gsettings-desktop-schemas
(package (package
(name "gsettings-desktop-schemas") (name "gsettings-desktop-schemas")
(version "40.0") (version "41.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2741,7 +2741,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"11an29br55dp0b26kfqlrfxj19glfrmhcdpds2n1w9n04gq3pf7i")))) "1v9jagk679m01nji0acirynxinziv036618c7xc49l4nwmr9ja3p"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases
@ -2765,11 +2765,9 @@ on the GNOME Desktop with a single simple application.")
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://launchpad.net/gsettings-desktop-schemas") (home-page "https://launchpad.net/gsettings-desktop-schemas")
(synopsis (synopsis "GNOME settings for various desktop components")
"GNOME settings for various desktop components") (description "Gsettings-desktop-schemas contains a collection of GSettings
(description schemas for settings shared by various components of the GNOME desktop.")
"Gsettings-desktop-schemas contains a collection of GSettings schemas
for settings shared by various components of the GNOME desktop.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public python-liblarch (define-public python-liblarch