diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index a4d359cc2b7d..9fecb42212f3 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,30 +1,30 @@ PORTNAME= zathura-cb DISTVERSION= 0.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Comic book plugin for Zathura PDF viewer WWW= https://pwmt.org/projects/zathura-cb/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= zathura:graphics/zathura LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara RUN_DEPENDS= zathura:graphics/zathura # testing without USES=ssl USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \ pkgconfig USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 PLIST_FILES= lib/zathura/libcb.so \ share/appdata/org.pwmt.zathura-cb.metainfo.xml \ share/applications/org.pwmt.zathura-cb.desktop pre-configure: ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build .include diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index 94e5f8617b3f..293e766fe425 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -1,30 +1,30 @@ PORTNAME= zathura-djvu DISTVERSION= 0.2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= alexander.4mail@gmail.com COMMENT= DjVu support for zathura WWW= https://pwmt.org/projects/zathura/plugins/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libdjvu.so \ share/appdata/org.pwmt.zathura-djvu.metainfo.xml \ share/applications/org.pwmt.zathura-djvu.desktop pre-configure: @${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \ ${WRKSRC}/meson.build .include diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index d12fb395dadc..efcbdeebf19b 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -1,39 +1,39 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= uzsolt@FreeBSD.org COMMENT= MuPDF render PDF plugin for Zathura PDF viewer WWW= https://pwmt.org/projects/zathura-pdf-mupdf/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= zathura:graphics/zathura LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgirara-gtk3.so:x11-toolkits/girara \ libmupdf.so:graphics/mupdf RUN_DEPENDS= zathura:graphics/zathura USES= compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig USE_GNOME= cairo glib20 USE_GITLAB= yes GL_SITE= https://git.pwmt.org/ GL_ACCOUNT= pwmt CONFLICTS_INSTALL= zathura-pdf-poppler #MESON_ARGS= -Dlink-external=true PLIST_FILES= lib/zathura/libpdf-mupdf.so \ share/applications/org.pwmt.zathura-pdf-mupdf.desktop \ share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml post-patch: ${REINPLACE_CMD} "s@\(cc.find_library(.*\))@\1,dirs:'${PREFIX}/lib')@" \ ${WRKSRC}/meson.build ${REINPLACE_CMD} "s@join_paths(datadir, \ 'metainfo')@join_paths(datadir, 'appdata')@" ${WRKSRC}/meson.build .include diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 8a04381b60ef..150612c2efb6 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -1,31 +1,31 @@ PORTNAME= zathura-pdf-poppler DISTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer WWW= https://pwmt.org/projects/zathura/plugins/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= zathura:graphics/zathura LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= zathura:graphics/zathura USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig USE_GNOME= cairo glib20 gtk30 CONFLICTS= zathura-pdf-mupdf PLIST_FILES= lib/zathura/libpdf-poppler.so \ share/appdata/org.pwmt.zathura-pdf-poppler.metainfo.xml \ share/applications/org.pwmt.zathura-pdf-poppler.desktop pre-configure: @${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build .include diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index da880ba05e12..cab9eec25007 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -1,33 +1,33 @@ PORTNAME= zathura-ps DISTVERSION= 0.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PostScript support for Zathura PDF viewer WWW= https://pwmt.org/projects/zathura-ps/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= zathura:graphics/zathura LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \ libspectre.so:print/libspectre RUN_DEPENDS= zathura:graphics/zathura USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl USE_GNOME= cairo glib20 gtk30 PLIST_FILES= lib/zathura/libps.so \ share/appdata/org.pwmt.zathura-ps.metainfo.xml \ share/applications/org.pwmt.zathura-ps.desktop pre-configure: ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \ ${WRKSRC}/meson.build post-install: @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so .include diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 1568e78c367f..d28107e210a6 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -1,36 +1,37 @@ PORTNAME= zathura -DISTVERSION= 0.5.2 -PORTREVISION= 3 +DISTVERSION= 0.5.4 CATEGORIES= graphics print MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer WWW= https://pwmt.org/projects/zathura/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} -LIB_DEPENDS= libcairo.so:graphics/cairo \ - libgirara-gtk3.so:x11-toolkits/girara \ - libsynctex.so:devel/tex-synctex +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libgirara-gtk3.so:x11-toolkits/girara USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \ ninja pkgconfig python -USE_GNOME= gdkpixbuf2 glib20 gtk30 -MESON_ARGS= -Dseccomp=disabled -Dtests=disabled +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 +MESON_ARGS= -Dseccomp=disabled -Dtests=disabled -Dmanpages=disabled -OPTIONS_DEFINE= SQLITE SYNCTEX -OPTIONS_DEFAULT= SQLITE SYNCTEX +OPTIONS_DEFINE= MANPAGES SQLITE SYNCTEX +OPTIONS_DEFAULT= MANPAGES SQLITE SYNCTEX +OPTIONS_SUB= yes + +MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} +MANPAGES_MESON_ENABLED= manpages SQLITE_USES= sqlite SQLITE_MESON_ENABLED= sqlite SYNCTEX_DESC= Direct and reverse synchronisation support with SyncTeX SYNCTEX_BUILD_DEPENDS= tex-synctex>=1.19.0:devel/tex-synctex SYNCTEX_RUN_DEPENDS= ${SYNCTEX_BUILD_DEPENDS} SYNCTEX_MESON_ENABLED= synctex .include diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo index ee3d7becbb82..ed456e4c9860 100644 --- a/graphics/zathura/distinfo +++ b/graphics/zathura/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671135393 -SHA256 (zathura-0.5.2.tar.gz) = 7be256b94d0e517dca5d3e0d0f7835e9ff4801c5e5df8a5e5e3034b25c7c2e74 -SIZE (zathura-0.5.2.tar.gz) = 208606 +TIMESTAMP = 1711376550 +SHA256 (zathura-0.5.4.tar.gz) = c41e1ff2f30ea5de21b778e082c608649078650df4b5e06999f016f1b127546b +SIZE (zathura-0.5.4.tar.gz) = 216719 diff --git a/graphics/zathura/pkg-plist b/graphics/zathura/pkg-plist index 2104284227b6..378d1efd74f6 100644 --- a/graphics/zathura/pkg-plist +++ b/graphics/zathura/pkg-plist @@ -1,47 +1,47 @@ bin/zathura include/zathura/document.h include/zathura/links.h include/zathura/macros.h include/zathura/page.h include/zathura/plugin-api.h include/zathura/types.h include/zathura/zathura-version.h libdata/pkgconfig/zathura.pc -share/man/man1/zathura.1.gz -share/man/man5/zathurarc.5.gz +%%MANPAGES%%share/man/man1/zathura.1.gz +%%MANPAGES%%share/man/man5/zathurarc.5.gz share/applications/org.pwmt.zathura.desktop share/bash-completion/completions/zathura share/dbus-1/interfaces/org.pwmt.zathura.xml share/fish/vendor_completions.d/zathura.fish share/icons/hicolor/128x128/apps/org.pwmt.zathura.png share/icons/hicolor/16x16/apps/org.pwmt.zathura.png share/icons/hicolor/256x256/apps/org.pwmt.zathura.png share/icons/hicolor/32x32/apps/org.pwmt.zathura.png share/icons/hicolor/64x64/apps/org.pwmt.zathura.png share/icons/hicolor/scalable/apps/org.pwmt.zathura.svg share/locale/ar/LC_MESSAGES/zathura.mo share/locale/ca/LC_MESSAGES/zathura.mo share/locale/cs/LC_MESSAGES/zathura.mo share/locale/de/LC_MESSAGES/zathura.mo share/locale/el/LC_MESSAGES/zathura.mo share/locale/eo/LC_MESSAGES/zathura.mo share/locale/es/LC_MESSAGES/zathura.mo share/locale/es_CL/LC_MESSAGES/zathura.mo share/locale/et/LC_MESSAGES/zathura.mo share/locale/fr/LC_MESSAGES/zathura.mo share/locale/he/LC_MESSAGES/zathura.mo 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 share/locale/ru/LC_MESSAGES/zathura.mo share/locale/sv/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/org.pwmt.zathura.appdata.xml share/zsh/site-functions/_zathura