diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2019-02-06 01:18:48 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2019-02-06 01:18:48 +0000 |
commit | e3d2a711ec323d6d6fbbf7dbd2fcdb1420698c98 (patch) | |
tree | 6d2e88945679fed6a3923ce2806313fe4d99ab29 /print | |
parent | ddeff5e294edd6667708993fe103741704a12da6 (diff) | |
download | ports-e3d2a711ec323d6d6fbbf7dbd2fcdb1420698c98.tar.gz ports-e3d2a711ec323d6d6fbbf7dbd2fcdb1420698c98.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdfview/Makefile | 21 | ||||
-rw-r--r-- | print/qpdfview/distinfo | 6 | ||||
-rw-r--r-- | print/qpdfview/pkg-plist | 6 |
3 files changed, 16 insertions, 17 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index d28d1a4a5e0f..b3a891e3a63e 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -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 diff --git a/print/qpdfview/distinfo b/print/qpdfview/distinfo index 46fc41a05784..8a23e8b30821 100644 --- a/print/qpdfview/distinfo +++ b/print/qpdfview/distinfo @@ -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 diff --git a/print/qpdfview/pkg-plist b/print/qpdfview/pkg-plist index 67adb29f4676..43098ca7814d 100644 --- a/print/qpdfview/pkg-plist +++ b/print/qpdfview/pkg-plist @@ -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 |