z572 pushed a commit to branch kde-team
in repository guix.

commit 6a287054ec8d2ce4d952de07b38a7eab8618deaa
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Mon Jul 8 12:34:38 2024 +0800

    gnu: Add kauth-5.
    
    * gnu/packages/kde-frameworks.scm (kauth-5): New variable.
    
    Change-Id: Iad8d436d222957c00bc63f10e7adff847b6b06af
---
 gnu/packages/kde-frameworks.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7c60b20d43..c4c59374e4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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")

Reply via email to