mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
This commit is contained in:
parent
bb90062021
commit
3d9eb8a27a
1 changed files with 5 additions and 3 deletions
|
@ -2565,15 +2565,16 @@ (define-public plasma-workspace-wallpapers
|
|||
(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 @@ (define-public polkit-kde-agent
|
|||
kcoreaddons
|
||||
kcrash
|
||||
kiconthemes
|
||||
polkit-qt))
|
||||
polkit-qt6
|
||||
qtdeclarative))
|
||||
(synopsis "Polkit authentication UI for Plasma")
|
||||
(description
|
||||
"This package contains a daemon providing a Polkit authentication
|
||||
|
|
Loading…
Reference in a new issue