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

Collapse All | Expand All

(-)print/qpdfview/Makefile (-9 / +7 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/print/qpdfview/Makefile 487596 2018-12-16 15:10:42Z tcberner $
2
# $FreeBSD: head/print/qpdfview/Makefile 487596 2018-12-16 15:10:42Z tcberner $
3
3
4
PORTNAME=	qpdfview
4
PORTNAME=	qpdfview
5
DISTVERSION=	0.4.17beta1
5
DISTVERSION=	0.4.18beta1
6
PORTREVISION=	4
7
CATEGORIES=	print
6
CATEGORIES=	print
8
MASTER_SITES=	https://launchpadlibrarian.net/294276875/ \
7
MASTER_SITES=	https://launchpadlibrarian.net/294276875/ \
9
		https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
8
		https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
Lines 16-33 Link Here
16
15
17
LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
16
LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
18
17
19
USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
18
USES+=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
USE_QT=		buildtools_build concurrent imageformats linguisttools printsupport sql sql-sqlite3 svg xml
20
USE_QT=		buildtools_build concurrent core dbus gui imageformats linguisttools printsupport sql sql-sqlite3 svg widgets xml
21
USE_GL=		gl
22
22
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
23
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
23
24
24
DATADIR=	${PREFIX}/share/${PORTNAME}
25
DATADIR=	${PREFIX}/share/${PORTNAME}
25
26
26
OPTIONS_DEFINE=	CUPS
27
OPTIONS_DEFINE=	CUPS DJVU PS
27
OPTIONS_MULTI=	BACKEND
28
OPTIONS_DEFAULT=	CUPS DJVU PS
28
OPTIONS_MULTI_BACKEND=	DJVU PS
29
BACKEND_DESC=	Additional documents support
30
OPTIONS_DEFAULT=	CUPS PS
31
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
32
30
33
CUPS_QMAKE_OFF=	"CONFIG+=without_cups"
31
CUPS_QMAKE_OFF=	"CONFIG+=without_cups"
(-)print/qpdfview/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1506698623
1
TIMESTAMP = 1545829366
2
SHA256 (qpdfview-0.4.17beta1.tar.gz) = 60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f
2
SHA256 (qpdfview-0.4.18beta1.tar.gz) = 36d97b88514be66ede66c30f68a8ad26b3e76fe39f27d3789c02775ce92859a2
3
SIZE (qpdfview-0.4.17beta1.tar.gz) = 658978
3
SIZE (qpdfview-0.4.18beta1.tar.gz) = 780840
(-)print/qpdfview/pkg-plist (+6 lines)
Lines 10-16 Link Here
10
%%DATADIR%%/help.html
10
%%DATADIR%%/help.html
11
%%DATADIR%%/help_az.html
11
%%DATADIR%%/help_az.html
12
%%DATADIR%%/help_bg.html
12
%%DATADIR%%/help_bg.html
13
%%DATADIR%%/help_ca.html
13
%%DATADIR%%/help_cs.html
14
%%DATADIR%%/help_cs.html
15
%%DATADIR%%/help_da.html
14
%%DATADIR%%/help_de.html
16
%%DATADIR%%/help_de.html
15
%%DATADIR%%/help_en_GB.html
17
%%DATADIR%%/help_en_GB.html
16
%%DATADIR%%/help_es.html
18
%%DATADIR%%/help_es.html
Lines 21-26 Link Here
21
%%DATADIR%%/help_it.html
23
%%DATADIR%%/help_it.html
22
%%DATADIR%%/help_ja.html
24
%%DATADIR%%/help_ja.html
23
%%DATADIR%%/help_ko.html
25
%%DATADIR%%/help_ko.html
26
%%DATADIR%%/help_ku.html
24
%%DATADIR%%/help_lt.html
27
%%DATADIR%%/help_lt.html
25
%%DATADIR%%/help_ms.html
28
%%DATADIR%%/help_ms.html
26
%%DATADIR%%/help_pl.html
29
%%DATADIR%%/help_pl.html
Lines 28-37 Link Here
28
%%DATADIR%%/help_pt_BR.html
31
%%DATADIR%%/help_pt_BR.html
29
%%DATADIR%%/help_ru.html
32
%%DATADIR%%/help_ru.html
30
%%DATADIR%%/help_sk.html
33
%%DATADIR%%/help_sk.html
34
%%DATADIR%%/help_sr.html
31
%%DATADIR%%/help_sv.html
35
%%DATADIR%%/help_sv.html
36
%%DATADIR%%/help_tr.html
32
%%DATADIR%%/help_uk.html
37
%%DATADIR%%/help_uk.html
33
%%DATADIR%%/help_vi.html
38
%%DATADIR%%/help_vi.html
34
%%DATADIR%%/help_zh_CN.html
39
%%DATADIR%%/help_zh_CN.html
40
%%DATADIR%%/help_zh_TW.html
35
%%DATADIR%%/qpdfview_ast.qm
41
%%DATADIR%%/qpdfview_ast.qm
36
%%DATADIR%%/qpdfview_az.qm
42
%%DATADIR%%/qpdfview_az.qm
37
%%DATADIR%%/qpdfview_be.qm
43
%%DATADIR%%/qpdfview_be.qm

Return to bug 233352