gnu: lxqt-policykit: Update to 1.1.0.
* gnu/packages/lxqt.scm (lxqt-policykit): Update to 1.1.0. [arguments]: Remove phases.
This commit is contained in:
parent
bc89baeffe
commit
0dc25538be
1 changed files with 3 additions and 19 deletions
|
@ -568,14 +568,14 @@ of other programs.")
|
||||||
(define-public lxqt-policykit
|
(define-public lxqt-policykit
|
||||||
(package
|
(package
|
||||||
(name "lxqt-policykit")
|
(name "lxqt-policykit")
|
||||||
(version "0.17.0")
|
(version "1.1.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 "119bjhx208g7wxmr8r0ajb3wl6vagq1aks6zz07df4bgjs3nnpli"))))
|
(base32 "150ggcfprascnwgsz721vnmay9cbar9annlhp6h2yzkl69iyc49r"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
@ -588,23 +588,7 @@ of other programs.")
|
||||||
qtx11extras))
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config polkit lxqt-build-tools qttools-5))
|
(list pkg-config polkit lxqt-build-tools qttools-5))
|
||||||
(arguments
|
(arguments '(#:tests? #f)) ; no test target
|
||||||
'(#:tests? #f ; no test target
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* '("autostart/CMakeLists.txt")
|
|
||||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
|
||||||
"DESTINATION \"etc/xdg"))
|
|
||||||
#t))
|
|
||||||
(add-after 'unpack 'patch-translations-dir
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(substitute* "CMakeLists.txt"
|
|
||||||
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
||||||
(string-append (assoc-ref outputs "out")
|
|
||||||
"/share/lxqt/translations")))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "The LXQt PolicyKit agent")
|
(synopsis "The LXQt PolicyKit agent")
|
||||||
(description "lxqt-policykit is the polkit authentication agent of
|
(description "lxqt-policykit is the polkit authentication agent of
|
||||||
|
|
Reference in a new issue