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

Collapse All | Expand All

(-)graphics/zathura-cb/Makefile (-7 / +8 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	zathura-cb
3
PORTNAME=	zathura-cb
4
PORTVERSION=	0.1.6
4
PORTVERSION=	0.1.8
5
PORTREVISION=	3
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
MASTER_SITES=	https://pwmt.org/projects/zathura-cb/download/ \
6
MASTER_SITES=	https://pwmt.org/projects/zathura-cb/download/ \
8
		http://www.madpilot.net/~mad/pwmt.org/
7
		http://www.madpilot.net/~mad/pwmt.org/
Lines 16-27 Link Here
16
BUILD_DEPENDS=	zathura:graphics/zathura
15
BUILD_DEPENDS=	zathura:graphics/zathura
17
RUN_DEPENDS=	zathura:graphics/zathura
16
RUN_DEPENDS=	zathura:graphics/zathura
18
17
19
PLIST_FILES=	lib/zathura/cb.so share/applications/zathura-cb.desktop
18
USES=		meson ninja compiler:c11 desktop-file-utils pkgconfig libarchive ssl tar:xz
20
21
USES=		compiler:c11 desktop-file-utils gmake pkgconfig libarchive ssl
22
USE_GNOME=	glib20 gtk30
19
USE_GNOME=	glib20 gtk30
23
20
24
post-install:
21
PLIST_FILES=	lib/zathura/libcb.so \
25
	${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/cb.so
22
		share/appdata/org.pwmt.zathura-cb.metainfo.xml \
23
		share/applications/org.pwmt.zathura-cb.desktop
26
24
25
pre-configure:
26
	${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build
27
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)graphics/zathura-cb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484228208
1
TIMESTAMP = 1527371286
2
SHA256 (zathura-cb-0.1.6.tar.gz) = 888e95421e13b944d19604fab129e5992636f404e7ed20751d4f50546f2535ba
2
SHA256 (zathura-cb-0.1.8.tar.xz) = 452a0702e257dbed6a84b7faf6b51e4eb57a163654bbcddf6301143d3770ccc4
3
SIZE (zathura-cb-0.1.6.tar.gz) = 7205
3
SIZE (zathura-cb-0.1.8.tar.xz) = 5616

Return to bug 228525