public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/
Date: Sun, 11 Nov 2018 12:05:51 +0000 (UTC)	[thread overview]
Message-ID: <1541934783.2611994d53dca9e450b85c63b87dc09cfd2ae4ef.asturm@gentoo> (raw)

commit:     2611994d53dca9e450b85c63b87dc09cfd2ae4ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 11:13:03 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>office@gentoo.org</email>
+		<name>Gentoo Office project</name>
+	</maintainer>
+	<use>
+		<flag name="activities">Enable kactivities support</flag>
+		<flag name="holidays">Enable <pkg>kde-frameworks/kholidays</pkg> integration</flag>
+		<flag name="pim">Enable support for KDE PIM resources integration</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2018-11-11 12:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 12:05 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-11 12:12 [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/ Andreas Sturmlechner
2019-01-01 21:46 Andreas Sturmlechner
2019-01-04 23:32 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2019-07-10 10:30 Andreas Sturmlechner
2019-08-16 14:47 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2019-11-01 23:24 Andreas Sturmlechner
2019-11-10 17:11 Andreas Sturmlechner
2019-11-10 20:53 Andreas Sturmlechner
2019-11-10 21:09 Andreas Sturmlechner
2019-11-12  0:01 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2019-11-30 14:29 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2020-10-26 16:15 Andreas Sturmlechner
2021-01-28 21:48 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2023-05-27 10:50 Andreas Sturmlechner
2024-11-08 17:36 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1541934783.2611994d53dca9e450b85c63b87dc09cfd2ae4ef.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox