gnu: polkit-kde-agent: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 5.27.6. [properties]: Add upstream-name. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
468393f099
commit
27682825d8
|
@ -2430,14 +2430,14 @@ hardware management, and a high degree of customizability.")
|
||||||
(define-public polkit-kde-agent
|
(define-public polkit-kde-agent
|
||||||
(package
|
(package
|
||||||
(name "polkit-kde-agent")
|
(name "polkit-kde-agent")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||||
name "-1-" version ".tar.xz"))
|
name "-1-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qb9nxlkgcv0c30l2vqgf9xs9d220q5pg7ikpb6zjzvj4wsvlvwd"))))
|
"0k7d9jz49fp4h7gxakqsmj16h5xdv8jw69068sz5mazzczi7lwyz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list ki18n
|
(inputs (list ki18n
|
||||||
|
@ -2453,6 +2453,7 @@ hardware management, and a high degree of customizability.")
|
||||||
"This package contains a daemon providing a Polkit authentication
|
"This package contains a daemon providing a Polkit authentication
|
||||||
UI for Plasma")
|
UI for Plasma")
|
||||||
(home-page "https://invent.kde.org/plasma/polkit-kde-agent-1")
|
(home-page "https://invent.kde.org/plasma/polkit-kde-agent-1")
|
||||||
|
(properties '((upstream-name . "polkit-kde-agent-1")))
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public powerdevil
|
(define-public powerdevil
|
||||||
|
|
Reference in New Issue