z572 pushed a commit to branch kde-team in repository guix. commit ef69b131305fff00f4dbb51d52ab85bbb75640da Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu May 2 21:13:44 2024 +0800
gnu: polkit-kde-agent: Update to 6.0.4. * gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.0.4. [arguments]: Set #:qtbase to qtbase. [inputs]: Add qtdeclarative. Use ki18n-6, kwindowsystem-6, kdbusaddons-6, kwidgetsaddons-6, kcoreaddons-6, kcrash-6, kiconthemes-6 and polkit-qt6 replace ki18n, kwindowsystem, kdbusaddons, kwidgetsaddons, kcoreaddons, kcrash, kiconthemes and polkit-qt. Change-Id: Ie75afe9b58859eda19a3d91999db11362982793f --- gnu/packages/kde-plasma.scm | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index e7e6d6deda..b78b212b8c 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2576,24 +2576,26 @@ hardware management, and a high degree of customizability.") (define-public polkit-kde-agent (package (name "polkit-kde-agent") - (version "5.27.7") + (version "6.0.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-1-" version ".tar.xz")) (sha256 (base32 - "0p6gnv59mnb5y6riiifyg98sk8zycchv8bkf7x1332qa7zqhcjcc")))) + "093bcawfcy1rbi36vnqz3ww3fl93n02j2fvin9lvxf7s3j5bpz70")))) (build-system qt-build-system) + (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules)) - (inputs (list ki18n - kwindowsystem - kdbusaddons - kwidgetsaddons - kcoreaddons - kcrash - kiconthemes - polkit-qt)) + (inputs (list ki18n-6 + kwindowsystem-6 + kdbusaddons-6 + kwidgetsaddons-6 + kcoreaddons-6 + kcrash-6 + kiconthemes-6 + polkit-qt6 + qtdeclarative)) (synopsis "Polkit authentication UI for Plasma") (description "This package contains a daemon providing a Polkit authentication