diff options
Diffstat (limited to 'kde-base/kmail/kmail-4.2.0.ebuild')
-rw-r--r-- | kde-base/kmail/kmail-4.2.0.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-base/kmail/kmail-4.2.0.ebuild b/kde-base/kmail/kmail-4.2.0.ebuild new file mode 100644 index 000000000000..c9345a683d2e --- /dev/null +++ b/kde-base/kmail/kmail-4.2.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.2.0.ebuild,v 1.1 2009/01/27 17:24:20 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook +semantic-desktop" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkleo-${PV}:${SLOT} + >=kde-base/libkpgp-${PV}:${SLOT} + >=kde-base/libksieve-${PV}:${SLOT} + >=kde-base/mimelib-${PV}:${SLOT} + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )" + +RDEPEND="${DEPEND} + >=kde-base/kmailcvt-${PV}:${SLOT}" + +KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml + korganizer/org.kde.Korganizer.Calendar.xml + libkdepim + libkleo + libkpgp + mimelib" +KMEXTRA="${KMEXTRA} plugins/kmail/" +KMLOADLIBS="libkdepim" + +PATCHES=( "${FILESDIR}/${PN}-4.1.72-fix.patch" ) + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk)" + + MAKEOPTS="${MAKEOPTS} -j1" + + kde4-meta_src_configure +} |