me
/
guix
Archived
1
0
Fork 0

gnu: Add kauth-5.

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

Change-Id: Iad8d436d222957c00bc63f10e7adff847b6b06af
master
Zheng Junjie 2024-07-08 12:34:38 +08:00
parent 095f6d5b33
commit e45b14c525
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 21 additions and 0 deletions

View File

@ -1787,6 +1787,27 @@ actions that need to be performed as a privileged user to small set of helper
utilities.")
(license license:lgpl2.1+)))
(define-public kauth-5
(package
(inherit kauth)
(name "kauth")
(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
"1x0zd6lqv855jkihxpzhxs732qiva31kzjah9hf2j6xaq0dfxqdc"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules qttools-5))
(inputs
(list kcoreaddons-5 polkit-qt qtbase-5))
(propagated-inputs '())))
(define-public kcompletion
(package
(name "kcompletion")