gnu: liblxqt: Update to 1.1.0.

* gnu/packages/lxqt.scm (liblxqt): Update to 1.1.0.
[arguments]: Remove patch-translations-dir phase.
This commit is contained in:
宋文武 2022-08-17 10:25:37 +08:00
parent 2472cec23b
commit 9914671af5
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -236,7 +236,7 @@ (define-public qtxdg-tools
(define-public liblxqt
(package
(name "liblxqt")
(version "0.17.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
@ -244,7 +244,7 @@ (define-public liblxqt
"https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "0ay3j6zdgffw3mzaq3wdq96la7fnn2dw52ij6987slv31563nknl"))))
(base32 "1fickg1q54pcb8bv3x0ydg4xx02cqykibnjcq09as2kws6xbhk9n"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests
@ -255,13 +255,6 @@ (define-public liblxqt
(substitute* "CMakeLists.txt"
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
"DESTINATION \"share/polkit-1/actions"))
#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)))))
(inputs
(list kwindowsystem