mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Convert to USES=qmake
- Add missing USES=desktop-file-utils - Add stage support - Adjust USE_QT4 components - Fix plist Approved by: portmgr (blanket approval)
This commit is contained in:
parent
aac081e22d
commit
80b2de7aa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334924
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user