guix-commits
[Top][All Lists]
Advanced

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

25/31: gnu: obconf-qt: Update to 0.14.1.


From: guix-commits
Subject: 25/31: gnu: obconf-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 b42bd22ebd4a12dedee42b70667efe670403a5a1
Author: Meiyo Peng <address@hidden>
Date:   Wed Mar 13 23:37:36 2019 +0800

    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 <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 59117ac..4c4431e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1058,14 +1058,14 @@ image viewer.")
 (define-public obconf-qt
   (package
     (name "obconf-qt")
-    (version "0.13.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 "1fbzn1p2mdvn8dcbavmd1imrvkph2jfssrlw8l26qz6qk8qlmhnf"))))
+        (base32 "1kzb7364150b60qd3wcgnw78b9ia5k3b16kq8w3p1y7pg6pddy8m"))))
     (build-system cmake-build-system)
     (inputs
      `(("imlib2" ,imlib2)
@@ -1083,10 +1083,7 @@ image viewer.")
        ("pkg-config" ,pkg-config)
        ("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 "Openbox configuration tool")
     (description "ObConf-Qt is a Qt port of ObConf, a configuration editor for



reply via email to

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