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

commit f0ec5915bb93d084a03cac6ffcfbb9a0d180e362
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:42:32 2024 +0800

    gnu: polkit-kde-agent: Update to 6.1.2.
    
    * gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.1.2.
    [inputs]: Remove polkit-qt; add polkit-qt6 and qtdeclarative.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I66ff97bd807b322e6cb5bb1592043994bd61ad15
---
 gnu/packages/kde-plasma.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index bafbb857eb..98d4f45ad2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2565,15 +2565,16 @@ hardware management, and a high degree of 
customizability.")
 (define-public polkit-kde-agent
   (package
     (name "polkit-kde-agent")
-    (version "5.27.7")
+    (version "6.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-1-" version ".tar.xz"))
               (sha256
                (base32
-                "0p6gnv59mnb5y6riiifyg98sk8zycchv8bkf7x1332qa7zqhcjcc"))))
+                "1mr0fmmnvd92msrp0y1fib2hyjif4lycg74ycpiqylnxhvm6v4c8"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))
     (inputs (list ki18n
                   kwindowsystem
@@ -2582,7 +2583,8 @@ hardware management, and a high degree of 
customizability.")
                   kcoreaddons
                   kcrash
                   kiconthemes
-                  polkit-qt))
+                  polkit-qt6
+                  qtdeclarative))
     (synopsis "Polkit authentication UI for Plasma")
     (description
      "This package contains a daemon providing a Polkit authentication

Reply via email to