gnu: Add kcompletion-5.

* gnu/packages/kde-frameworks.scm (kcompletion-5): New variable.

Change-Id: Ieb5c9718e83adae52f915005d65ed276cb58cf27
This commit is contained in:
Zheng Junjie 2024-07-08 13:10:56 +08:00
parent 855da38770
commit e8747dc157
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2039,6 +2039,26 @@ (define-public kcompletion
integrated it into your application's other widgets.")
(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
(package
(name "kcontacts")