diff options
author | makc <makc@FreeBSD.org> | 2013-11-26 19:39:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-26 19:39:44 +0800 |
commit | 089fe94b53d058861e33f980482ee61ce1440438 (patch) | |
tree | 2f6c4dd28e5db76bbd20dcf4a5ce74522e50dcac /www/qupzilla | |
parent | 2f215085666933ec2d41e171c910c1d87fdc532b (diff) | |
download | freebsd-ports-gnome-089fe94b53d058861e33f980482ee61ce1440438.tar.gz freebsd-ports-gnome-089fe94b53d058861e33f980482ee61ce1440438.tar.zst freebsd-ports-gnome-089fe94b53d058861e33f980482ee61ce1440438.zip |
- Convert to USES=qmake
- Add missing USES=desktop-file-utils
- Add stage support
- Adjust USE_QT4 components
- Fix plist
Approved by: portmgr (blanket approval)
Diffstat (limited to 'www/qupzilla')
-rw-r--r-- | www/qupzilla/Makefile | 13 | ||||
-rw-r--r-- | www/qupzilla/pkg-plist | 1 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/qupzilla/Makefile b/www/qupzilla/Makefile index a6d74b5b952e..96a757acb4a0 100644 --- a/www/qupzilla/Makefile +++ b/www/qupzilla/Makefile @@ -13,18 +13,13 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell -HAS_CONFIGURE= yes -USE_QT4= gui moc_build qmake_build rcc_build uic_build webkit \ - dbus xml script sql network imageformats linguist_build -MAKE_ENV+= QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/ +USES= desktop-file-utils qmake +USE_QT4= gui moc_build rcc_build uic_build webkit \ + dbus xml script sql network imageformats_run linguist_build +QMAKE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes -NO_STAGE= yes -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} QupZilla.pro - post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ diff --git a/www/qupzilla/pkg-plist b/www/qupzilla/pkg-plist index ca083a293606..523691f91e2b 100644 --- a/www/qupzilla/pkg-plist +++ b/www/qupzilla/pkg-plist @@ -7,6 +7,7 @@ lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so +lib/qupzilla/libTestPlugin.so share/applications/qupzilla.desktop share/bash-completion/completions/qupzilla share/icons/hicolor/128x128/apps/qupzilla.png |