commit:     45479f556421156c69c197cf80ce0589471ff4a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 22:30:07 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 23:16:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45479f55

kde-apps/kdepim-common-libs: Raise DEPEND on fixed kde-apps/kdepimlibs

Gentoo-bug: 600510

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...depim-common-libs-4.14.11_pre20160211-r1.ebuild | 95 ++++++++++++++++++++++
 1 file changed, 95 insertions(+)

diff --git 
a/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211-r1.ebuild 
b/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211-r1.ebuild
new file mode 100644
index 00000000000..1ad992b5480
--- /dev/null
+++ 
b/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211-r1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMNOMODULE="true"
+WEBKIT_REQUIRED="always"
+inherit kde4-meta
+
+DESCRIPTION="Common libraries for KDE PIM apps"
+COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
+SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz
 -> ${KMNAME}-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug google"
+
+DEPEND="
+       $(add_kdeapps_dep kdepimlibs 'akonadi(+)' 4.14.11_pre20160211-r3)
+       app-crypt/gpgme
+       dev-libs/grantlee:0
+       kde-apps/akonadi:4
+       kde-frameworks/baloo:4
+       google? ( $(add_kdeapps_dep libkgapi '' 2.2.0) )
+"
+RDEPEND="${DEPEND}
+       !kde-apps/libkdepim:4
+       !kde-apps/libkleo:4
+       !kde-apps/libkpgp:4
+       !<kde-apps/kaddressbook-4.11.50:4
+       !kde-apps/kdepim-wizards:4
+       !<kde-apps/kmail-4.14.5:4
+       !<kde-apps/korganizer-4.5.67:4
+       $(add_kdeapps_dep kdepim-runtime)
+       app-crypt/gnupg
+"
+
+RESTRICT="test"
+# bug 393131
+
+KMEXTRA="
+       agents/sendlateragent/
+       akonadi_next/
+       calendarsupport/
+       calendarviews/
+       composereditor-ng/
+       grantleeeditor/grantleethemeeditor/
+       grantleetheme/
+       incidenceeditor-ng/
+       libkdepim/
+       libkdepimdbusinterfaces/
+       libkleo/
+       libkpgp/
+       kaddressbookgrantlee/
+       kdgantt2/
+       mailcommon/
+       mailimporter/
+       messagecomposer/
+       messagecore/
+       messagelist/
+       messageviewer/
+       noteshared/
+       pimcommon/
+       templateparser/
+"
+KMEXTRACTONLY="
+       agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
+       kleopatra/
+       kmail/
+       knode/org.kde.knode.xml
+       korgac/org.kde.korganizer.KOrgac.xml
+       korganizer/data/org.kde.korganizer.Korganizer.xml
+       korganizer/data/org.kde.Korganizer.Calendar.xml
+"
+KMSAVELIBS="true"
+
+PATCHES=(
+       "${FILESDIR}/install-composereditorng.patch"
+       "${FILESDIR}/${PN}-install-headers.patch"
+)
+
+src_prepare() {
+       kde4-meta_src_prepare
+       sed -e '/folderarchiveagent.desktop/d' \
+               -i agents/CMakeLists.txt || die
+}
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_find_package google LibKGAPI2)
+       )
+
+       kde4-meta_src_configure
+}

Reply via email to