graphics/zathura: Update to 0.4.5.

- graphics/zathura-pdf-poppler: Update to 0.3.0
- update zathura-* and girara MASTER_SITES

PR:		244545
Approved by:	madpilot (maintainer)
		Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer)
		Zsolt Udvari <uzsolt_uzsolt.hu> (maintainer)
		Michael Danilov <mike.d.ft402@gmail.com> (maintainer, time-out)
		alexander.4mail@gmail.com (maintainer, time-out)
Differential Revision:	https://reviews.freebsd.org/D23908
This commit is contained in:
Alexandre C. Guimarães 2020-07-21 19:53:03 +00:00
parent 26ad52a009
commit c09788ee9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542786
13 changed files with 49 additions and 55 deletions

View file

@ -1,11 +1,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= zathura-cb PORTNAME= zathura-cb
PORTVERSION= 0.1.8 DISTVERSION= 0.1.8
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Comic book plugin for Zathura PDF viewer COMMENT= Comic book plugin for Zathura PDF viewer
@ -17,7 +16,7 @@ BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \ USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
pkgconfig ssl tar:xz pkgconfig ssl
USE_GNOME= glib20 gtk30 USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libcb.so \ PLIST_FILES= lib/zathura/libcb.so \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1527371286 TIMESTAMP = 1583087088
SHA256 (zathura-cb-0.1.8.tar.xz) = 452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4 SHA256 (zathura-cb-0.1.8.tar.gz) = 67206011fc375cd2f3d0bc0d7a36b182c10eb3c41961963910992393c34aa5d5
SIZE (zathura-cb-0.1.8.tar.xz) = 5616 SIZE (zathura-cb-0.1.8.tar.gz) = 6084

View file

