summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/calligra/calligra-9999.ebuild69
-rw-r--r--app-office/calligra/metadata.xml3
2 files changed, 45 insertions, 27 deletions
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
index 84ff3bda47b..fa8043117c3 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -26,11 +26,11 @@ LICENSE="GPL-2"
[[ ${KDE_BUILD_TYPE} == release ]] && \
KEYWORDS="~amd64 ~x86"
-IUSE="activities +crypt +eigen +fontconfig +glib gsl import-filter +lcms kdepim
- marble okular openexr opengl +pdf spacenav +threads +truetype vc +xml X"
+IUSE="activities +crypt +eigen +fontconfig gsl import-filter +lcms kdepim
+ marble okular openexr +pdf spacenav +truetype vc +webkit +xml X"
# Don't use Active, it's broken on desktops.
-CAL_FTS="author braindump flow gemini karbon plan sheets stage words"
+CAL_FTS="author braindump karbon plan sheets stage words"
for cal_ft in ${CAL_FTS}; do
IUSE+=" calligra_features_${cal_ft}"
done
@@ -38,15 +38,11 @@ unset cal_ft
REQUIRED_USE="
calligra_features_author? ( calligra_features_words )
- calligra_features_gemini? ( opengl )
calligra_features_sheets? ( eigen )
+ calligra_features_stage? ( webkit )
test? ( calligra_features_karbon )
"
-# calligra_features_gemini (
-# dev-libs/libgit2
-# dev-libs/libqgit2 # needs porting (currently doesn't build)
-# )
# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -97,7 +93,6 @@ COMMON_DEPEND="
crypt? ( app-crypt/qca:2[qt5] )
eigen? ( dev-cpp/eigen:3 )
fontconfig? ( media-libs/fontconfig )
- glib? ( dev-libs/glib:2 )
gsl? ( sci-libs/gsl )
import-filter? (
$(add_frameworks_dep khtml)
@@ -111,23 +106,17 @@ COMMON_DEPEND="
)
lcms? ( media-libs/lcms:2 )
marble? ( $(add_kdeapps_dep marble) )
- okular? ( $(add_kdeapps_dep okular) )
- opengl? ( $(add_qt_dep qtopengl) )
openexr? ( media-libs/openexr )
- pdf? (
- app-text/poppler:=
- media-gfx/pstoedit
- )
+ pdf? ( app-text/poppler:=[qt5] )
spacenav? ( dev-libs/libspnav )
truetype? ( media-libs/freetype:2 )
- vc? ( dev-libs/vc )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libX11
)
+ calligra_features_braindump? ( webkit? ( $(add_qt_dep qtwebkit) ) )
calligra_features_plan? (
$(add_qt_dep qtcore '' '' '5=')
- $(add_frameworks_dep kdelibs4support)
$(add_kdeapps_dep kdiagram)
$(add_kdeapps_dep kproperty)
$(add_kdeapps_dep kreport)
@@ -139,14 +128,22 @@ COMMON_DEPEND="
$(add_kdeapps_dep kdgantt2)
)
)
- calligra_features_sheets? ( $(add_frameworks_dep kdelibs4support) )
- calligra_features_words? ( dev-libs/libxslt )
+ calligra_features_stage? (
+ $(add_qt_dep qtwebkit)
+ okular? ( $(add_kdeapps_dep okular) )
+ )
+ calligra_features_words? (
+ dev-libs/libxslt
+ okular? ( $(add_kdeapps_dep okular) )
+ )
"
DEPEND="${COMMON_DEPEND}
sys-devel/gettext
x11-misc/shared-mime-info
+ vc? ( >=dev-libs/vc-1.1.0 )
"
RDEPEND="${COMMON_DEPEND}
+ calligra_features_karbon? ( media-gfx/pstoedit[plotutils] )
!app-office/calligra:4
"
@@ -162,6 +159,30 @@ pkg_setup() {
check-reqs_pkg_setup
}
+src_prepare() {
+ kde5_src_prepare
+
+ # Unconditionally disable deprecated deps (required by QtQuick1)
+ punt_bogus_dep Qt5 Declarative
+ punt_bogus_dep Qt5 OpenGL
+
+ if ! use webkit; then
+ punt_bogus_dep Qt5 WebKitWidgets
+ punt_bogus_dep Qt5 WebKit
+ fi
+
+ # Hack around the excessive use of CMake macros
+ if use okular && ! use calligra_features_words; then
+ sed -i -e "/add_subdirectory( *okularodtgenerator *)/ s/^/#DONT/" \
+ extras/CMakeLists.txt || die "Failed to disable OKULAR_GENERATOR_ODT"
+ fi
+
+ if use okular && ! use calligra_features_stage; then
+ sed -i -e "/add_subdirectory( *okularodpgenerator *)/ s/^/#DONT/" \
+ extras/CMakeLists.txt || die "Failed to disable OKULAR_GENERATOR_ODP"
+ fi
+}
+
src_configure() {
local cal_ft myproducts
@@ -181,7 +202,6 @@ src_configure() {
-DWITH_Qca-qt5=$(usex crypt)
-DWITH_Eigen3=$(usex eigen)
-DWITH_Fontconfig=$(usex fontconfig)
- -DWITH_GLIB2=$(usex glib)
-DWITH_GSL=$(usex gsl)
-DWITH_LibEtonyek=$(usex import-filter)
-DWITH_LibOdfGen=$(usex import-filter)
@@ -197,16 +217,15 @@ src_configure() {
$(cmake-utils_use_find_package kdepim KGantt)
-DWITH_LCMS2=$(usex lcms)
-DWITH_CalligraMarble=$(usex marble)
- -DWITH_Okular=$(usex okular)
+ -DWITH_Okular5=$(usex okular)
-DWITH_OpenEXR=$(usex openexr)
- -DUSEOPENGL=$(usex opengl)
-DWITH_Poppler=$(usex pdf)
- -DWITH_Pstoedit=$(usex pdf)
-DWITH_Spnav=$(usex spacenav)
- -DBUILD_cstester=$(usex test)
- -DWITH_Threads=$(usex threads)
+ -ENABLE_CSTESTER_TESTING=$(usex test)
-DWITH_Freetype=$(usex truetype)
-DWITH_Vc=$(usex vc)
+ -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_Libqgit2=ON
)
kde5_src_configure
diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml
index e40c4eabe99..bf486c6459d 100644
--- a/app-office/calligra/metadata.xml
+++ b/app-office/calligra/metadata.xml
@@ -12,12 +12,11 @@
<use>
<flag name="activities">Enable kactivities support</flag>
<flag name="eigen">Enable <pkg>dev-cpp/eigen</pkg> mathematical templates support</flag>
- <flag name="glib">Enable support for C library routines from <pkg>dev-libs/glib</pkg></flag>
<flag name="import-filter">Enable support for various import filter file formats like WordPerfect, Visio and Apple Keynote</flag>
<flag name="kdepim">Enable support for KDEPIM resources integration</flag>
<flag name="marble">Enable displaying of maps using Marble</flag>
<flag name="okular">Enable bindings for <pkg>kde-apps/okular</pkg></flag>
<flag name="spacenav">Enable support for the 3Dconnexion spacenav input device via <pkg>dev-libs/libspnav</pkg></flag>
- <flag name="vc">Enable support for <pkg>dev-libs/vc</pkg>, could be a significant speed boost on krita</flag>
+ <flag name="vc">Build with <pkg>dev-libs/vc</pkg>, could be a significant speed boost</flag>
</use>
</pkgmetadata>