guix-commits
[Top][All Lists]
Advanced

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

107/143: gnu: Add plasma-nano.


From: guix-commits
Subject: 107/143: gnu: Add plasma-nano.
Date: Mon, 21 Nov 2022 16:10:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b3c7ee7c2e29c4c6dd62d5012c4c14635d1df835
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Mon Aug 29 00:13:36 2022 +0200

    gnu: Add plasma-nano.
    
    * gnu/packages/kde-plasma.scm (plasma-nano): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index c7de340edc..d9c9b4d2fb 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1715,6 +1715,31 @@ activities effectively, without being distracting.")
 integration of Qt applications when running on a KDE Plasma workspace.")
     (license license:lgpl2.0)))
 
+(define-public plasma-nano
+  (package
+    (name "plasma-nano")
+    (version "5.24.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://download.kde.org/stable/plasma/";
+                                  version "/plasma-nano-" version ".tar.xz"))
+              (sha256
+               (base32
+                "13jxhfi3c3dhg7zdyfqnsii661h1am0w9dsv82dalqvwr1mw28l5"))))
+    (build-system cmake-build-system)
+    (native-inputs (list extra-cmake-modules pkg-config qttools))
+    (inputs (list qtbase-5
+                  qtdeclarative-5
+                  plasma-framework
+                  kwindowsystem
+                  kwayland
+                  ki18n))
+    (home-page "https://plasma-mobile.org/";)
+    (synopsis "Minimal Plasma Shell package")
+    (description
+     "This package provides a minimal implementation of Plasma Shell.")
+    (license license:lgpl2.0+)))
+
 (define-public plasma-nm
   (package
     (name "plasma-nm")



reply via email to

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