mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
textproc/kreport: make Marble integration optional
Sponsored by: Future Crew, LLC
This commit is contained in:
parent
687ac26b32
commit
116eb4a7d0
2 changed files with 11 additions and 3 deletions
|
@ -12,12 +12,20 @@ WWW= https://www.kexi-project.org/
|
||||||
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang gettext kde:5 python qt:5 tar:xz
|
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
|
ecm:build
|
||||||
USE_QT= core declarative gui location network printsupport webchannel \
|
USE_QT= core declarative gui location network printsupport webchannel \
|
||||||
webengine widgets xml \
|
webengine widgets xml \
|
||||||
buildtools:build qmake:build
|
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*
|
CONFLICTS_INSTALL= calligra-2*
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
|
|
@ -77,11 +77,11 @@ lib/libKReport3.so.4
|
||||||
lib/libKReport3.so.4.2.0
|
lib/libKReport3.so.4.2.0
|
||||||
%%QT_MKSPECDIR%%/modules/qt_KReport3.pri
|
%%QT_MKSPECDIR%%/modules/qt_KReport3.pri
|
||||||
%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so
|
%%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
|
libdata/pkgconfig/KReport3.pc
|
||||||
%%DATADIR%%3/icons/kreport_breeze.rcc
|
%%DATADIR%%3/icons/kreport_breeze.rcc
|
||||||
%%DATADIR%%3/icons/org.kde.kreport.barcode_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/kservicetypes5/kreport_elementplugin.desktop
|
||||||
share/locale/af/LC_MESSAGES/kreport_qt.qm
|
share/locale/af/LC_MESSAGES/kreport_qt.qm
|
||||||
share/locale/ar/LC_MESSAGES/kreport_qt.qm
|
share/locale/ar/LC_MESSAGES/kreport_qt.qm
|
||||||
|
|
Loading…
Add table
Reference in a new issue