aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-06 12:42:32 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:07 +0800
commit3d9eb8a27a7b458d5805ffc787ba90f2cdf7d3a4 (patch)
treecedfd63d6de07ccbe62a2f51c41aa41a30a39fd8 /gnu
parentbb9006202116f387ed467ce65569438a4913edcc (diff)
downloadguix-3d9eb8a27a7b458d5805ffc787ba90f2cdf7d3a4.tar.gz
guix-3d9eb8a27a7b458d5805ffc787ba90f2cdf7d3a4.zip
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm8
1 files 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