[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
- branch master updated (8cc3983 -> 625697e), guix-commits, 2019/03/14
- 31/31: gnu: lxqt-about: Make it more reproducible., guix-commits, 2019/03/14
- 30/31: gnu: screengrab: Update to 1.101., guix-commits, 2019/03/14
- 27/31: gnu: qps: Update to 1.10.20., guix-commits, 2019/03/14
- 29/31: gnu: qterminal: Update to 0.14.1., guix-commits, 2019/03/14
- 25/31: gnu: obconf-qt: Update to 0.14.1., guix-commits, 2019/03/14
- 28/31: gnu: qtermwidget: Update to 0.14.1., guix-commits, 2019/03/14
- 24/31: gnu: lximage-qt: Update to 0.14.1.,
guix-commits <=
- 23/31: gnu: compton-conf: Update to 0.14.1., guix-commits, 2019/03/14
- 22/31: gnu: pcmanfm-qt: Update to 0.14.1., guix-commits, 2019/03/14
- 21/31: gnu: libfm-qt: Update to 0.14.1., guix-commits, 2019/03/14
- 18/31: gnu: lxqt-session: Update to 0.14.1., guix-commits, 2019/03/14
- 20/31: gnu: lxqt-themes: Update to 0.14.0., guix-commits, 2019/03/14
- 19/31: gnu: lxqt-sudo: Update to 0.14.1., guix-commits, 2019/03/14
- 16/31: gnu: lxqt-qtplugin: Update to 0.14.0., guix-commits, 2019/03/14
- 14/31: gnu: lxqt-policykit: Update to 0.14.1., guix-commits, 2019/03/14
- 15/31: gnu: lxqt-powermanagement: Update to 0.14.1., guix-commits, 2019/03/14
- 17/31: gnu: lxqt-runner: Update to 0.14.1., guix-commits, 2019/03/14