print/qpdfview: Update to 0.4.18.b1
While here, - Make portlint happy - Some make options cleanup - Remove Qt4 conditional deprecation as Qt4 support has already been dropped at r487596 PR: 233352 Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer) Lorenzo Salvadore <phascolarctos@protonmail.ch> (initial version)
This commit is contained in:
parent
ddeff5e294
commit
e3d2a711ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492285
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qpdfview
|
||||
DISTVERSION= 0.4.17beta1
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 0.4.18beta1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= https://launchpadlibrarian.net/294276875/ \
|
||||
https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
|
||||
@ -16,18 +15,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
|
||||
USES+= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= buildtools_build concurrent imageformats linguisttools printsupport sql sql-sqlite3 svg xml
|
||||
USE_QT= buildtools_build concurrent core dbus gui imageformats linguisttools printsupport sql sql-sqlite3 svg widgets xml
|
||||
USE_GL= gl
|
||||
|
||||
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= CUPS
|
||||
OPTIONS_MULTI= BACKEND
|
||||
OPTIONS_MULTI_BACKEND= DJVU PS
|
||||
BACKEND_DESC= Additional documents support
|
||||
OPTIONS_DEFAULT= CUPS PS
|
||||
OPTIONS_DEFINE= CUPS DJVU PS
|
||||
OPTIONS_DEFAULT= CUPS DJVU PS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CUPS_QMAKE_OFF= "CONFIG+=without_cups"
|
||||
@ -41,11 +39,6 @@ PS_QMAKE_OFF= "CONFIG+=without_ps"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
DEPRECATED= Qt4 has been EOL since december 2015
|
||||
EXPIRATION_DATE= 2019-03-15
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \
|
||||
${WRKSRC}/${PORTNAME}.pri
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506698623
|
||||
SHA256 (qpdfview-0.4.17beta1.tar.gz) = 60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f
|
||||
SIZE (qpdfview-0.4.17beta1.tar.gz) = 658978
|
||||
TIMESTAMP = 1545829366
|
||||
SHA256 (qpdfview-0.4.18beta1.tar.gz) = 36d97b88514be66ede66c30f68a8ad26b3e76fe39f27d3789c02775ce92859a2
|
||||
SIZE (qpdfview-0.4.18beta1.tar.gz) = 780840
|
||||
|
@ -10,7 +10,9 @@ share/icons/hicolor/scalable/apps/qpdfview.svg
|
||||
%%DATADIR%%/help.html
|
||||
%%DATADIR%%/help_az.html
|
||||
%%DATADIR%%/help_bg.html
|
||||
%%DATADIR%%/help_ca.html
|
||||
%%DATADIR%%/help_cs.html
|
||||
%%DATADIR%%/help_da.html
|
||||
%%DATADIR%%/help_de.html
|
||||
%%DATADIR%%/help_en_GB.html
|
||||
%%DATADIR%%/help_es.html
|
||||
@ -21,6 +23,7 @@ share/icons/hicolor/scalable/apps/qpdfview.svg
|
||||
%%DATADIR%%/help_it.html
|
||||
%%DATADIR%%/help_ja.html
|
||||
%%DATADIR%%/help_ko.html
|
||||
%%DATADIR%%/help_ku.html
|
||||
%%DATADIR%%/help_lt.html
|
||||
%%DATADIR%%/help_ms.html
|
||||
%%DATADIR%%/help_pl.html
|
||||
@ -28,10 +31,13 @@ share/icons/hicolor/scalable/apps/qpdfview.svg
|
||||
%%DATADIR%%/help_pt_BR.html
|
||||
%%DATADIR%%/help_ru.html
|
||||
%%DATADIR%%/help_sk.html
|
||||
%%DATADIR%%/help_sr.html
|
||||
%%DATADIR%%/help_sv.html
|
||||
%%DATADIR%%/help_tr.html
|
||||
%%DATADIR%%/help_uk.html
|
||||
%%DATADIR%%/help_vi.html
|
||||
%%DATADIR%%/help_zh_CN.html
|
||||
%%DATADIR%%/help_zh_TW.html
|
||||
%%DATADIR%%/qpdfview_ast.qm
|
||||
%%DATADIR%%/qpdfview_az.qm
|
||||
%%DATADIR%%/qpdfview_be.qm
|
||||
|
Loading…
Reference in New Issue
Block a user