Date: Wed, 28 Aug 2024 08:14:32 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 4cbc04a44e59 - 2024Q3 - graphics/zathura-cb: Update to 0.1.11 Message-ID: <202408280814.47S8EWke036596@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cbc04a44e59d09d75c546ea9d02330975dfe7f0 commit 4cbc04a44e59d09d75c546ea9d02330975dfe7f0 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-08-28 07:25:21 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-08-28 07:30:08 +0000 graphics/zathura-cb: Update to 0.1.11 - Take maintainership - Update MASTER_SITES - Add appstream-glib to BUILD_DEPENDS - Add tar:xz to USES - Simplify USE_GNOME - Fix metainfodir ChangeLog: https://pwmt.org/projects/zathura-cb/changelog/0.1.11/index.html PR: 281089 MFH: 2024Q3 (cherry picked from commit 40f5eec08d1f647eb48bf5f5fc120c7d4150d5d4) --- graphics/zathura-cb/Makefile | 21 +++++++++------------ graphics/zathura-cb/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index eb2fb9defd2f..47dfd0d9ea37 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -1,30 +1,27 @@ PORTNAME= zathura-cb -DISTVERSION= 0.1.10 -PORTREVISION= 5 +DISTVERSION= 0.1.11 CATEGORIES= graphics -MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ +MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ -MAINTAINER= eduardo@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv 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 +BUILD_DEPENDS= appstream-util:devel/appstream-glib \ + 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 + pkgconfig tar:xz +USE_GNOME= 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 + share/applications/org.pwmt.zathura-cb.desktop \ + share/metainfo/org.pwmt.zathura-cb.metainfo.xml .include <bsd.port.mk> diff --git a/graphics/zathura-cb/distinfo b/graphics/zathura-cb/distinfo index 5086801bbaed..62bf55282d2a 100644 --- a/graphics/zathura-cb/distinfo +++ b/graphics/zathura-cb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656109032 -SHA256 (zathura-cb-0.1.10.tar.gz) = 37cb945b2bf607d1f8a3bd0c696dd7f45a63633c7ba152601cbc0e4b9d68bb6c -SIZE (zathura-cb-0.1.10.tar.gz) = 6615 +TIMESTAMP = 1724219069 +SHA256 (zathura-cb-0.1.11.tar.xz) = 4e201ea54cdc20a93258c43556f6389441af99740de7dca6ca1ff524172fbd47 +SIZE (zathura-cb-0.1.11.tar.xz) = 6748
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408280814.47S8EWke036596>