summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-04-12 00:40:36 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-04-12 00:40:36 +0000
commit710af5aea08f024b23c32f1ea3ea596a2b65cfa5 (patch)
tree546c68e923cf40d2dc49c3bf90bcd7726161aaa2 /kde-base
parentMissed s390 keyword. (diff)
downloadgentoo-2-710af5aea08f024b23c32f1ea3ea596a2b65cfa5.tar.gz
gentoo-2-710af5aea08f024b23c32f1ea3ea596a2b65cfa5.tar.bz2
gentoo-2-710af5aea08f024b23c32f1ea3ea596a2b65cfa5.zip
Add another cmake switch to make akonadi more optional, bug 361643
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/plasma-workspace/ChangeLog6
-rw-r--r--kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/plasma-workspace/ChangeLog b/kde-base/plasma-workspace/ChangeLog
index fdfe69c60ce8..6d8805e501f8 100644
--- a/kde-base/plasma-workspace/ChangeLog
+++ b/kde-base/plasma-workspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.96 2011/04/08 20:15:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.97 2011/04/12 00:40:36 tampakrap Exp $
+
+ 12 Apr 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ plasma-workspace-4.6.2.ebuild:
+ Add another cmake switch to make akonadi more optional, bug 361643
08 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-files/plasma-workspace-4.6.0-optional_akonadi-server.patch:
diff --git a/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild
index abcbc126dc84..7af1d9ecf147 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild,v 1.3 2011/04/06 23:29:41 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.6.2.ebuild,v 1.4 2011/04/12 00:40:36 tampakrap Exp $
EAPI=3
@@ -103,6 +103,7 @@ src_configure() {
$(cmake-utils_use_with python PyKDE4)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with rss KdepimLibs)
+ $(cmake-utils_use_with semantic-desktop Akonadi)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with xinerama X11_Xinerama)