[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
244/277: gnu: gnome-backgrounds: Update package definition.
From: |
guix-commits |
Subject: |
244/277: gnu: gnome-backgrounds: Update package definition. |
Date: |
Thu, 6 Aug 2020 17:03:51 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 4077805cc0ab37283f70dfe36b28b59113296c2d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Aug 4 07:51:25 2020 -0400
gnu: gnome-backgrounds: Update package definition.
* gnu/packages/gnome.scm (gnome-backgrounds) [version]: Update to
3.36.0.
[source]<origin>[sha256]: Modify base32.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
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 72d4129..c040c84 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10099,30 +10099,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
- 228/277: gnu: tepl: Update package definition., (continued)
- 228/277: gnu: tepl: Update package definition., guix-commits, 2020/08/06
- 227/277: gnu: vte: Update package definition., guix-commits, 2020/08/06
- 236/277: gnu: opencv: Disable structured_light test., guix-commits, 2020/08/06
- 265/277: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-quote., guix-commits, 2020/08/06
- 266/277: gnu: rust-pin-project-internal@0.4.22: Fix reference to rust-quote., guix-commits, 2020/08/06
- 270/277: gnu: rust-serial-test: Remove duplicate definition., guix-commits, 2020/08/06
- 271/277: gnu: rust-servo-arc: Remove duplicate definition., guix-commits, 2020/08/06
- 204/277: gnu: glade: Update package definition., guix-commits, 2020/08/06
- 237/277: gnu: cheese: Update package definition., guix-commits, 2020/08/06
- 242/277: gnu: file-roller: Update package definition., guix-commits, 2020/08/06
- 244/277: gnu: gnome-backgrounds: Update package definition.,
guix-commits <=
- 185/277: gnu: Add pedansee., guix-commits, 2020/08/06
- 195/277: gnu: Add gnome-js-common., guix-commits, 2020/08/06
- 187/277: gnu: gssdp: Update package definition., guix-commits, 2020/08/06
- 199/277: gnu: libdazzle: Update package definition., guix-commits, 2020/08/06
- 206/277: gnu: libgxps: Update package definition., guix-commits, 2020/08/06
- 207/277: gnu: libhandy: Update package definition., guix-commits, 2020/08/06
- 213/277: gnu: libdmapsharing: Update home-page., guix-commits, 2020/08/06
- 216/277: gnu: mobile-broadband-provider-info: Update package definition., guix-commits, 2020/08/06
- 218/277: gnu: libappindicator: Propagate gtk+ and libdbusmenu., guix-commits, 2020/08/06
- 219/277: gnu: Add dnssec-trigger., guix-commits, 2020/08/06