commit:     8ffbbc559629df1228672124465a3a6ec73059c7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 11:35:23 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 11:39:42 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ffbbc55

app-office/calligra: Drop USE pim

KCalCore is only used in semanticitems which is not actually being built,
since RDF is not available. And it would not build anyway at this point.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/calligra/calligra-9999.ebuild | 5 ++---
 app-office/calligra/metadata.xml         | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-office/calligra/calligra-9999.ebuild 
b/app-office/calligra/calligra-9999.ebuild
index b0f8220b25..28a6f55d9d 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -20,7 +20,7 @@ CAL_FTS=( flow karbon sheets stage words )
 
 LICENSE="GPL-2"
 IUSE="activities +crypt +fontconfig gemini gsl import-filter +lcms okular 
openexr +pdf
-       phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' 
${CAL_FTS[@]})"
+       phonon spacenav +truetype X $(printf 'calligra_features_%s ' 
${CAL_FTS[@]})"
 
 # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy)
 # Required for the matlab/octave formula tool
@@ -90,7 +90,6 @@ COMMON_DEPEND="
        openexr? ( media-libs/openexr )
        pdf? ( app-text/poppler:=[qt5] )
        phonon? ( media-libs/phonon[qt5(+)] )
-       pim? ( $(add_kdeapps_dep kcalcore) )
        spacenav? ( dev-libs/libspnav )
        truetype? ( media-libs/freetype:2 )
        X? (
@@ -183,7 +182,7 @@ src_configure() {
                -DWITH_LibWpg=$(usex import-filter)
                -DWITH_LibWps=$(usex import-filter)
                $(cmake-utils_use_find_package phonon Phonon4Qt5)
-               $(cmake-utils_use_find_package pim KF5CalendarCore)
+               -DCMAKE_DISABLE_FIND_PACKAGE_KF5CalendarCore=ON
                -DWITH_LCMS2=$(usex lcms)
                -DWITH_Okular5=$(usex okular)
                -DWITH_OpenEXR=$(usex openexr)

diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml
index 4b25191534..7e51f93936 100644
--- a/app-office/calligra/metadata.xml
+++ b/app-office/calligra/metadata.xml
@@ -17,7 +17,6 @@
                <flag name="lcms">Build colorengine plugins using 
<pkg>media-libs/lcms</pkg></flag>
                <flag name="okular">Enable bindings for 
<pkg>kde-apps/okular</pkg></flag>
                <flag name="phonon">Build stage/eventplugins and videoshape 
plugin using <pkg>media-libs/phonon</pkg></flag>
-               <flag name="pim">Enable support for KDE PIM resources 
integration</flag>
                <flag name="spacenav">Enable support for the 3Dconnexion 
spacenav input device via <pkg>dev-libs/libspnav</pkg></flag>
        </use>
 </pkgmetadata>

Reply via email to