Skip to content
Snippets Groups Projects
Commit fdba447c authored by Rene Saavedra's avatar Rene Saavedra Committed by Alex Kost
Browse files

gnu: Add gnome-backgrounds.


* gnu/packages/gnome.scm (gnome-backgrounds): New variable.

Signed-off-by: default avatarAlex Kost <alezost@gmail.com>
parent a10bf139
No related branches found
No related tags found
No related merge requests found
......@@ -4683,6 +4683,34 @@ (define-public baobab
(home-page "https://wiki.gnome.org/Apps/Baobab")
(license license:gpl2+)))
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
(version "3.18.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1fd7y8dh3iy88ayb8irgsihvssli6bzjzb5a6vfhi8qjbw70ymma"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)))
(home-page "https://git.gnome.org/browse/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))))
(define-public gnome
(package
(name "gnome")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment