pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/zathura



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct  4 19:08:46 UTC 2018

Modified Files:
        pkgsrc/print/zathura: Makefile PLIST distinfo
Added Files:
        pkgsrc/print/zathura/patches: patch-doc_meson.build

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/zathura/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/zathura/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/zathura/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/zathura/patches/patch-doc_meson.build

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.20 pkgsrc/print/zathura/Makefile:1.21
--- pkgsrc/print/zathura/Makefile:1.20  Fri Jul 20 03:34:26 2018
+++ pkgsrc/print/zathura/Makefile       Thu Oct  4 19:08:46 2018
@@ -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"

Index: pkgsrc/print/zathura/PLIST
diff -u pkgsrc/print/zathura/PLIST:1.2 pkgsrc/print/zathura/PLIST:1.3
--- pkgsrc/print/zathura/PLIST:1.2      Sun Jan  7 12:57:59 2018
+++ pkgsrc/print/zathura/PLIST  Thu Oct  4 19:08:46 2018
@@ -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/macros.h
 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/hr/LC_MESSAGES/zathura.mo
 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/ru/LC_MESSAGES/zathura.mo
 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

Index: pkgsrc/print/zathura/distinfo
diff -u pkgsrc/print/zathura/distinfo:1.6 pkgsrc/print/zathura/distinfo:1.7
--- pkgsrc/print/zathura/distinfo:1.6   Sun Jan  7 12:57:59 2018
+++ pkgsrc/print/zathura/distinfo       Thu Oct  4 19:08:46 2018
@@ -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

Added files:

Index: pkgsrc/print/zathura/patches/patch-doc_meson.build
diff -u /dev/null pkgsrc/print/zathura/patches/patch-doc_meson.build:1.1
--- /dev/null   Thu Oct  4 19:08:46 2018
+++ pkgsrc/print/zathura/patches/patch-doc_meson.build  Thu Oct  4 19:08:46 2018
@@ -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