diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:13:04 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:13:04 +0000 |
commit | 093d940c4d56c48dcdf70e11278bd82f2159bf7c (patch) | |
tree | 3fb4818355282b3b5bbc211b3f6b0639895b4d98 /kde-base/akonadi | |
parent | Version bumped. (diff) | |
download | gentoo-2-093d940c4d56c48dcdf70e11278bd82f2159bf7c.tar.gz gentoo-2-093d940c4d56c48dcdf70e11278bd82f2159bf7c.tar.bz2 gentoo-2-093d940c4d56c48dcdf70e11278bd82f2159bf7c.zip |
[kde-base/akonadi] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/akonadi')
-rw-r--r-- | kde-base/akonadi/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/akonadi/akonadi-4.4.0.ebuild | 40 |
2 files changed, 46 insertions, 1 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog index 253fbff44313..e9c8d9dacd52 100644 --- a/kde-base/akonadi/ChangeLog +++ b/kde-base/akonadi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/akonadi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.50 2010/01/25 14:17:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.51 2010/02/09 00:13:04 alexxy Exp $ + +*akonadi-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +akonadi-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *akonadi-4.3.5 (25 Jan 2010) diff --git a/kde-base/akonadi/akonadi-4.4.0.ebuild b/kde-base/akonadi/akonadi-4.4.0.ebuild new file mode 100644 index 000000000000..5ec8fbb68da4 --- /dev/null +++ b/kde-base/akonadi/akonadi-4.4.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.0.ebuild,v 1.1 2010/02/09 00:13:04 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=app-office/akonadi-server-1.2.1 + $(add_kdebase_dep kdelibs 'semantic-desktop') + $(add_kdebase_dep kdepimlibs 'akonadi') + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepim-runtime) +" + +KMEXTRA=" + akonadiconsole/ +" + +# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now) +add_blocker kdemaildir +add_blocker kdepim-kresources '<4.2.95' + +src_configure() { + mycmakeargs=( + # Set the dbus dirs, otherwise it searches in KDEDIR + -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces" + -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services" + ) + + kde4-meta_src_configure +} |