[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)))
- 42/45: gnu: Add utempter -- TODO later, (continued)
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM., guix-commits, 2021/01/31
- 11/45: TEMP Add some Readme-files for packaging Plasma for Guix., guix-commits, 2021/01/31
- 41/45: gnu: Add breeze-plymouth DUMMY., guix-commits, 2021/01/31
- 06/45: gnu: Add kwin. use a patch REWORD, guix-commits, 2021/01/31
- 34/45: gnu: Add sddm-kcm., guix-commits, 2021/01/31
- 45/45: TEMP Add "playgound" for runninc plasma on another virtual terminal., guix-commits, 2021/01/31
- 32/45: gnu: Add plasma-workspace-wallpapers.,
guix-commits <=