summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-02-15 03:05:41 +0000
committerleot <leot@pkgsrc.org>2016-02-15 03:05:41 +0000
commit5386213f47ab6f1fb7cef830155dc24fc2a8ae2f (patch)
tree52b3338029decebdf11b97e0dcff24389c391e71 /print
parentc3bc666f204a73ad1588a06611f9a7b5dee839a4 (diff)
downloadpkgsrc-5386213f47ab6f1fb7cef830155dc24fc2a8ae2f.tar.gz
Update print/zathura to 0.3.5.
Changes: o Build even without SyncTex o Children should not fork o Several fixes and improvements
Diffstat (limited to 'print')
-rw-r--r--print/zathura/Makefile4
-rw-r--r--print/zathura/distinfo11
-rw-r--r--print/zathura/patches/patch-zathura_main.c17
3 files changed, 7 insertions, 25 deletions
diff --git a/print/zathura/Makefile b/print/zathura/Makefile
index ed0e2c537d1..d58e6bd197d 100644
--- a/print/zathura/Makefile
+++ b/print/zathura/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/02/14 13:43:21 leot Exp $
+# $NetBSD: Makefile,v 1.2 2016/02/15 03:05:41 leot Exp $
-DISTNAME= zathura-0.3.4
+DISTNAME= zathura-0.3.5
CATEGORIES= print
MASTER_SITES= http://pwmt.org/projects/zathura/download/
diff --git a/print/zathura/distinfo b/print/zathura/distinfo
index 8a7ca4a1d8d..f24efc112e5 100644
--- a/print/zathura/distinfo
+++ b/print/zathura/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/14 13:43:21 leot Exp $
+$NetBSD: distinfo,v 1.2 2016/02/15 03:05:41 leot Exp $
-SHA1 (zathura-0.3.4.tar.gz) = d8142ffdd9df8f04619cc823da07afb1f7694270
-RMD160 (zathura-0.3.4.tar.gz) = 0a5061b60300d33710898287824300a13ab8b99a
-SHA512 (zathura-0.3.4.tar.gz) = 663a24574838fe6531bf588ec97ed54f3bf3601c6ed11bbcd38347e8fa1876c4cfa964ab7bba70f8afd40dd9d984315b0966546394c0efac00c6fbd9967b77a2
-Size (zathura-0.3.4.tar.gz) = 167584 bytes
-SHA1 (patch-zathura_main.c) = 1c9d1c15934846713feb01653d8307b1d608d4f0
+SHA1 (zathura-0.3.5.tar.gz) = 3b1d17c921a1f97999b3c8e90c0e55314e257fb4
+RMD160 (zathura-0.3.5.tar.gz) = b22f2edfae79283f042f3f43c10d3e4ed5e3d406
+SHA512 (zathura-0.3.5.tar.gz) = a28b10f58b88f8e162e693d164bd1bbe5a6580b49fcedb0825d0b981f74b91783d650dc13f230be41bee0d11c406f10b2b823e87306e8de5e5e09d70878a8610
+Size (zathura-0.3.5.tar.gz) = 168808 bytes
diff --git a/print/zathura/patches/patch-zathura_main.c b/print/zathura/patches/patch-zathura_main.c
deleted file mode 100644
index 8dbf12169f2..00000000000
--- a/print/zathura/patches/patch-zathura_main.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-zathura_main.c,v 1.1 2016/02/14 13:43:21 leot Exp $
-
-synctex_editor parameter is passed to init_zathura() inconditionally if
-WITH_SYNCTEX (or without). Declare it in both cases.
-
---- zathura/main.c.orig 2015-12-21 10:19:18.000000000 +0000
-+++ zathura/main.c
-@@ -135,8 +135,8 @@ main(int argc, char* argv[])
- gchar* plugin_path = NULL;
- gchar* loglevel = NULL;
- gchar* password = NULL;
--#ifdef WITH_SYNCTEX
- gchar* synctex_editor = NULL;
-+#ifdef WITH_SYNCTEX
- gchar* synctex_fwd = NULL;
- #endif
- gchar* mode = NULL;