gnu: lxqt-about: Update to 1.1.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 1.1.0. [arguments]: Remove patch-translations-dir phase.
This commit is contained in:
parent
c4a19dd79c
commit
8ba91eaf75
1 changed files with 2 additions and 9 deletions
|
@ -300,14 +300,14 @@ and memory usage or network traffic.")
|
||||||
(define-public lxqt-about
|
(define-public lxqt-about
|
||||||
(package
|
(package
|
||||||
(name "lxqt-about")
|
(name "lxqt-about")
|
||||||
(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 "04riqf2xgbcnq67l5zb0dfnnmc4a2zljx8zfn3jlvxirnd73l0zm"))))
|
(base32 "03bqhbpdnfpan3l4snzzz6j0054m4r9zcgygcg21znslwicbqnw3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
@ -325,13 +325,6 @@ and memory usage or network traffic.")
|
||||||
(add-before 'build 'setenv
|
(add-before 'build 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
|
(setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1")
|
||||||
#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)))))
|
#t)))))
|
||||||
(home-page "https://lxqt-project.org")
|
(home-page "https://lxqt-project.org")
|
||||||
(synopsis "Provides information about LXQt and the system")
|
(synopsis "Provides information about LXQt and the system")
|
||||||
|
|
Reference in a new issue