gnu: lximage-qt: Update to 0.14.1.
* gnu/packages/lxqt.scm (lximage-qt): Update to 0.14.1. [arguments]: Remove #:configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
3f0294c196
commit
f2a8c02c9a
|
@ -1028,14 +1028,14 @@ manager Compton.")
|
||||||
(define-public lximage-qt
|
(define-public lximage-qt
|
||||||
(package
|
(package
|
||||||
(name "lximage-qt")
|
(name "lximage-qt")
|
||||||
(version "0.7.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 "1mwjh6lrjayr9snsmabkl5qs4xm6d27mfz8k3jxfm5dk3pjj1b0w"))))
|
(base32 "0iiq55rm4z2jp19q1pbd2whifwvxg052q324vrwp4p7nz0wh04za"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libexif" ,libexif)
|
`(("libexif" ,libexif)
|
||||||
|
@ -1048,10 +1048,7 @@ manager Compton.")
|
||||||
("lxqt-build-tools" ,lxqt-build-tools)
|
("lxqt-build-tools" ,lxqt-build-tools)
|
||||||
("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 "The image viewer and screenshot tool for lxqt")
|
(synopsis "The image viewer and screenshot tool for lxqt")
|
||||||
(description "LXImage-Qt is the Qt port of LXImage, a simple and fast
|
(description "LXImage-Qt is the Qt port of LXImage, a simple and fast
|
||||||
|
|
Reference in New Issue