[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: sxiv: Update to 26.
From: |
guix-commits |
Subject: |
06/12: gnu: sxiv: Update to 26. |
Date: |
Mon, 17 Feb 2020 11:31:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6420cab3413e13d38a0a768d8227ba82071ab554
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 05:40:38 2020 +0100
gnu: sxiv: Update to 26.
* gnu/packages/image-viewers.scm (sxiv): Update to 26.
---
gnu/packages/image-viewers.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 85d3a15..989deb1 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2017 ng0 <address@hidden>
;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
;;; Copyright © 2017 nee <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
;;; Copyright © 2019 Guy Fleury Iteriteka <address@hidden>
@@ -216,7 +216,7 @@ It is the default image viewer on LXDE desktop
environment.")
(define-public sxiv
(package
(name "sxiv")
- (version "25")
+ (version "26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -225,15 +225,15 @@ It is the default image viewer on LXDE desktop
environment.")
(file-name (git-file-name name version))
(sha256
(base32
- "13s1lfar142hq1j7xld0ri616p4bqs57b17yr4d0b9a9w7liz4hp"))))
+ "0xaawlfdy7b277m38mgg4423kd7p1ffn0dq4hciqs6ivbb3q9c4f"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
#:make-flags
(list (string-append "PREFIX=" %output)
"CC=gcc"
- ;; Xft.h #includes <ft2build.h> (without ‘freetype2/’). The sxiv
- ;; Makefile works around this by hard-coding /usr/include instead.
+ ;; Xft.h #includes <ft2build.h> without ‘freetype2/’. The
Makefile
+ ;; works around this by hard-coding /usr/include & $PREFIX.
(string-append "CPPFLAGS=-I"
(assoc-ref %build-inputs "freetype")
"/include/freetype2")
- branch master updated (3dd311e -> 7046106), guix-commits, 2020/02/17
- 01/12: gnu: xpdf: Update home page., guix-commits, 2020/02/17
- 06/12: gnu: sxiv: Update to 26.,
guix-commits <=
- 05/12: gnu: rsnapshot: Use HTTPS home page., guix-commits, 2020/02/17
- 02/12: gnu: xpdf: Update to 4.02., guix-commits, 2020/02/17
- 03/12: gnu: git: Update to 2.25.1., guix-commits, 2020/02/17
- 08/12: gnu: liblangtag: Don't use NAME in source URI., guix-commits, 2020/02/17
- 07/12: gnu: weechat: Update to 2.7., guix-commits, 2020/02/17
- 12/12: gnu: upx: Clean up., guix-commits, 2020/02/17
- 04/12: gnu: slib: Use HTTPS home page., guix-commits, 2020/02/17
- 10/12: gnu: haveged: Update to 1.9.8., guix-commits, 2020/02/17
- 09/12: gnu: liblangtag: Update to 0.6.3., guix-commits, 2020/02/17
- 11/12: gnu: ebtables: Update to 2.0.11., guix-commits, 2020/02/17