pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/sxiv sxiv: Update graphics/sxiv to 24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c5dadfaaa41
branches:  trunk
changeset: 370949:3c5dadfaaa41
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Oct 28 16:00:04 2017 +0000

description:
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:

 graphics/sxiv/Makefile |   8 ++++++--
 graphics/sxiv/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r f1de051abdf6 -r 3c5dadfaaa41 graphics/sxiv/Makefile
--- a/graphics/sxiv/Makefile    Sat Oct 28 15:56:48 2017 +0000
+++ b/graphics/sxiv/Makefile    Sat Oct 28 16:00:04 2017 +0000
@@ -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 @@
 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 -r f1de051abdf6 -r 3c5dadfaaa41 graphics/sxiv/distinfo
--- a/graphics/sxiv/distinfo    Sat Oct 28 15:56:48 2017 +0000
+++ b/graphics/sxiv/distinfo    Sat Oct 28 16:00:04 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index