Skip to content

Commit

Permalink
graphics/zathura: Update to 0.5.6
Browse files Browse the repository at this point in the history
- Update MASTER_SITES
- Cleanup Makefile and apply portsnap/portclippy suggestions
- Removed SQLITE option, sqlite is now always required.

PR:		278854
Approved by:	quentin.stievenart@gmail.com (maintainer)
  • Loading branch information
madpilot78 committed May 14, 2024
1 parent 81bcb2f commit 9e66160
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions graphics/zathura/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= zathura
DISTVERSION= 0.5.4
DISTVERSION= 0.5.6
CATEGORIES= graphics print
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
MASTER_SITES= https://pwmt.org/projects/zathura/download/

MAINTAINER= quentin.stievenart@gmail.com
COMMENT= Customizable lightweight pdf viewer
Expand All @@ -10,26 +10,26 @@ WWW= https://pwmt.org/projects/zathura/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libgirara-gtk3.so:x11-toolkits/girara
LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \
libjson-glib-1.0.so:devel/json-glib

USES= compiler:c11 desktop-file-utils gettext-tools:build gnome meson \
ninja pkgconfig python
ninja pkgconfig python sqlite tar:xz
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
MESON_ARGS= -Dseccomp=disabled -Dtests=disabled -Dmanpages=disabled
MESON_ARGS= -Dmanpages=disabled \
-Dseccomp=disabled \
-Dtests=disabled

OPTIONS_DEFINE= MANPAGES SQLITE SYNCTEX
OPTIONS_DEFAULT= MANPAGES SQLITE SYNCTEX
OPTIONS_DEFINE= MANPAGES SYNCTEX
OPTIONS_DEFAULT= MANPAGES 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
SYNCTEX_DESC= Direct and reverse synchronisation support with SyncTeX

SQLITE_USES= sqlite
SQLITE_MESON_ENABLED= sqlite
MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR}
MANPAGES_MESON_ENABLED= manpages

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
Expand Down
6 changes: 3 additions & 3 deletions graphics/zathura/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1711376550
SHA256 (zathura-0.5.4.tar.gz) = c41e1ff2f30ea5de21b778e082c608649078650df4b5e06999f016f1b127546b
SIZE (zathura-0.5.4.tar.gz) = 216719
TIMESTAMP = 1715150364
SHA256 (zathura-0.5.6.tar.xz) = b478e35e87cce57d651b4112dc8193c4b744a07f121b7b6465229a8f386f10da
SIZE (zathura-0.5.6.tar.xz) = 169744

0 comments on commit 9e66160

Please sign in to comment.