From 015567258d102c4102adfec21b10d10a3210e93c Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 9 Jun 2017 13:54:48 +0200 Subject: gnu: Add plasma-workspace-wallpapers. * gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers): New variable. --- gnu/packages/kde-plasma.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 497b8badba..74fdca98b5 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1635,3 +1635,25 @@ (define-public plasma-workspace ;; parts are LGPL2.1+. The artwork is under some different licenses. (license (list license:expat license:lgpl3+ ;; KDE e.V. license:gpl2 license:lgpl2.1 license:gpl2+)))) + +(define-public plasma-workspace-wallpapers + (package + (name "plasma-workspace-wallpapers") + (version "5.19.5") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/plasma/" version + "/plasma-workspace-wallpapers-" version ".tar.xz")) + (sha256 + (base32 "1ybl2flm9a8g1ycvsyn2wimwm7vxpiyrsvlnq1qwlv1m6mhc7vja")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules))) + (home-page "http://vdesign.kde.org/") + (synopsis "Wallpapers for Plasma workspace") + (description "This package contains the default wallpapers for the Plasma +workspace.") + ;; The archive includes the text of both gpl2 and lgpl3, but the files are + ;; actually all lgpl3 (according to the metadata.desktop files). + (license license:lgpl3))) -- cgit v1.2.3