pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/zathura zathura: Update print/zathura to 0.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/678e7411009a
branches:  trunk
changeset: 313627:678e7411009a
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Oct 04 19:08:46 2018 +0000

description:
zathura: Update print/zathura to 0.4.1

pkgsrc changes:
 - Adjust to meson build system

Changes:
0.4.1
-----
- Add bash and zsh completions
- Add RTL layout of pages
- Various fixes and improvements
- Updated translations

0.4.0
-----
- Port to newer libsynctex
- Various fixes and improvements
- Updated translations

0.3.9
-----
- Improved HiDPI support
- Display page labels
- Add experimental seccomp filters
- Replace build system with meson
- Various fixes and improvements
- Updated translations

diffstat:

 print/zathura/Makefile                      |  16 +++++++++-------
 print/zathura/PLIST                         |  12 ++++++++----
 print/zathura/distinfo                      |  11 ++++++-----
 print/zathura/patches/patch-doc_meson.build |  12 ++++++++++++
 4 files changed, 35 insertions(+), 16 deletions(-)

diffs (111 lines):

diff -r f7f261648e82 -r 678e7411009a print/zathura/Makefile
--- a/print/zathura/Makefile    Thu Oct 04 19:03:45 2018 +0000
+++ b/print/zathura/Makefile    Thu Oct 04 19:08:46 2018 +0000
@@ -1,24 +1,26 @@
-# $NetBSD: Makefile,v 1.20 2018/07/20 03:34:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2018/10/04 19:08:46 leot Exp $
 
-DISTNAME=      zathura-0.3.8
-PKGREVISION=   4
+DISTNAME=      zathura-0.4.1
 CATEGORIES=    print
 MASTER_SITES=  https://pwmt.org/projects/zathura/download/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://pwmt.org/projects/zathura/
 COMMENT=       PDF viewer with vi-like keybindings
 LICENSE=       zlib
 
-USE_TOOLS+=    gmake msgfmt pkg-config
-USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
 
-MAKE_ENV+=     COLOR=0
-MAKE_ENV+=     MANPREFIX=${PREFIX}/${PKGMANDIR}
+# XXX: msgfmt needs to support `--xml', always use the one from pkgsrc
+TOOL_DEPENDS+= gettext-tools>=0.15:../../devel/gettext-tools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/py-meson/build.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/girara/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/file/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
diff -r f7f261648e82 -r 678e7411009a print/zathura/PLIST
--- a/print/zathura/PLIST       Thu Oct 04 19:03:45 2018 +0000
+++ b/print/zathura/PLIST       Thu Oct 04 19:08:46 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/01/07 12:57:59 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/10/04 19:08:46 leot Exp $
 bin/zathura
 include/zathura/document.h
 include/zathura/links.h
@@ -6,12 +6,14 @@
 include/zathura/page.h
 include/zathura/plugin-api.h
 include/zathura/types.h
-include/zathura/version.h
+include/zathura/zathura-version.h
 lib/pkgconfig/zathura.pc
 man/man1/zathura.1
 man/man5/zathurarc.5
-share/applications/zathura.desktop
+share/applications/org.pwmt.zathura.desktop
+share/bash-completion/completions/zathura
 share/dbus-1/interfaces/org.pwmt.zathura.xml
+share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
 share/locale/ca/LC_MESSAGES/zathura.mo
 share/locale/cs/LC_MESSAGES/zathura.mo
 share/locale/de/LC_MESSAGES/zathura.mo
@@ -26,6 +28,7 @@
 share/locale/id_ID/LC_MESSAGES/zathura.mo
 share/locale/it/LC_MESSAGES/zathura.mo
 share/locale/lt/LC_MESSAGES/zathura.mo
+share/locale/nl/LC_MESSAGES/zathura.mo
 share/locale/no/LC_MESSAGES/zathura.mo
 share/locale/pl/LC_MESSAGES/zathura.mo
 share/locale/pt_BR/LC_MESSAGES/zathura.mo
@@ -33,4 +36,5 @@
 share/locale/ta_IN/LC_MESSAGES/zathura.mo
 share/locale/tr/LC_MESSAGES/zathura.mo
 share/locale/uk_UA/LC_MESSAGES/zathura.mo
-share/metainfo/zathura.appdata.xml
+share/metainfo/org.pwmt.zathura.appdata.xml
+share/zsh/vendor-completions/_zathura
diff -r f7f261648e82 -r 678e7411009a print/zathura/distinfo
--- a/print/zathura/distinfo    Thu Oct 04 19:03:45 2018 +0000
+++ b/print/zathura/distinfo    Thu Oct 04 19:08:46 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2018/01/07 12:57:59 leot Exp $
+$NetBSD: distinfo,v 1.7 2018/10/04 19:08:46 leot Exp $
 
-SHA1 (zathura-0.3.8.tar.gz) = f96df67bd12068af8ed14671877b1ebe64931241
-RMD160 (zathura-0.3.8.tar.gz) = 4566271bf604441f6d9d2d48498fe97e2484d985
-SHA512 (zathura-0.3.8.tar.gz) = bad10eaf6642885f96850a01921dc1580357144d8b9b27e88e7765e6fc8e7d8f8c94c240904469e1e6b22114be5117a28a24c87183476d2c89d93f27a5083109
-Size (zathura-0.3.8.tar.gz) = 174962 bytes
+SHA1 (zathura-0.4.1.tar.xz) = bbf056b3f93e56ce679f165c9bab1d38816d8be5
+RMD160 (zathura-0.4.1.tar.xz) = 0c1985fe32dbf98b8c0409b73ed63698db20a5be
+SHA512 (zathura-0.4.1.tar.xz) = 370e7fa12a3a3a2a973870a99f7b2b910c808d6932c1de9093630d7e8bd7d97feb4b7df713e9ac33c7927849b63174a899ce6eaa60db89b1c47d6e13ef181ad6
+Size (zathura-0.4.1.tar.xz) = 148592 bytes
+SHA1 (patch-doc_meson.build) = 3a783569c5367ab31cf21911422b6aec7c19a0a1
 SHA1 (patch-zathura_database-plain.c) = 28b107ce014947dfb90377268ee0fc6cba3d2b4f
diff -r f7f261648e82 -r 678e7411009a print/zathura/patches/patch-doc_meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/zathura/patches/patch-doc_meson.build       Thu Oct 04 19:08:46 2018 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-doc_meson.build,v 1.1 2018/10/04 19:08:46 leot Exp $
+
+Also search for versioned sphinx-build-s.
+
+--- doc/meson.build.orig       2018-09-20 19:23:16.000000000 +0000
++++ doc/meson.build
+@@ -1,4 +1,4 @@
+-sphinx = find_program('sphinx-build')
++sphinx = find_program('sphinx-build', 'sphinx-build2.7', 'sphinx-build3.7', 'sphinx-build3.6', 'sphinx-build3.4', 'sphinx-build3.5')
+ custom_target('man pages',
+   command: [
+     sphinx,



Home | Main Index | Thread Index | Old Index