diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:13:17 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:13:17 +0000 |
commit | 1ca4542d4d6d61f78cc259a249cb38801415da9c (patch) | |
tree | 92e00e170fa72c14bc77165fe2aefc4a1d586417 /kde-base/kontact | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-1ca4542d4d6d61f78cc259a249cb38801415da9c.tar.gz gentoo-2-1ca4542d4d6d61f78cc259a249cb38801415da9c.tar.bz2 gentoo-2-1ca4542d4d6d61f78cc259a249cb38801415da9c.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kontact/kontact-3.5.9.ebuild | 48 |
2 files changed, 55 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 98d842e5d81a..d93cffd70adb 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.86 2008/02/17 02:24:15 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.87 2008/02/20 23:13:17 philantrop Exp $ + +*kontact-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kontact-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kontact-3.5.5.ebuild, -kontact-3.5.6.ebuild, -kontact-3.5.7.ebuild, -kontact-3.5.7-r1.ebuild: diff --git a/kde-base/kontact/kontact-3.5.9.ebuild b/kde-base/kontact/kontact-3.5.9.ebuild new file mode 100644 index 000000000000..6edbfa21d12d --- /dev/null +++ b/kde-base/kontact/kontact-3.5.9.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.9.ebuild,v 1.1 2008/02/20 23:13:17 philantrop Exp $ + +KMNAME=kdepim +EAPI="1" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} + >=kde-base/libkpimidentities-${PV}:${SLOT}" + +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkdepim libkdepim/ + libkpimidentities.la libkpimidentities/" +KMEXTRACTONLY="libkdepim/ + libkpimidentities/ + kontact/plugins/" +KMEXTRA=" + kontact/plugins/newsticker/ + kontact/plugins/summary/ + kontact/plugins/weather/" +# We remove some plugins that are related to external kdepim programs, +# because they also need libs from korganizer, kpilot etc... so to emerge +# kontact we'd also need ALL the other programs, thus, it's better to emerge +# kontact's plugins in the ebuild of its program. + +src_unpack() { + kde-meta_src_unpack + + # Fixing the desktop file. + sed -i -e "/Categories=/s:$:;:" "${S}"/kontact/src/kontactdcop.desktop \ + || die "sed to fix the desktop file failed." +} + +pkg_postinst() { + kde_pkg_postinst + + elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}." + elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details." +} |