diff options
Diffstat (limited to 'kde-base/kcontactmanager/kcontactmanager-4.2.87.ebuild')
| -rw-r--r-- | kde-base/kcontactmanager/kcontactmanager-4.2.87.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-base/kcontactmanager/kcontactmanager-4.2.87.ebuild b/kde-base/kcontactmanager/kcontactmanager-4.2.87.ebuild new file mode 100644 index 00000000000..589c74d47be --- /dev/null +++ b/kde-base/kcontactmanager/kcontactmanager-4.2.87.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Akonadi based addressbook for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/akonadi-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi/akonadi_next + akonadi/kabc/ +" + +src_prepare() { + kde4-meta_src_prepare + + sed -i -e 's|# macro_optional_add_subdirectory(kcontactmanager)|macro_optional_add_subdirectory(kcontactmanager)|' \ + CMakeLists.txt || die "failed to uncomment kcontactmanager" +} + +src_configure() { + mycmakeargs="${mycmakeargs} + -DKDEPIM_BUILD_KCONTACTMANAGER=1 + " + + kde4-meta_src_configure +} |
