gnu: libfm-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (libfm-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Meiyo Peng 2019-03-13 23:37:32 +08:00 committed by Danny Milosavljevic
parent 3cc904ab7c
commit b3f562921e
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 6 deletions

View File

@ -921,20 +921,17 @@ for LXQt.")
(define-public libfm-qt (define-public libfm-qt
(package (package
(name "libfm-qt") (name "libfm-qt")
(version "0.13.1") (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 "0p0lbz7dh5c38zq3yp1v1mm99ymg7mqr3h7yzniif2hipmgvxsv9")))) (base32 "06p3wqpc574v9f94wkq9hqmbbvb9q8phfpq301z55c5r939f4hrp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f)) ; no tests
#:configure-flags
;; TODO : prefetch translations files from 'lxqt-l10n'.
'("-DPULL_TRANSLATIONS=NO")))
(inputs (inputs
`(("glib" ,glib) `(("glib" ,glib)
("libexif" ,libexif) ("libexif" ,libexif)