mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add kstatusnotifieritem.
* gnu/packages/kde-frameworks.scm (kstatusnotifieritem): New variable. Change-Id: Ia3bc375037e94c6f4cacb373bd5c061794cf8175
This commit is contained in:
parent
b5834e880a
commit
ba72794545
1 changed files with 23 additions and 0 deletions
|
@ -3167,6 +3167,29 @@ (define-public kservice
|
|||
;; triple licensed
|
||||
(license (list license:gpl2+ license:gpl3+ license:lgpl2.1+))))
|
||||
|
||||
(define-public kstatusnotifieritem
|
||||
(package
|
||||
(name "kstatusnotifieritem")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n4c761xgr9xbcwkw5q3l3v38wmanyvpf284y141ms6vs0rjw7yf"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules qttools))
|
||||
(inputs (list kwindowsystem libxkbcommon))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Implementation of Status Notifier Items")
|
||||
(description "This package provides a Implementation of Status Notifier
|
||||
Items.")
|
||||
(license (list license:cc0 license:lgpl2.0+))))
|
||||
|
||||
(define-public ktexteditor
|
||||
(package
|
||||
(name "ktexteditor")
|
||||
|
|
Loading…
Reference in a new issue