commit: 279a89400806f933eaf2339716d347bedb2839cd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 4 15:57:49 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 4 22:48:49 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=279a8940
[kde-base/kimono] Introduce nepomuk USE flag, bug #508350
Package-Manager: portage-2.2.10
---
kde-base/kimono/kimono-4.13.49.9999.ebuild | 6 +++---
kde-base/kimono/kimono-4.9999.ebuild | 6 +++---
kde-base/kimono/metadata.xml | 11 ++++++-----
3 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/kde-base/kimono/kimono-4.13.49.9999.ebuild
b/kde-base/kimono/kimono-4.13.49.9999.ebuild
index c1be11a..fca0db3 100644
--- a/kde-base/kimono/kimono-4.13.49.9999.ebuild
+++ b/kde-base/kimono/kimono-4.13.49.9999.ebuild
@@ -8,13 +8,13 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for KDE"
KEYWORDS=""
-IUSE="akonadi debug plasma semantic-desktop"
+IUSE="akonadi debug nepomuk plasma"
DEPEND="
dev-lang/mono
$(add_kdebase_dep qyoto 'webkit')
$(add_kdebase_dep smokeqt)
- $(add_kdebase_dep smokekde 'semantic-desktop?')
+ $(add_kdebase_dep smokekde 'nepomuk?')
plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
"
RDEPEND="${DEPEND}"
@@ -34,8 +34,8 @@ src_configure() {
mycmakeargs=(
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with nepomuk)
$(cmake-utils_use_disable plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
-DWITH_Soprano=OFF
)
kde4-base_src_configure
diff --git a/kde-base/kimono/kimono-4.9999.ebuild
b/kde-base/kimono/kimono-4.9999.ebuild
index c1be11a..fca0db3 100644
--- a/kde-base/kimono/kimono-4.9999.ebuild
+++ b/kde-base/kimono/kimono-4.9999.ebuild
@@ -8,13 +8,13 @@ inherit mono-env kde4-base
DESCRIPTION="C# bindings for KDE"
KEYWORDS=""
-IUSE="akonadi debug plasma semantic-desktop"
+IUSE="akonadi debug nepomuk plasma"
DEPEND="
dev-lang/mono
$(add_kdebase_dep qyoto 'webkit')
$(add_kdebase_dep smokeqt)
- $(add_kdebase_dep smokekde 'semantic-desktop?')
+ $(add_kdebase_dep smokekde 'nepomuk?')
plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
"
RDEPEND="${DEPEND}"
@@ -34,8 +34,8 @@ src_configure() {
mycmakeargs=(
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with nepomuk)
$(cmake-utils_use_disable plasma)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
-DWITH_Soprano=OFF
)
kde4-base_src_configure
diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
index e8b47a8..b382260 100644
--- a/kde-base/kimono/metadata.xml
+++ b/kde-base/kimono/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
-<use>
- <flag name="akonadi">Compile bindings for Akonadi.</flag>
- <flag name="plasma">Compile bindings for KDE's Plasma.</flag>
-</use>
+ <herd>kde</herd>
+ <use>
+ <flag name="akonadi">Compile bindings for Akonadi</flag>
+ <flag name="nepomuk">Compile bindings for Nepomuk</flag>
+ <flag name="plasma">Compile bindings for KDE's Plasma</flag>
+ </use>
</pkgmetadata>