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

Collapse All | Expand All

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

Return to bug 228525