gnu: Add knotifyconfig-5.
* gnu/packages/kde-frameworks.scm (knotifyconfig-5): New variable. Change-Id: I2ec7225c02018bbd0aabb3f55ec228f82c646c04
This commit is contained in:
parent
2522a6313f
commit
6c473f7400
1 changed files with 36 additions and 0 deletions
|
@ -4034,6 +4034,42 @@ notifications which can be embedded in your application.")
|
||||||
;; dual licensed
|
;; dual licensed
|
||||||
(license (list license:lgpl2.0+ license:lgpl2.1+))))
|
(license (list license:lgpl2.0+ license:lgpl2.1+))))
|
||||||
|
|
||||||
|
(define-public knotifyconfig-5
|
||||||
|
(package
|
||||||
|
(inherit knotifyconfig)
|
||||||
|
(name "knotifyconfig")
|
||||||
|
(version "5.116.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://kde/stable/frameworks/"
|
||||||
|
(version-major+minor version) "/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0zwrcdl565nlzf6q2zljq6xn8929frrhqr8jlmb6kcv5i93yals0"))))
|
||||||
|
(native-inputs
|
||||||
|
(list extra-cmake-modules))
|
||||||
|
(inputs
|
||||||
|
(list kauth-5
|
||||||
|
kbookmarks-5
|
||||||
|
kcodecs-5
|
||||||
|
kcompletion-5
|
||||||
|
kconfig-5
|
||||||
|
kconfigwidgets-5
|
||||||
|
kcoreaddons-5
|
||||||
|
kio-5
|
||||||
|
kitemviews-5
|
||||||
|
ki18n-5
|
||||||
|
kjobwidgets-5
|
||||||
|
knotifications-5
|
||||||
|
kservice-5
|
||||||
|
kwidgetsaddons-5
|
||||||
|
kxmlgui-5
|
||||||
|
phonon
|
||||||
|
qtbase-5
|
||||||
|
solid-5))))
|
||||||
|
|
||||||
(define-public kparts
|
(define-public kparts
|
||||||
(package
|
(package
|
||||||
(name "kparts")
|
(name "kparts")
|
||||||
|
|
Reference in a new issue