guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/45: gnu: Add plasma-workspace-wallpapers.


From: guix-commits
Subject: 32/45: gnu: Add plasma-workspace-wallpapers.
Date: Sun, 31 Jan 2021 10:27:27 -0500 (EST)

htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.

commit 015567258d102c4102adfec21b10d10a3210e93c
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:54:48 2017 +0200

    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 497b8ba..74fdca9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1635,3 +1635,25 @@ integrated search, hardware management and a high degree 
of customizability.")
     ;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]