summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-10-28 16:00:04 +0000
committerleot <leot@pkgsrc.org>2017-10-28 16:00:04 +0000
commit0af31e3832314e105bb022182c751d57a58deb4e (patch)
treed4ad8a98126ac2c1291476757f10e6ab24ad4ce7 /graphics
parent70ca4089ea4ca286bc8a784dce19c808018b0a69 (diff)
downloadpkgsrc-0af31e3832314e105bb022182c751d57a58deb4e.tar.gz
sxiv: Update graphics/sxiv to 24.
pkgsrc changes: - Add AUTORELOAD=nop to MAKE_FLAGS in order to avoid optional inotify support to automatically reload the current image whenever it changes - Needs `c99' (`-std=c99' is passed to CFLAGS) Changes: 24 -- - Automatically reload the current image whenever it changes - Support embedding into other X windows with -e (e.g. tabbed) - New option -p prevents sxiv from creating cache and temporary files - Simpler mouse mappings, the most basic features are accessible with the mouse only (navigate, zoom, pan)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sxiv/Makefile8
-rw-r--r--graphics/sxiv/distinfo10
2 files changed, 11 insertions, 7 deletions
diff --git a/graphics/sxiv/Makefile b/graphics/sxiv/Makefile
index de8f1f528ce..a8d355aa08f 100644
--- a/graphics/sxiv/Makefile
+++ b/graphics/sxiv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/28 16:00:04 leot Exp $
#
-DISTNAME= sxiv-1.3.2
+DISTNAME= sxiv-24
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=muennich/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -14,10 +14,14 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
MAKE_FLAGS+= PREFIX=${PREFIX} MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+= AUTORELOAD=nop
+
+USE_LANGUAGES= c99
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
diff --git a/graphics/sxiv/distinfo b/graphics/sxiv/distinfo
index 2fc5e827d98..19eab8802cd 100644
--- a/graphics/sxiv/distinfo
+++ b/graphics/sxiv/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/04 13:49:06 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/10/28 16:00:04 leot Exp $
-SHA1 (sxiv-1.3.2.tar.gz) = 99ee7f74881f49f8ae6060e01f13bdcfbfc84825
-RMD160 (sxiv-1.3.2.tar.gz) = c3b703055804c534808487fd66cf59686b7db91f
-SHA512 (sxiv-1.3.2.tar.gz) = 3bcf67a778a3e40cb6ae6b6fcc685cd57e303265df34c8a56d6ebb8ad0237e7136e738c44fee5c5504c73e4722d017f1e746691fac482568b2a960931f1ecdd5
-Size (sxiv-1.3.2.tar.gz) = 46560 bytes
+SHA1 (sxiv-24.tar.gz) = 47940118169d51dbf02338e76878215ef066013f
+RMD160 (sxiv-24.tar.gz) = 61eaf03ca5c106289d41588f2d882f43ca8a6ff1
+SHA512 (sxiv-24.tar.gz) = e4c9d4e18b4f1999b6441256b4c0d4683a105f1f64d4f754d6f9bc4f467ee1ccc6b6996cec8a210276c5fbec59417627fb838cb4f7be37cce32fa2c5d45d347b
+Size (sxiv-24.tar.gz) = 47148 bytes