mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
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:
parent
cfd40e64b9
commit
a5fe520010
1 changed files with 4 additions and 3 deletions
|
@ -317,14 +317,14 @@ (define-public lxqt-about
|
||||||
(define-public lxqt-admin
|
(define-public lxqt-admin
|
||||||
(package
|
(package
|
||||||
(name "lxqt-admin")
|
(name "lxqt-admin")
|
||||||
(version "0.15.0")
|
(version "0.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zal37hyzqimwsymmi3w15n1iq78g53754s8abc9ylkzc236xpfc"))))
|
(base32 "07fkn3zmpfxjzzsv1hyv50sx0359n10lxjil35qn266nz165wj43"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("kwindowsystem" ,kwindowsystem)
|
`(("kwindowsystem" ,kwindowsystem)
|
||||||
|
@ -342,7 +342,8 @@ (define-public lxqt-admin
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-source
|
(add-after 'unpack 'patch-source
|
||||||
(lambda _
|
(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 \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
||||||
"DESTINATION \"share/polkit-1/actions"))
|
"DESTINATION \"share/polkit-1/actions"))
|
||||||
#t))
|
#t))
|
||||||
|
|
Loading…
Reference in a new issue