gnu: pcmanfm-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (pcmanfm-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:33 +08:00 committed by Danny Milosavljevic
parent b3f562921e
commit cd7248bb42
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -954,14 +954,14 @@ (define-public libfm-qt
(define-public pcmanfm-qt (define-public pcmanfm-qt
(package (package
(name "pcmanfm-qt") (name "pcmanfm-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 "08jprkkk62pk34q9lxa207bh27xi86fj8jxfd5z3w2m5j5nim5mz")))) (base32 "0x3c25inlxll965xszx37mnl5gp3smm2h7x04f67z0qlh3vsbrjq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libfm-qt" ,libfm-qt) `(("libfm-qt" ,libfm-qt)
@ -973,9 +973,6 @@ (define-public pcmanfm-qt
("lxqt-build-tools" ,lxqt-build-tools))) ("lxqt-build-tools" ,lxqt-build-tools)))
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests
#:configure-flags
;; TODO: prefetch translations files from 'lxqt-l10n'.
'("-DPULL_TRANSLATIONS=NO")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch-source (add-after 'unpack 'patch-source