[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/45: gnu: Add plasma-tests. REWORD
From: |
guix-commits |
Subject: |
31/45: gnu: Add plasma-tests. REWORD |
Date: |
Sun, 31 Jan 2021 10:27:27 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 10a9ded29be00b3284744e543dd725da0b9f718b
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:44:20 2017 +0200
gnu: Add plasma-tests. REWORD
This is intentionally *not* a public variable, since the docs say:
"Distributions should not package it, but might want to run it as part of
their Plasma builds."
* gnu/packages/kde-plasma.scm (plasma-tests): New variable.
---
gnu/packages/kde-plasma.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 762c061..497b8ba 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1437,6 +1437,29 @@ development:
@end enumerate")
(license (list license:gpl2 license:gpl2+ license:gpl3+))))
+(define plasma-tests
+ (package
+ (name "plasma-tests")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/plasma-tests-" version ".tar.xz"))
+ (sha256
+ (base32 "1ywh4dqzyj96l92v94z6lghkv49davf1d7drvrf1c0lw8j7zvpri"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ ;; TODO: Add input appstreamcli
+ (home-page "https://invent.kde.org/plasma/plasma-tests")
+ (synopsis "Integration-tests for the Plasma workspace")
+ (description "Distributions should not package it, but might want to run
+it as part of their Plasma builds.")
+ ;; No license to be found in the archive. Since most parts of KDE are
+ ;; GPL2+, I assume that here, too.
+ (license license:gpl2+)))
+
(define-public plasma-wayland-protocols
(package
(name "plasma-wayland-protocols")
- 36/45: gnu: Add user-manager., (continued)
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit., guix-commits, 2021/01/31
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD,
guix-commits <=
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys., guix-commits, 2021/01/31
- 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