guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

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