@ -2,10 +2,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= zathura-djvu PORTNAME= zathura-djvu
PORTVERSION= 0.2.9 DISTVERSION= 0.2.9
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-djvu/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= alexander.4mail@gmail.com MAINTAINER= alexander.4mail@gmail.com
COMMENT= DjVu support for zathura COMMENT= DjVu support for zathura
@ -13,20 +13,21 @@ COMMENT= DjVu support for zathura
LICENSE= ZLIB LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
libgirara-gtk3.so:x11-toolkits/girara
BUILD_DEPENDS= zathura:graphics/zathura BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
tar:xz
USE_GNOME= glib20 gtk30 cairo USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libdjvu.so \ PLIST_FILES= lib/zathura/libdjvu.so \
share/appdata/org.pwmt.zathura-djvu.metainfo.xml \ share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
share/applications/org.pwmt.zathura-djvu.desktop share/applications/org.pwmt.zathura-djvu.desktop
pre-configure: pre-configure:
@${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build @${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
${WRKSRC}/meson.build
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1589691814 TIMESTAMP = 1594840425
SHA256 (zathura-djvu-0.2.9.tar.xz) = 96e6f8a6ee53231073b2f7003264872f84501e63c3da7bf0598d046286b0c200 SHA256 (zathura-djvu-0.2.9.tar.gz) = 84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
SIZE (zathura-djvu-0.2.9.tar.xz) = 8976 SIZE (zathura-djvu-0.2.9.tar.gz) = 9885

View file

@ -5,7 +5,7 @@ PORTNAME= zathura-pdf-mupdf
DISTVERSION= 0.3.5 DISTVERSION= 0.3.5
PORTREVISION= 8 PORTREVISION= 8
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
http://freebsd.uzsolt.hu/src/ http://freebsd.uzsolt.hu/src/
MAINTAINER= uzsolt@uzsolt.hu MAINTAINER= uzsolt@uzsolt.hu
@ -26,7 +26,6 @@ LIB_DEPENDS= libjbig2dec.so:graphics/jbig2dec \
USES= compiler:c11 desktop-file-utils gnome jpeg \ USES= compiler:c11 desktop-file-utils gnome jpeg \
meson pkgconfig tar:xz meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
MESON_ARGS= -Dlink-external=true MESON_ARGS= -Dlink-external=true

View file

@ -2,11 +2,9 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= zathura-pdf-poppler PORTNAME= zathura-pdf-poppler
PORTVERSION= 0.2.9 DISTVERSION= 0.3.0
PORTREVISION= 16
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Poppler render PDF plugin for Zathura PDF viewer COMMENT= Poppler render PDF plugin for Zathura PDF viewer
@ -18,8 +16,7 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
BUILD_DEPENDS= zathura:graphics/zathura BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
tar:xz
USE_GNOME= glib20 gtk30 USE_GNOME= glib20 gtk30
CONFLICTS= zathura-pdf-mupdf-[0-9]* CONFLICTS= zathura-pdf-mupdf-[0-9]*

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1527371290 TIMESTAMP = 1583082282
SHA256 (zathura-pdf-poppler-0.2.9.tar.xz) = be0806116ea6e6c95495f5e244e0d70d2551a9058e5574b47d3e5a09bc6592dc SHA256 (zathura-pdf-poppler-0.3.0.tar.gz) = 2034f70a936d458ddc9276f769e77ff308ba3bb1b7a7cdc87bab8b9ef7ade84a
SIZE (zathura-pdf-poppler-0.2.9.tar.xz) = 7456 SIZE (zathura-pdf-poppler-0.3.0.tar.gz) = 8895

View file

@ -1,11 +1,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= zathura-ps PORTNAME= zathura-ps
PORTVERSION= 0.2.6 DISTVERSION= 0.2.6
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= PostScript support for Zathura PDF viewer COMMENT= PostScript support for Zathura PDF viewer
@ -17,8 +16,7 @@ LIB_DEPENDS= libspectre.so:print/libspectre
BUILD_DEPENDS= zathura:graphics/zathura BUILD_DEPENDS= zathura:graphics/zathura
RUN_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura
USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl \ USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl
tar:xz
USE_GNOME= glib20 gtk30 USE_GNOME= glib20 gtk30
PLIST_FILES= lib/zathura/libps.so \ PLIST_FILES= lib/zathura/libps.so \
@ -26,7 +24,8 @@ PLIST_FILES= lib/zathura/libps.so \
share/appdata/org.pwmt.zathura-ps.metainfo.xml share/appdata/org.pwmt.zathura-ps.metainfo.xml
pre-configure: pre-configure:
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
${WRKSRC}/meson.build
post-install: post-install:
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1527371291 TIMESTAMP = 1583087128
SHA256 (zathura-ps-0.2.6.tar.xz) = 7eb085b41fc88979f997310b4e703455e6a81b6ef1ae7db0b6324b6f13c2cf73 SHA256 (zathura-ps-0.2.6.tar.gz) = 08c1927bfb8a40e201fa3638f9523d4b6d70e3444ef070bd4aa8a869b6574567
SIZE (zathura-ps-0.2.6.tar.xz) = 4336 SIZE (zathura-ps-0.2.6.tar.gz) = 4710

View file

@ -2,11 +2,9 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= zathura PORTNAME= zathura
DISTVERSION= 0.4.3 DISTVERSION= 0.4.5
PORTREVISION= 2
CATEGORIES= graphics print CATEGORIES= graphics print
MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= quentin.stievenart@gmail.com MAINTAINER= quentin.stievenart@gmail.com
COMMENT= Customizable lightweight pdf viewer COMMENT= Customizable lightweight pdf viewer
@ -21,7 +19,7 @@ BUILD_DEPENDS= ${PY_SPHINX} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \ USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
python tar:xz python
USE_GNOME= glib20 gtk30 gdkpixbuf2 USE_GNOME= glib20 gtk30 gdkpixbuf2
INSTALLS_ICONS= yes INSTALLS_ICONS= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1550822518 TIMESTAMP = 1583082376
SHA256 (zathura-0.4.3.tar.xz) = 7e12194426d709670e0f4b0b107c80dd21322881b57d4a0bf9a09998402ffd41 SHA256 (zathura-0.4.5.tar.gz) = 317882fc4e05104591c011c237b2ba6bf0b3978c189f5cdf3c978cb333ee04fe
SIZE (zathura-0.4.3.tar.xz) = 145796 SIZE (zathura-0.4.5.tar.gz) = 195275

View file

@ -12,12 +12,14 @@ man/man5/zathurarc.5.gz
share/applications/org.pwmt.zathura.desktop share/applications/org.pwmt.zathura.desktop
share/bash-completion/completions/zathura share/bash-completion/completions/zathura
share/dbus-1/interfaces/org.pwmt.zathura.xml share/dbus-1/interfaces/org.pwmt.zathura.xml
share/fish/completions/zathura.fish
share/icons/hicolor/128x128/apps/org.pwmt.zathura.png share/icons/hicolor/128x128/apps/org.pwmt.zathura.png
share/icons/hicolor/16x16/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/256x256/apps/org.pwmt.zathura.png
share/icons/hicolor/32x32/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/64x64/apps/org.pwmt.zathura.png
share/icons/scalable/apps/org.pwmt.zathura.svg share/icons/scalable/apps/org.pwmt.zathura.svg
share/locale/ar/LC_MESSAGES/zathura.mo
share/locale/ca/LC_MESSAGES/zathura.mo share/locale/ca/LC_MESSAGES/zathura.mo
share/locale/cs/LC_MESSAGES/zathura.mo share/locale/cs/LC_MESSAGES/zathura.mo
share/locale/de/LC_MESSAGES/zathura.mo share/locale/de/LC_MESSAGES/zathura.mo
@ -42,4 +44,4 @@ share/locale/ta_IN/LC_MESSAGES/zathura.mo
share/locale/tr/LC_MESSAGES/zathura.mo share/locale/tr/LC_MESSAGES/zathura.mo
share/locale/uk_UA/LC_MESSAGES/zathura.mo share/locale/uk_UA/LC_MESSAGES/zathura.mo
share/metainfo/org.pwmt.zathura.appdata.xml share/metainfo/org.pwmt.zathura.appdata.xml
share/zsh/vendor-completions/_zathura share/zsh/site-functions/_zathura

View file

@ -5,16 +5,15 @@ PORTNAME= girara
PORTVERSION= 0.3.4 PORTVERSION= 0.3.4
PORTREVISION= 1 PORTREVISION= 1
CATEGORIES= x11-toolkits graphics CATEGORIES= x11-toolkits graphics
MASTER_SITES= https://pwmt.org/projects/girara/download/ \ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= madpilot@FreeBSD.org MAINTAINER= madpilot@FreeBSD.org
COMMENT= GTK3 Interface Library for Zathura PDF Viewer COMMENT= GTK3 Interface Library for Zathura PDF Viewer
USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz
PATHFIX_MAKEFILEIN= Makefile
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile
LIBDIR= ${PREFIX}/lib LIBDIR= ${PREFIX}/lib
OPTIONS_DEFINE= JSONC NLS NOTIFY OPTIONS_DEFINE= JSONC NLS NOTIFY