From 41a75c65eda696087daf2afd287be95116e27b64 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 4 Aug 2020 07:51:25 -0400 Subject: [PATCH 10/19] gnu: gnome-backgrounds: Update package definition. * gnu/packages/gnome.scm (gnome-backgrounds) [version]: Update to 3.36.0. [source][sha256]: Modify base32. [synopsis]: Modify. [description]: Modify. --- gnu/packages/gnome.scm | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fb2ed1e111..67c45aa388 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10218,30 +10218,29 @@ graphical representation.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.34.0") + (version "3.36.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) + (uri + (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) (sha256 - (base32 - "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2")))) + (base32 "02xvfwfi3133mjljl731z2hj9hfmjas3a1jl4fxmy24xrzj83jxq")))) (build-system meson-build-system) (native-inputs `(("intltool" ,intltool))) + (synopsis "Default wallpaper set for GNOME") + (description "GNOME backgrounds package contains a set of backgrounds +packaged with the GNOME desktop.") (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds") - (synopsis "Background images for the GNOME desktop") - (description - "GNOME backgrounds package contains a collection of graphics files which -can be used as backgrounds in the GNOME Desktop environment. Additionally, -the package creates the proper framework and directory structure so that you -can add your own files to the collection.") - (license (list license:gpl2+ - license:cc-by2.0 - license:cc-by-sa2.0 - license:cc-by-sa3.0)))) + (license + (list + license:gpl2+ + license:cc-by2.0 + license:cc-by-sa2.0 + license:cc-by-sa3.0)))) (define-public gnome-screenshot (package -- 2.28.0