mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add kcompletion-5.
* gnu/packages/kde-frameworks.scm (kcompletion-5): New variable. Change-Id: Ieb5c9718e83adae52f915005d65ed276cb58cf27
This commit is contained in:
parent
855da38770
commit
e8747dc157
1 changed files with 20 additions and 0 deletions
|
@ -2039,6 +2039,26 @@ (define-public kcompletion
|
||||||
integrated it into your application's other widgets.")
|
integrated it into your application's other widgets.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
(define-public kcompletion-5
|
||||||
|
(package
|
||||||
|
(inherit kcompletion)
|
||||||
|
(name "kcompletion")
|
||||||
|
(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
|
||||||
|
"1sh9gpbi65mbs8bszrxh7a9ifgcr7z5jrhsac3670905a6mdmfjj"))))
|
||||||
|
(native-inputs
|
||||||
|
(list extra-cmake-modules qttools-5))
|
||||||
|
(inputs
|
||||||
|
(list kconfig-5 kwidgetsaddons-5))
|
||||||
|
(arguments '())))
|
||||||
|
|
||||||
(define-public kcontacts
|
(define-public kcontacts
|
||||||
(package
|
(package
|
||||||
(name "kcontacts")
|
(name "kcontacts")
|
||||||
|
|
Loading…
Reference in a new issue