mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add knewstuff-5.
* gnu/packages/kde-frameworks.scm (knewstuff-5): New variable. Change-Id: I137aab3c8788da345fd3f479970de10c01b6f9fe
This commit is contained in:
parent
5b36e4a892
commit
641e455205
1 changed files with 40 additions and 0 deletions
|
@ -3931,6 +3931,46 @@ (define-public knewstuff
|
|||
specification.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public knewstuff-5
|
||||
(package
|
||||
(inherit knewstuff)
|
||||
(name "knewstuff")
|
||||
(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
|
||||
"02n7429ldkyyzbk9rbr9h4ss80zhc3vnir29q2yksyhcyqkkjc42"))))
|
||||
(propagated-inputs
|
||||
(list attica-5 kservice-5 kxmlgui-5))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
(inputs
|
||||
(list karchive-5
|
||||
kauth-5
|
||||
kbookmarks-5
|
||||
kcodecs-5
|
||||
kcompletion-5
|
||||
kconfig-5
|
||||
kconfigwidgets-5
|
||||
kcoreaddons-5
|
||||
kio-5
|
||||
kitemviews-5
|
||||
ki18n-5
|
||||
kiconthemes-5
|
||||
kjobwidgets-5
|
||||
kpackage-5
|
||||
ktextwidgets-5
|
||||
kwidgetsaddons-5
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
solid-5
|
||||
sonnet-5))))
|
||||
|
||||
(define-public knotifyconfig
|
||||
(package
|
||||
(name "knotifyconfig")
|
||||
|
|
Loading…
Reference in a new issue