aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-10 09:55:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-10 09:55:46 +0200
commitce6dc2be942347dafe7e46f30420dc793ae9a7a1 (patch)
tree0dde75e9c09fce4cac7ce3fdd520e31c444456c9
parentkde-apps: Drop KDE Applications 19.04.49.9999 (diff)
downloadkde-ce6dc2be.tar.gz
kde-ce6dc2be.tar.bz2
kde-ce6dc2be.zip
app-office/calligraplan: Drop USE pim and its dependencies
Upstream commits: 2d3a9d3f5b199e2bbc1fe17e5b39b8060c65c298 67237b1a3198cc30c0cf8a082ef9ce5c98dd2a97 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/calligraplan/calligraplan-9999.ebuild12
-rw-r--r--app-office/calligraplan/metadata.xml1
2 files changed, 3 insertions, 10 deletions
diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
index ccdde3c374..acfd646698 100644
--- a/app-office/calligraplan/calligraplan-9999.ebuild
+++ b/app-office/calligraplan/calligraplan-9999.ebuild
@@ -16,13 +16,13 @@ if [[ ${KDE_BUILD_TYPE} == release ]]; then
fi
LICENSE="GPL-2"
-IUSE="activities +holidays kwallet pim X"
+IUSE="activities +holidays kwallet X"
# FIXME: Disabled by upstream for good reason
-# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940)
+# Crashes (https://bugs.kde.org/show_bug.cgi?id=311940)
# $(add_kdeapps_dep akonadi)
# $(add_kdeapps_dep akonadi-contacts)
-# Currently upstream-disabled in plan
+# Currently upstream-disabled:
# =dev-libs/kproperty-3.0*:5
# =dev-libs/kreport-3.0*:5
DEPEND="
@@ -61,10 +61,6 @@ DEPEND="
$(add_frameworks_dep kwallet)
app-crypt/qca:2[qt5(+)]
)
- pim? (
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcontacts)
- )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libX11
@@ -82,8 +78,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package activities KF5Activities)
$(cmake-utils_use_find_package holidays KF5Holidays)
- $(cmake-utils_use_find_package pim KF5CalendarCore)
- $(cmake-utils_use_find_package pim KF5Contacts)
$(cmake-utils_use_find_package kwallet Qca-qt5)
$(cmake-utils_use_find_package kwallet KF5Wallet)
)
diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml
index a7529db60e..192aa1d0ef 100644
--- a/app-office/calligraplan/metadata.xml
+++ b/app-office/calligraplan/metadata.xml
@@ -13,6 +13,5 @@
<flag name="activities">Enable kactivities support</flag>
<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
<flag name="kwallet">Enable access to encrypted OpenDocument files with <pkg>kde-frameworks/kwallet</pkg> storage</flag>
- <flag name="pim">Enable support for KDE PIM resources integration</flag>
</use>
</pkgmetadata>