pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zathura: Update wip/zathura to 0.3.4.
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Dec 27 15:40:12 2015 +0100
Changeset: c79877f24b604c8011af0eda609b4ca6b47ff83b
Modified Files:
zathura/Makefile
zathura/distinfo
Added Files:
zathura/patches/patch-zathura_main.c
Log Message:
zathura: Update wip/zathura to 0.3.4.
Changes:
o Recent files support
o Substitute home with tilde
o Open URLs
o Several fixes and improvements
o Update translations
o Update build system
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c79877f24b604c8011af0eda609b4ca6b47ff83b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zathura/Makefile | 3 +--
zathura/distinfo | 8 +++++---
zathura/patches/patch-zathura_main.c | 17 +++++++++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
diffs:
diff --git a/zathura/Makefile b/zathura/Makefile
index 0309473..b6e15c4 100644
--- a/zathura/Makefile
+++ b/zathura/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.16 2015/09/14 00:28:52 leot1990 Exp $
-DISTNAME= zathura-0.3.3
-PKGREVISION= 1
+DISTNAME= zathura-0.3.4
CATEGORIES= print
MASTER_SITES= http://pwmt.org/projects/zathura/download/
diff --git a/zathura/distinfo b/zathura/distinfo
index 144bf0a..a884877 100644
--- a/zathura/distinfo
+++ b/zathura/distinfo
@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.9 2015/04/14 18:10:46 leot1990 Exp $
-SHA1 (zathura-0.3.3.tar.gz) = fc9935b51ee566cbda5978d3f52ab74a4b22c8f4
-RMD160 (zathura-0.3.3.tar.gz) = 5752eeb90acbb6182419781a53daa77c10bf6d50
-Size (zathura-0.3.3.tar.gz) = 203604 bytes
+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
diff --git a/zathura/patches/patch-zathura_main.c b/zathura/patches/patch-zathura_main.c
new file mode 100644
index 0000000..afe8582
--- /dev/null
+++ b/zathura/patches/patch-zathura_main.c
@@ -0,0 +1,17 @@
+$NetBSD$
+
+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;
Home |
Main Index |
Thread Index |
Old Index