mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/kreport: make Marble integration optional
Sponsored by: Future Crew, LLC
This commit is contained in:
parent
687ac26b32
commit
116eb4a7d0
@ -12,12 +12,20 @@ WWW= https://www.kexi-project.org/
|
||||
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 python qt:5 tar:xz
|
||||
USE_KDE= config coreaddons marble widgetsaddons \
|
||||
USE_KDE= config coreaddons widgetsaddons \
|
||||
ecm:build
|
||||
USE_QT= core declarative gui location network printsupport webchannel \
|
||||
webengine widgets xml \
|
||||
buildtools:build qmake:build
|
||||
|
||||
OPTIONS_DEFINE= MARBLE
|
||||
OPTIONS_DEFAULT=MARBLE
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
MARBLE_DESC= Virtual globe and world atlas
|
||||
MARBLE_USE= kde=marble
|
||||
MARBLE_CMAKE_OFF= -DMarble_FOUND:BOOL=OFF
|
||||
|
||||
CONFLICTS_INSTALL= calligra-2*
|
||||
|
||||
post-extract:
|
||||
|
@ -77,11 +77,11 @@ lib/libKReport3.so.4
|
||||
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
|
||||
%%MARBLE%%%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.maps.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
|
||||
%%MARBLE%%%%DATADIR%%3/icons/org.kde.kreport.maps_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 New Issue
Block a user