diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-12-08 00:03:59 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-12-08 00:03:59 +0000 |
commit | cbdc3f632bdc813152fb658b99173c7bd0d780ef (patch) | |
tree | 439ce6c78004e0b42f51f55dfcb802803a7bdc68 /kde-base/kmail/kmail-3.5.0-r3.ebuild | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-cbdc3f632bdc813152fb658b99173c7bd0d780ef.tar.gz gentoo-2-cbdc3f632bdc813152fb658b99173c7bd0d780ef.tar.bz2 gentoo-2-cbdc3f632bdc813152fb658b99173c7bd0d780ef.zip |
New updates for kmail.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kmail/kmail-3.5.0-r3.ebuild')
-rw-r--r-- | kde-base/kmail/kmail-3.5.0-r3.ebuild | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/kde-base/kmail/kmail-3.5.0-r3.ebuild b/kde-base/kmail/kmail-3.5.0-r3.ebuild new file mode 100644 index 000000000000..d90f6e0839d5 --- /dev/null +++ b/kde-base/kmail/kmail-3.5.0-r3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-3.5.0-r3.ebuild,v 1.1 2005/12/08 00:00:32 greg_g Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE mail client" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdenetwork) +$(deprange $PV $MAXKDEVER kde-base/libkdepim) +$(deprange $PV $MAXKDEVER kde-base/libkpimidentities) +$(deprange $PV $MAXKDEVER kde-base/mimelib) +$(deprange $PV $MAXKDEVER kde-base/libksieve) +$(deprange $PV $MAXKDEVER kde-base/certmanager) +$(deprange $PV $MAXKDEVER kde-base/libkcal) +$(deprange $PV $MAXKDEVER kde-base/kontact)" +RDEPEND="${DEPEND} +$(deprange $PV $MAXKDEVER kde-base/kdepim-kioslaves) +$(deprange $PV $MAXKDEVER kde-base/kmailcvt) +$(deprange-dual $PV $MAXKDEVER kde-base/kdebase-kioslaves) +$(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)" # for the "looknfeel" icon, and probably others. + +KMCOPYLIB=" + libkdepim libkdepim/ + libkpimidentities libkpimidentities/ + libmimelib mimelib/ + libksieve libksieve/ + libkleopatra certmanager/lib/ + libkcal libkcal + libkpinterfaces kontact/interfaces/ + libkmime libkmime + libkpgp libkpgp" +KMEXTRACTONLY=" + libkdenetwork/ + libkdepim/ + libkpimidentities/ + libksieve/ + libkcal/ + mimelib/ + certmanager/ + korganizer/korganizeriface.h + kontact/interfaces/ + libkmime/ + libkpgp + dcopidlng" +KMCOMPILEONLY="libemailfunctions" +# the kmail plugins are installed with kmail +KMEXTRA=" + plugins/kmail/ + kontact/plugins/kmail/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. + +# Fix crash when applying filters (kde bug 113730). applied for 3.5.1. +PATCHES="${FILESDIR}/kdepim-3.5.0-kmail-branch.patch" |