aboutsummaryrefslogtreecommitdiff
path: root/graphics/zathura
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2024-05-14 20:50:30 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2024-05-14 20:50:30 +0000
commit9e661609317b6032e0da3aabe5998bab26782fd8 (patch)
treee4b8ea04da042c494e805bb6469b603d3a31292e /graphics/zathura
parent81bcb2f4db67ce07be15763294ed6ed549212214 (diff)
downloadports-9e661609317b6032e0da3aabe5998bab26782fd8.tar.gz
ports-9e661609317b6032e0da3aabe5998bab26782fd8.zip
graphics/zathura: Update to 0.5.6
- 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)
Diffstat (limited to 'graphics/zathura')
-rw-r--r--graphics/zathura/Makefile28
-rw-r--r--graphics/zathura/distinfo6
2 files changed, 17 insertions, 17 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index d28107e210a6..2694c8eacd79 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -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
@@ -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
diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo
index ed456e4c9860..5c78c3960450 100644
--- a/graphics/zathura/distinfo
+++ b/graphics/zathura/distinfo
@@ -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