gnu: lxqt-admin: Update to 0.17.0.

* gnu/packages/lxqt.scm (lxqt-admin): Update to 0.17.0.
[arguments]: Patch another Polkit file install path.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2021-05-17 00:05:53 +10:00 committed by Ludovic Courtès
parent cfd40e64b9
commit a5fe520010
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -317,14 +317,14 @@ (define-public lxqt-about
(define-public lxqt-admin
(package
(name "lxqt-admin")
(version "0.15.0")
(version "0.17.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1zal37hyzqimwsymmi3w15n1iq78g53754s8abc9ylkzc236xpfc"))))
(base32 "07fkn3zmpfxjzzsv1hyv50sx0359n10lxjil35qn266nz165wj43"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)
@ -342,7 +342,8 @@ (define-public lxqt-admin
(modify-phases %standard-phases
(add-after 'unpack 'patch-source
(lambda _
(substitute* "lxqt-admin-user/CMakeLists.txt"
(substitute* '("lxqt-admin-user/CMakeLists.txt"
"lxqt-admin-time/CMakeLists.txt")
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
"DESTINATION \"share/polkit-1/actions"))
#t))