gnu: lxqt-admin: Update to 1.1.0.
* gnu/packages/lxqt.scm (lxqt-admin): Update to 1.1.0. [arguments]: Remove patch-translations-dir phase.
parent
8ba91eaf75
commit
240d202a5b
|
@ -335,14 +335,14 @@ LXQt and the system it's running on.")
|
||||||
(define-public lxqt-admin
|
(define-public lxqt-admin
|
||||||
(package
|
(package
|
||||||
(name "lxqt-admin")
|
(name "lxqt-admin")
|
||||||
(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 "07fkn3zmpfxjzzsv1hyv50sx0359n10lxjil35qn266nz165wj43"))))
|
(base32 "1zah3xdnif9miaq52mmfbbzvqjhca7w7h81ngrn25j9pvd2bflm8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
@ -363,14 +363,6 @@ LXQt and the system it's running on.")
|
||||||
"lxqt-admin-time/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))
|
|
||||||
(add-after 'unpack 'patch-translations-dir
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(substitute* '("lxqt-admin-time/CMakeLists.txt"
|
|
||||||
"lxqt-admin-user/CMakeLists.txt")
|
|
||||||
(("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
|
|
||||||
(string-append (assoc-ref outputs "out")
|
|
||||||
"/share/lxqt/translations")))
|
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "LXQt system administration tool")
|
(synopsis "LXQt system administration tool")
|
||||||
|
|
Reference in New Issue