mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
2fc3ef8736
commit
40f5eec08d
2 changed files with 12 additions and 15 deletions
|
@ -1,30 +1,27 @@
|
||||||
PORTNAME= zathura-cb
|
PORTNAME= zathura-cb
|
||||||
DISTVERSION= 0.1.10
|
DISTVERSION= 0.1.11
|
||||||
PORTREVISION= 6
|
|
||||||
CATEGORIES= graphics
|
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
|
COMMENT= Comic book plugin for Zathura PDF viewer
|
||||||
WWW= https://pwmt.org/projects/zathura-cb/
|
WWW= https://pwmt.org/projects/zathura-cb/
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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
|
LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara
|
||||||
RUN_DEPENDS= zathura:graphics/zathura
|
RUN_DEPENDS= zathura:graphics/zathura
|
||||||
|
|
||||||
# testing without USES=ssl
|
# testing without USES=ssl
|
||||||
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
|
USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \
|
||||||
pkgconfig
|
pkgconfig tar:xz
|
||||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
|
USE_GNOME= glib20 gtk30
|
||||||
|
|
||||||
PLIST_FILES= lib/zathura/libcb.so \
|
PLIST_FILES= lib/zathura/libcb.so \
|
||||||
share/appdata/org.pwmt.zathura-cb.metainfo.xml \
|
share/applications/org.pwmt.zathura-cb.desktop \
|
||||||
share/applications/org.pwmt.zathura-cb.desktop
|
share/metainfo/org.pwmt.zathura-cb.metainfo.xml
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1656109032
|
TIMESTAMP = 1724219069
|
||||||
SHA256 (zathura-cb-0.1.10.tar.gz) = 37cb945b2bf607d1f8a3bd0c696dd7f45a63633c7ba152601cbc0e4b9d68bb6c
|
SHA256 (zathura-cb-0.1.11.tar.xz) = 4e201ea54cdc20a93258c43556f6389441af99740de7dca6ca1ff524172fbd47
|
||||||
SIZE (zathura-cb-0.1.10.tar.gz) = 6615
|
SIZE (zathura-cb-0.1.11.tar.xz) = 6748
|
||||||
|
|
Loading…
Add table
Reference in a new issue