From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kontact/
Date: Wed, 11 May 2016 09:51:24 +0000 (UTC) [thread overview]
Message-ID: <1462739827.7f8e87f4dce9538b83276e73d3b32fa0717ab8b5.kensington@gentoo> (raw)
commit: 7f8e87f4dce9538b83276e73d3b32fa0717ab8b5
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 17 08:58:22 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 8 20:37:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f8e87f4
kde-apps/kontact: Add split ebuild
Package-Manager: portage-2.2.27
kde-apps/kontact/kontact-9999.ebuild | 61 ++++++++++++++++++++++++++++++++++++
kde-apps/kontact/metadata.xml | 8 +++++
2 files changed, 69 insertions(+)
diff --git a/kde-apps/kontact/kontact-9999.ebuild b/kde-apps/kontact/kontact-9999.ebuild
new file mode 100644
index 0000000..0f3d8e5
--- /dev/null
+++ b/kde-apps/kontact/kontact-9999.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KMNAME="kdepim"
+QT_MINIMAL="5.6.0"
+inherit kde5
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep grantleetheme)
+ $(add_kdeapps_dep kdepim-apps-libs)
+ $(add_kdeapps_dep kontactinterface)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep mailcommon)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-apps/kdepim:5
+ !kde-apps/kdepim-common-libs:4
+"
+
+if [[ ${KDE_BUILD_TYPE} = live ]] ; then
+ S="${WORKDIR}/${P}/${PN}"
+else
+ S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
+fi
+
+src_prepare() {
+ # kontact subproject does not contain doc
+ # at least until properly split upstream
+ echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir"
+ mv ../doc/${PN} doc || die "Failed to move handbook"
+
+ kde5_src_prepare
+}
diff --git a/kde-apps/kontact/metadata.xml b/kde-apps/kontact/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-apps/kontact/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
next reply other threads:[~2016-05-11 9:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 9:51 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-25 23:25 [gentoo-commits] proj/kde:master commit in: kde-apps/kontact/ Sam James
2023-08-06 20:39 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2021-04-25 8:00 Andreas Sturmlechner
2020-06-15 23:03 Andreas Sturmlechner
2020-05-20 19:35 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2016-08-31 14:33 Michael Palimaka
2016-04-04 22:51 Johannes Huber
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=1462739827.7f8e87f4dce9538b83276e73d3b32fa0717ab8b5.kensington@gentoo \
--to=kensington@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