textproc/kreport: move webkit behind default-off option
qt5-webkit will be removed by the end of the year.
This commit is contained in:
parent
f6d9efd082
commit
3270b2a7db
2 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= kreport
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -15,9 +15,15 @@ USES= cmake compiler:c++11-lang gettext kde:5 python qt:5 tar:xz
|
|||
USE_KDE= config coreaddons marble widgetsaddons \
|
||||
ecm:build
|
||||
USE_QT= core declarative gui location network printsupport webchannel \
|
||||
webengine webkit widgets xml \
|
||||
webengine widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
OPTIONS_DEFINE= WEBKIT
|
||||
OPTIONS_SUB= yes
|
||||
WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin
|
||||
WEBKIT_USE= QT5=webkit
|
||||
WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets
|
||||
|
||||
CONFLICTS_INSTALL= calligra-2*
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -78,12 +78,12 @@ lib/libKReport3.so.4.2.0
|
|||
%%QT_MKSPECDIR%%/modules/qt_KReport3.pri
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.maps.so
|
||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so
|
||||
%%WEBKIT%%%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so
|
||||
libdata/pkgconfig/KReport3.pc
|
||||
%%DATADIR%%3/icons/kreport_breeze.rcc
|
||||
%%DATADIR%%3/icons/org.kde.kreport.barcode_breeze.rcc
|
||||
%%DATADIR%%3/icons/org.kde.kreport.maps_breeze.rcc
|
||||
%%DATADIR%%3/icons/org.kde.kreport.web_breeze.rcc
|
||||
%%WEBKIT%%%%DATADIR%%3/icons/org.kde.kreport.web_breeze.rcc
|
||||
share/kservicetypes5/kreport_elementplugin.desktop
|
||||
share/locale/af/LC_MESSAGES/kreport_qt.qm
|
||||
share/locale/ar/LC_MESSAGES/kreport_qt.qm
|
||||
|
|
Loading…
Reference in a new issue