guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/31: gnu: lximage-qt: Update to 0.14.1.


From: guix-commits
Subject: 24/31: gnu: lximage-qt: Update to 0.14.1.
Date: Thu, 14 Mar 2019 11:47:41 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit f2a8c02c9a7bd0907bd634b4467b18bd538ca70e
Author: Meiyo Peng <address@hidden>
Date:   Wed Mar 13 23:37:35 2019 +0800

    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 <address@hidden>
---
 gnu/packages/lxqt.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 96cda8c..59117ac 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1028,14 +1028,14 @@ manager Compton.")
 (define-public lximage-qt
   (package
     (name "lximage-qt")
-    (version "0.7.0")
+    (version "0.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1mwjh6lrjayr9snsmabkl5qs4xm6d27mfz8k3jxfm5dk3pjj1b0w"))))
+        (base32 "0iiq55rm4z2jp19q1pbd2whifwvxg052q324vrwp4p7nz0wh04za"))))
     (build-system cmake-build-system)
     (inputs
      `(("libexif" ,libexif)
@@ -1048,10 +1048,7 @@ manager Compton.")
        ("lxqt-build-tools" ,lxqt-build-tools)
        ("qttools" ,qttools)))
     (arguments
-     '(#:tests? #f                      ; no tests
-       #:configure-flags
-       ;; TODO: prefetch translations files from 'lxqt-l10n'.
-       '("-DPULL_TRANSLATIONS=NO")))
+     '(#:tests? #f))                    ; no tests
     (home-page "https://lxqt.org/";)
     (synopsis "The image viewer and screenshot tool for lxqt")
     (description "LXImage-Qt is the Qt port of LXImage, a simple and fast



reply via email to

[Prev in Thread] Current Thread [Next in Thread]