me
/
guix
Archived
1
0
Fork 0

gnu: Add plasma-nano.

* gnu/packages/kde-plasma.scm (plasma-nano): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-08-29 00:13:36 +02:00 committed by Marius Bakke
parent 67313900e1
commit b3c7ee7c2e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 25 additions and 0 deletions

View File

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