mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Add missing desktop-file-utils' to USES as reported by
stage-qa'
- Allow to optionally inhibit donation text in the About dialog
This commit is contained in:
parent
78475d870b
commit
e069a888cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442330
@ -11,16 +11,21 @@ COMMENT= Qt-based GUI tool for creating and editing .torrent files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= cmake
|
||||
USES= cmake desktop-file-utils
|
||||
|
||||
_QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \
|
||||
uic_build corelib gui
|
||||
_QT5_DEPS= buildtools_build linguisttools_build qmake_build \
|
||||
core gui widgets
|
||||
|
||||
OPTIONS_DEFINE= QT5
|
||||
OPTIONS_DEFINE= DONATION QT5
|
||||
OPTIONS_DEFAULT= DONATION
|
||||
|
||||
DONATION_DESC= Show donation text in the About dialog
|
||||
QT5_DESC= Build against Qt 5 instead of Qt 4
|
||||
|
||||
DONATION_CMAKE_OFF= -DDISABLE_DONATION:BOOL=ON
|
||||
|
||||
QT5_USE= QT5=${_QT5_DEPS:ts,}
|
||||
QT5_USE_OFF= QT4=${_QT4_DEPS:ts,}
|
||||
QT5_LIB_DEPENDS_OFF= libqjson.so:devel/qjson
|
||||
|
Loading…
Reference in New Issue
Block a user