diff options
author | pawel <pawel@FreeBSD.org> | 2013-06-03 00:41:27 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-06-03 00:41:27 +0800 |
commit | 32d53ff8b595e301f77bdc3db18812e90768d27c (patch) | |
tree | 75764b6dbb3f8c6debcd34bafcea21e632f05bed /print | |
parent | ae607c5b67b7a0867e44db6f83fa4c65db3096ee (diff) | |
download | freebsd-ports-gnome-32d53ff8b595e301f77bdc3db18812e90768d27c.tar.gz freebsd-ports-gnome-32d53ff8b595e301f77bdc3db18812e90768d27c.tar.zst freebsd-ports-gnome-32d53ff8b595e301f77bdc3db18812e90768d27c.zip |
Update to version 0.4.3
PR: ports/179073
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdfview/Makefile | 10 | ||||
-rw-r--r-- | print/qpdfview/distinfo | 4 | ||||
-rw-r--r-- | print/qpdfview/pkg-plist | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index c1c4c7a576cc..ef97501c122e 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= qpdfview -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.4.3 CATEGORIES= print -MASTER_SITES= https://launchpadlibrarian.net/131409309/ +MASTER_SITES= https://launchpadlibrarian.net/140746246/ MAINTAINER= g.veniamin@googlemail.com COMMENT= Tabbed PDF viewer using the poppler library @@ -15,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ cups:${PORTSDIR}/print/cups-client -USE_QT4= corelib dbus gui imageformats moc_build qmake_build rcc_build \ - sql sql-sqlite3_run svg xml +USE_QT4= corelib dbus gui imageformats linguist_build moc_build \ + qmake_build rcc_build sql sql-sqlite3_run svg xml QMAKEFLAGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" DATADIR= ${PREFIX}/share/${PORTNAME} @@ -58,6 +57,7 @@ pre-configure: ${WRKSRC}/${PORTNAME}.pri do-configure: + cd ${WRKSRC} && lrelease-qt4 ${PORTNAME}.pro cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro .include <bsd.port.mk> diff --git a/print/qpdfview/distinfo b/print/qpdfview/distinfo index 2b488478e70f..f7d0cdc7c07d 100644 --- a/print/qpdfview/distinfo +++ b/print/qpdfview/distinfo @@ -1,2 +1,2 @@ -SHA256 (qpdfview-0.4.tar.gz) = 6191e6ae15f228bce9ac0c58dd5032122fa2986d50f7585859cd64a7fd2b5499 -SIZE (qpdfview-0.4.tar.gz) = 396479 +SHA256 (qpdfview-0.4.3.tar.gz) = 66c579e6e837aed532a1389ced4987cce1055cea36f8b3d61b634dd8cbdd8c79 +SIZE (qpdfview-0.4.3.tar.gz) = 351371 diff --git a/print/qpdfview/pkg-plist b/print/qpdfview/pkg-plist index f5308c538369..503a8b34e9cd 100644 --- a/print/qpdfview/pkg-plist +++ b/print/qpdfview/pkg-plist @@ -6,6 +6,8 @@ share/applications/qpdfview.desktop %%DATADIR%%/help.html %%DATADIR%%/qpdfview.svg %%DATADIR%%/qpdfview_ast.qm +%%DATADIR%%/qpdfview_az.qm +%%DATADIR%%/qpdfview_bg.qm %%DATADIR%%/qpdfview_bs.qm %%DATADIR%%/qpdfview_ca.qm %%DATADIR%%/qpdfview_cs.qm @@ -13,10 +15,12 @@ share/applications/qpdfview.desktop %%DATADIR%%/qpdfview_de.qm %%DATADIR%%/qpdfview_el.qm %%DATADIR%%/qpdfview_en_GB.qm +%%DATADIR%%/qpdfview_eo.qm %%DATADIR%%/qpdfview_es.qm %%DATADIR%%/qpdfview_eu.qm %%DATADIR%%/qpdfview_fi.qm %%DATADIR%%/qpdfview_fr.qm +%%DATADIR%%/qpdfview_gl.qm %%DATADIR%%/qpdfview_he.qm %%DATADIR%%/qpdfview_hr.qm %%DATADIR%%/qpdfview_id.qm |