diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 7a75610f0b3d..b24a73efe27d 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,25 +1,25 @@ PORTNAME= zathura-cb -DISTVERSION= 2026.02.03 +DISTVERSION= 2026.05.10 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ MAINTAINER= mce@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= appstreamcli:devel/appstream \ zathura:graphics/zathura LIB_DEPENDS= libgirara.so:x11-toolkits/girara RUN_DEPENDS= zathura:graphics/zathura USES= compiler:c17 desktop-file-utils gnome meson pkgconfig tar:xz USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libcb.so \ share/applications/org.pwmt.zathura-cb.desktop \ share/metainfo/org.pwmt.zathura-cb.metainfo.xml .include diff --git a/graphics/zathura-cb/distinfo b/graphics/zathura-cb/distinfo index d4a737e96819..61282bcbb692 100644 --- a/graphics/zathura-cb/distinfo +++ b/graphics/zathura-cb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770158584 -SHA256 (zathura-cb-2026.02.03.tar.xz) = 743e37b16b8095c54996afb6a11e4713f0ed3988ed3e1b0bdb8126a2eee83c5c -SIZE (zathura-cb-2026.02.03.tar.xz) = 6844 +TIMESTAMP = 1778415269 +SHA256 (zathura-cb-2026.05.10.tar.xz) = 32b2fa420fbb8a55f6baca6501fce2820a2acc900453f9b993a3ef84026ae251 +SIZE (zathura-cb-2026.05.10.tar.xz) = 7520 diff --git a/graphics/zathura-cb/files/patch-meson.build b/graphics/zathura-cb/files/patch-meson.build index 80473bacb482..1fcf6fa66b62 100644 --- a/graphics/zathura-cb/files/patch-meson.build +++ b/graphics/zathura-cb/files/patch-meson.build @@ -1,21 +1,21 @@ ---- meson.build.orig 2025-10-28 17:47:54 UTC +--- meson.build.orig 2026-05-10 12:15:17 UTC +++ meson.build @@ -18,9 +18,8 @@ cairo = dependency('cairo') - girara = dependency('girara-gtk3') + girara = dependency('girara') glib = dependency('glib-2.0') cairo = dependency('cairo') --libarchive = dependency('libarchive') +-libarchive = dependency('libarchive', version: '>=3') -build_dependencies = [zathura, girara, glib, cairo, libarchive] +build_dependencies = [zathura, girara, glib, cairo] if get_option('plugindir') == '' plugindir = zathura.get_variable(pkgconfig: 'plugindir') -@@ -60,6 +59,7 @@ cb = shared_module('cb', +@@ -58,6 +57,7 @@ cb = shared_module('cb', sources, dependencies: build_dependencies, c_args: defines + flags, + link_args: ['-larchive'], install: true, - install_dir: plugindir - ) + install_dir: plugindir, + gnu_symbol_visibility: 'hidden'