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 to 25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af4179e9cb03
branches:  trunk
changeset: 318520:af4179e9cb03
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Jan 26 20:39:20 2019 +0000

description:
sxiv: Update to 25

Changes:
v25
---

  * Support font fallback for missing glyphs
  * Fix busy loop when built without inotify
  * Use background/foreground colors from X resource database

diffstat:

 graphics/sxiv/Makefile                       |   5 ++---
 graphics/sxiv/distinfo                       |  10 +++++-----
 graphics/sxiv/patches/patch-autoreload_nop.c |  19 -------------------
 3 files changed, 7 insertions(+), 27 deletions(-)

diffs (53 lines):

diff -r 06c691d48809 -r af4179e9cb03 graphics/sxiv/Makefile
--- a/graphics/sxiv/Makefile    Sat Jan 26 20:37:42 2019 +0000
+++ b/graphics/sxiv/Makefile    Sat Jan 26 20:39:20 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/03/12 11:16:51 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/26 20:39:20 leot Exp $
 #
 
-DISTNAME=      sxiv-24
-PKGREVISION=   2
+DISTNAME=      sxiv-25
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=muennich/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 06c691d48809 -r af4179e9cb03 graphics/sxiv/distinfo
--- a/graphics/sxiv/distinfo    Sat Jan 26 20:37:42 2019 +0000
+++ b/graphics/sxiv/distinfo    Sat Jan 26 20:39:20 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/12/10 16:37:52 leot Exp $
+$NetBSD: distinfo,v 1.4 2019/01/26 20:39:20 leot Exp $
 
-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
+SHA1 (sxiv-25.tar.gz) = 9af2952626d6293eeb7ee59ea23e27c083cbdccc
+RMD160 (sxiv-25.tar.gz) = 9b26e263dfa7667c45d1eada7c23843ba454f162
+SHA512 (sxiv-25.tar.gz) = ca0d834c9982c5e98c0bae51d21b7d08692af2d692eeb2ac55e19c4da7d09b16bbaa8022af0a0d00c52def4120058d895f37a2f8b14f453a0ceb65eebe564814
+Size (sxiv-25.tar.gz) = 48814 bytes
 SHA1 (patch-autoreload_nop.c) = ba3c730f1bb0b8ff530594b2c0f3e6a52cd0d1ba
diff -r 06c691d48809 -r af4179e9cb03 graphics/sxiv/patches/patch-autoreload_nop.c
--- a/graphics/sxiv/patches/patch-autoreload_nop.c      Sat Jan 26 20:37:42 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-autoreload_nop.c,v 1.1 2017/12/10 16:37:53 leot Exp $
-
-Avoid 100% CPU usage when sxiv is called non-interactively.
-
-Reported upstream as issue #297:
-
- <https://github.com/muennich/sxiv/issues/297>
-
---- autoreload_nop.c.orig      2017-10-27 15:25:56.000000000 +0000
-+++ autoreload_nop.c
-@@ -20,7 +20,7 @@
- 
- void arl_init(arl_t *arl)
- {
--      (void) arl;
-+      arl->fd = -1;
- }
- 
- void arl_cleanup(arl_t *arl)



Home | Main Index | Thread Index | Old Index