mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add ktextwidgets-5.
* gnu/packages/kde-frameworks.scm (ktextwidgets-5): New variable. Change-Id: I22855e909e6d34058f1b6e033f0727c7c85cae59
This commit is contained in:
parent
bbf0f0fb4e
commit
9b2018b708
1 changed files with 32 additions and 0 deletions
|
@ -4031,6 +4031,38 @@ (define-public ktextwidgets
|
|||
;; dual licensed
|
||||
(license (list license:lgpl2.0+ license:lgpl2.1+))))
|
||||
|
||||
(define-public ktextwidgets-5
|
||||
(package
|
||||
(inherit ktextwidgets)
|
||||
(name "ktextwidgets")
|
||||
(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
|
||||
"0lkm27g1dc6vmyjz7jaiqh2z1cfgvzlnk58wcs2bkny05i87x01l"))))
|
||||
(propagated-inputs
|
||||
(list ki18n-5 sonnet-5))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5))
|
||||
(inputs
|
||||
(list kauth-5
|
||||
kcodecs-5
|
||||
kcompletion-5
|
||||
kconfig-5
|
||||
kconfigwidgets-5
|
||||
kcoreaddons-5
|
||||
kiconthemes-5
|
||||
kservice-5
|
||||
kwidgetsaddons-5
|
||||
kwindowsystem-5
|
||||
qtbase-5
|
||||
qtspeech-5))))
|
||||
|
||||
(define-public ktexttemplate
|
||||
(package
|
||||
(name "ktexttemplate")
|
||||
|
|
Loading…
Reference in a new issue