[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/17: gnu: qiv: Update to 2.3.2.
From: |
guix-commits |
Subject: |
14/17: gnu: qiv: Update to 2.3.2. |
Date: |
Wed, 3 Nov 2021 06:20:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 57b7e1cfd070c1fc58eccb8c8b35700cfcd7b127
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 04:05:06 2021 +0100
gnu: qiv: Update to 2.3.2.
* gnu/packages/image-viewers.scm (qiv): Update to 2.3.2.
[source]: Add a snippet.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/image-viewers.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 4f87b63..477f681 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -808,14 +808,21 @@ with tiling window managers. Features include:
(define-public qiv
(package
(name "qiv")
- (version "2.3.1")
+ (version "2.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://spiegl.de/qiv/download/qiv-"
version ".tgz"))
(sha256
- (base32 "1rlf5h67vhj7n1y7jqkm9k115nfnzpwngj3kzqsi2lg676srclv7"))))
+ (base32 "1mc0f2nnas4q0d7zc9r6g4z93i32xlx0p9hl4fn5zkyml24a1q28"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ ;; Fix a typo. This can probably be removed on the next update.
+ (substitute* "Makefile"
+ (("\\$\\(PREFIX\\)/man")
+ "$(PREFIX)/share/man"))))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -846,8 +853,7 @@ with tiling window managers. Features include:
;; There must be a running X server and make install doesn't
start one.
;; Therefore we must do it.
(system "Xvfb :1 &")
- (setenv "DISPLAY" ":1")
- #t)))
+ (setenv "DISPLAY" ":1"))))
#:tests? #f ; there is no check target
#:make-flags
(list
- 04/17: gnu: moreutils: Update to 0.66., (continued)
- 04/17: gnu: moreutils: Update to 0.66., guix-commits, 2021/11/03
- 06/17: gnu: libgnt: Update to 2.14.3., guix-commits, 2021/11/03
- 08/17: gnu: mcelog: Update to 179., guix-commits, 2021/11/03
- 05/17: gnu: moreutils: Prepare for cross-compilation., guix-commits, 2021/11/03
- 07/17: gnu: mhonarc: Update to 2.6.24., guix-commits, 2021/11/03
- 09/17: gnu: procenv: Update to 0.60., guix-commits, 2021/11/03
- 13/17: gnu: lesspipe: Update to 1.90., guix-commits, 2021/11/03
- 10/17: gnu: cpuid: Update to 20211031., guix-commits, 2021/11/03
- 11/17: gnu: cpuid: This tool is not Linux-specific per se., guix-commits, 2021/11/03
- 12/17: gnu: libmtp: Update to 1.1.19., guix-commits, 2021/11/03
- 14/17: gnu: qiv: Update to 2.3.2.,
guix-commits <=
- 16/17: gnu: labelme: Update to 4.5.13., guix-commits, 2021/11/03
- 17/17: gnu: kirc: Update to 0.2.9., guix-commits, 2021/11/03
- 15/17: gnu: inkscape@1.1: Update to 1.1.1., guix-commits, 2021/11/03