View | Details | Raw Unified | Return to bug 280964 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/zathura-djvu/Makefile (-13 / +10 lines)
Lines 1-31 Link Here
1
PORTNAME=	zathura-djvu
1
PORTNAME=	zathura-djvu
2
DISTVERSION=	0.2.9
2
DISTVERSION=	0.2.10
3
PORTREVISION=	5
4
CATEGORIES=	graphics
3
CATEGORIES=	graphics
5
MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
4
MASTER_SITES=	https://pwmt.org/projects/zathura-djvu/download/
6
5
7
MAINTAINER=	alexander.4mail@gmail.com
6
MAINTAINER=	alexander.4mail@gmail.com
8
COMMENT=	DjVu support for zathura
7
COMMENT=	DjVu support for zathura
9
WWW=		https://pwmt.org/projects/zathura/plugins/
8
WWW=		https://pwmt.org/projects/zathura-djvu/
10
9
11
LICENSE=	ZLIB
10
LICENSE=	ZLIB
12
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
13
12
13
BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
14
		zathura:graphics/zathura
14
LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre \
15
LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre \
15
		libgirara-gtk3.so:x11-toolkits/girara
16
		libgirara-gtk3.so:x11-toolkits/girara
16
BUILD_DEPENDS=	zathura:graphics/zathura
17
RUN_DEPENDS=	zathura:graphics/zathura
17
RUN_DEPENDS=	zathura:graphics/zathura
18
18
19
USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig
19
USES=		compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \
20
		tar:xz
20
21
21
USE_GNOME=	glib20 gtk30
22
USE_GNOME=	cairo glib20
22
23
23
PLIST_FILES=	lib/zathura/libdjvu.so \
24
PLIST_FILES=	lib/zathura/libdjvu.so \
24
		share/appdata/org.pwmt.zathura-djvu.metainfo.xml \
25
		share/applications/org.pwmt.zathura-djvu.desktop \
25
		share/applications/org.pwmt.zathura-djvu.desktop
26
		share/metainfo/org.pwmt.zathura-djvu.metainfo.xml
26
27
pre-configure:
28
	@${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" \
29
		${WRKSRC}/meson.build
30
27
31
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)b/graphics/zathura-djvu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1594840425
1
TIMESTAMP = 1724195438
2
SHA256 (zathura-djvu-0.2.9.tar.gz) = 84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca
2
SHA256 (zathura-djvu-0.2.10.tar.xz) = 32e9d89929a76cd7d3fcbaf79f441868bdabedf17317d1d1843faa1f19338d95
3
SIZE (zathura-djvu-0.2.9.tar.gz) = 9885
3
SIZE (zathura-djvu-0.2.10.tar.xz) = 9408

Return to bug 280964