summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 05:50:54 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2010-09-11 05:50:54 +0000
commite306f744796525f6321cd26a6d00aa703f3985d8 (patch)
tree237a61d8bd03622be5399316951f20f5d417a64e /kde-base/akonadi
parentNew version for Audacious 2.4 (diff)
downloadhistorical-e306f744796525f6321cd26a6d00aa703f3985d8.tar.gz
historical-e306f744796525f6321cd26a6d00aa703f3985d8.tar.bz2
historical-e306f744796525f6321cd26a6d00aa703f3985d8.zip
Version bump kdepim-4.4.6
Package-Manager: portage-2.2_rc78/cvs/Linux x86_64
Diffstat (limited to 'kde-base/akonadi')
-rw-r--r--kde-base/akonadi/ChangeLog7
-rw-r--r--kde-base/akonadi/akonadi-4.4.6.ebuild40
2 files changed, 46 insertions, 1 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog
index 8dffbf41c091..60db1ab2f72b 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.72 2010/08/09 17:35:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.73 2010/09/11 05:50:50 reavertm Exp $
+
+*akonadi-4.4.6 (11 Sep 2010)
+
+ 11 Sep 2010; Maciej Mrozowski <reavertm@gentoo.org> +akonadi-4.4.6.ebuild:
+ Version bump kdepim-4.4.6
09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> akonadi-4.4.5.ebuild:
Drop alpha ia64 and sparc per the AT Lead permission.
diff --git a/kde-base/akonadi/akonadi-4.4.6.ebuild b/kde-base/akonadi/akonadi-4.4.6.ebuild
new file mode 100644
index 000000000000..7679a95e80d3
--- /dev/null
+++ b/kde-base/akonadi/akonadi-4.4.6.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.6.ebuild,v 1.1 2010/09/11 05:50:50 reavertm Exp $
+
+EAPI="3"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ >=app-office/akonadi-server-1.3.1
+ $(add_kdebase_dep kdelibs 'semantic-desktop')
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop')
+ $(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
+}