From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10BB3138335 for ; Sun, 11 Nov 2018 12:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D176E0D8F; Sun, 11 Nov 2018 12:05:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7E01E0D8F for ; Sun, 11 Nov 2018 12:05:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53650335CF9 for ; Sun, 11 Nov 2018 12:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70EF345E for ; Sun, 11 Nov 2018 12:05:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1541934783.2611994d53dca9e450b85c63b87dc09cfd2ae4ef.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligraplan/calligraplan-9999.ebuild app-office/calligraplan/metadata.xml X-VCS-Directories: app-office/calligraplan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2611994d53dca9e450b85c63b87dc09cfd2ae4ef X-VCS-Branch: master Date: Sun, 11 Nov 2018 12:05:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 90d0a110-2394-4aaf-8625-96b6dbba6b22 X-Archives-Hash: 33bbe4b5b542a0447dcba3c5a96e4a54 commit: 2611994d53dca9e450b85c63b87dc09cfd2ae4ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 11 11:13:03 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 11 11:13:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2611994d app-office/calligraplan: New package, split from app-office/calligra Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligraplan/calligraplan-9999.ebuild | 95 ++++++++++++++++++++++++ app-office/calligraplan/metadata.xml | 17 +++++ 2 files changed, 112 insertions(+) diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild new file mode 100644 index 0000000000..6432d7ac8f --- /dev/null +++ b/app-office/calligraplan/calligraplan-9999.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PN}-${PV}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Office Suite" +HOMEPAGE="https://www.calligra.org/" + +LICENSE="GPL-2" +IUSE="activities dbus +holidays pim X" + +# FIXME: Disabled by upstream for good reason +# Crashes plan (https://bugs.kde.org/show_bug.cgi?id=311940) +# $(add_kdeapps_dep akonadi) +# $(add_kdeapps_dep akonadi-contacts) +# Currently upstream-disabled in plan +# =dev-libs/kproperty-3.0*:5 +# =dev-libs/kreport-3.0*:5 +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-lang/perl + dev-libs/kdiagram:5 + sys-libs/zlib + activities? ( $(add_frameworks_dep kactivities) ) + dbus? ( $(add_qt_dep qtdbus) ) + holidays? ( $(add_frameworks_dep kholidays) ) + pim? ( + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +RDEPEND="${DEPEND} + !app-office/calligra[calligra_features_plan(-)] + !app-office/calligra-l10n:4 +" +RESTRICT+=" test" + +src_prepare() { + kde5_src_prepare + # Unconditionally disable deprecated deps + punt_bogus_dep Qt5 OpenGL +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(cmake-utils_use_find_package dbus Qt5DBus) + $(cmake-utils_use_find_package holidays KF5Holidays) + $(cmake-utils_use_find_package pim KF5CalendarCore) + $(cmake-utils_use_find_package pim KF5Contacts) + ) + + kde5_src_configure +} diff --git a/app-office/calligraplan/metadata.xml b/app-office/calligraplan/metadata.xml new file mode 100644 index 0000000000..f88bc8b8bb --- /dev/null +++ b/app-office/calligraplan/metadata.xml @@ -0,0 +1,17 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + office@gentoo.org + Gentoo Office project + + + Enable kactivities support + Enable kde-frameworks/kholidays integration + Enable support for KDE PIM resources integration + +