diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 19:53:57 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 19:53:57 +0000 |
commit | 738043827276876bc69a3a67884d29dc745d32a7 (patch) | |
tree | 45bb44ba64e7411df0baa913b316753aa3037e21 /kde-base/kontact | |
parent | Fix ebuild.badheader (diff) | |
download | historical-738043827276876bc69a3a67884d29dc745d32a7.tar.gz historical-738043827276876bc69a3a67884d29dc745d32a7.tar.bz2 historical-738043827276876bc69a3a67884d29dc745d32a7.zip |
Version bump KDE 4.4.1
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kontact/kontact-4.4.1.ebuild | 57 |
2 files changed, 64 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 16a67eff9999..c4c5d5322590 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.146 2010/02/20 11:20:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.147 2010/03/02 18:23:11 tampakrap Exp $ + +*kontact-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +kontact-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kontact-4.3.5.ebuild: amd64/x86 stable wrt #300393 diff --git a/kde-base/kontact/kontact-4.4.1.ebuild b/kde-base/kontact/kontact-4.4.1.ebuild new file mode 100644 index 000000000000..ee7a4e179b9d --- /dev/null +++ b/kde-base/kontact/kontact-4.4.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.1.ebuild,v 1.1 2010/03/02 18:23:11 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" +KMSAVELIBS="true" + +# We remove plugins that are related to external kdepim programs. This way +# kontact doesn't have to depend on all programs it has plugins for. +# kcontactmanager gone from kdesvn +# +# xml targets from kmail/ are being uncommented by kde4-meta.eclass +KMEXTRACTONLY=" + kmail/ + kontact/plugins/akregator/ + kontact/plugins/kaddressbook/ + kontact/plugins/kjots/ + kontact/plugins/kmail/ + kontact/plugins/knode/ + kontact/plugins/knotes/ + kontact/plugins/korganizer/ + kontact/plugins/ktimetracker/ + kontact/plugins/planner/ + kontact/plugins/specialdates/ +" + +src_unpack() { + if use handbook; then + KMEXTRA+=" + doc/kontact-admin/ + " + fi + + kde4-meta_src_unpack +} + +src_prepare() { + epatch "${FILESDIR}/fix-broken-gpgme-cmake-guard.diff" + + # Need to patch it this way + kde4-meta_src_prepare +} |