gnu: obconf-qt: Update to 0.14.1.
* gnu/packages/lxqt.scm (obconf-qt): Update to 0.14.1. [arguments]: Remove #:configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
f2a8c02c9a
commit
b42bd22ebd
|
@ -1058,14 +1058,14 @@ image viewer.")
|
||||||
(define-public obconf-qt
|
(define-public obconf-qt
|
||||||
(package
|
(package
|
||||||
(name "obconf-qt")
|
(name "obconf-qt")
|
||||||
(version "0.13.0")
|
(version "0.14.1")
|
||||||
(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 "1fbzn1p2mdvn8dcbavmd1imrvkph2jfssrlw8l26qz6qk8qlmhnf"))))
|
(base32 "1kzb7364150b60qd3wcgnw78b9ia5k3b16kq8w3p1y7pg6pddy8m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("imlib2" ,imlib2)
|
`(("imlib2" ,imlib2)
|
||||||
|
@ -1083,10 +1083,7 @@ image viewer.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("qttools" ,qttools)))
|
("qttools" ,qttools)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
#:configure-flags
|
|
||||||
;; TODO: prefetch translations files from 'lxqt-l10n'.
|
|
||||||
'("-DPULL_TRANSLATIONS=NO")))
|
|
||||||
(home-page "https://lxqt.org/")
|
(home-page "https://lxqt.org/")
|
||||||
(synopsis "Openbox configuration tool")
|
(synopsis "Openbox configuration tool")
|
||||||
(description "ObConf-Qt is a Qt port of ObConf, a configuration editor for
|
(description "ObConf-Qt is a Qt port of ObConf, a configuration editor for
|
||||||
|
|
Loading…
Reference in New Issue