Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/
Date: Fri, 16 Aug 2019 14:47:12
Message-Id: 1565955582.8ffbbc559629df1228672124465a3a6ec73059c7.asturm@gentoo
1 commit: 8ffbbc559629df1228672124465a3a6ec73059c7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 11:35:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 11:39:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ffbbc55
7
8 app-office/calligra: Drop USE pim
9
10 KCalCore is only used in semanticitems which is not actually being built,
11 since RDF is not available. And it would not build anyway at this point.
12
13 Package-Manager: Portage-2.3.71, Repoman-2.3.17
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 app-office/calligra/calligra-9999.ebuild | 5 ++---
17 app-office/calligra/metadata.xml | 1 -
18 2 files changed, 2 insertions(+), 4 deletions(-)
19
20 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
21 index b0f8220b25..28a6f55d9d 100644
22 --- a/app-office/calligra/calligra-9999.ebuild
23 +++ b/app-office/calligra/calligra-9999.ebuild
24 @@ -20,7 +20,7 @@ CAL_FTS=( flow karbon sheets stage words )
25
26 LICENSE="GPL-2"
27 IUSE="activities +crypt +fontconfig gemini gsl import-filter +lcms okular openexr +pdf
28 - phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})"
29 + phonon spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})"
30
31 # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy)
32 # Required for the matlab/octave formula tool
33 @@ -90,7 +90,6 @@ COMMON_DEPEND="
34 openexr? ( media-libs/openexr )
35 pdf? ( app-text/poppler:=[qt5] )
36 phonon? ( media-libs/phonon[qt5(+)] )
37 - pim? ( $(add_kdeapps_dep kcalcore) )
38 spacenav? ( dev-libs/libspnav )
39 truetype? ( media-libs/freetype:2 )
40 X? (
41 @@ -183,7 +182,7 @@ src_configure() {
42 -DWITH_LibWpg=$(usex import-filter)
43 -DWITH_LibWps=$(usex import-filter)
44 $(cmake-utils_use_find_package phonon Phonon4Qt5)
45 - $(cmake-utils_use_find_package pim KF5CalendarCore)
46 + -DCMAKE_DISABLE_FIND_PACKAGE_KF5CalendarCore=ON
47 -DWITH_LCMS2=$(usex lcms)
48 -DWITH_Okular5=$(usex okular)
49 -DWITH_OpenEXR=$(usex openexr)
50
51 diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml
52 index 4b25191534..7e51f93936 100644
53 --- a/app-office/calligra/metadata.xml
54 +++ b/app-office/calligra/metadata.xml
55 @@ -17,7 +17,6 @@
56 <flag name="lcms">Build colorengine plugins using <pkg>media-libs/lcms</pkg></flag>
57 <flag name="okular">Enable bindings for <pkg>kde-apps/okular</pkg></flag>
58 <flag name="phonon">Build stage/eventplugins and videoshape plugin using <pkg>media-libs/phonon</pkg></flag>
59 - <flag name="pim">Enable support for KDE PIM resources integration</flag>
60 <flag name="spacenav">Enable support for the 3Dconnexion spacenav input device via <pkg>dev-libs/libspnav</pkg></flag>
61 </use>
62 </pkgmetadata>