diff options
| -rw-r--r-- | kde-base/smokekde/metadata.xml | 1 | ||||
| -rw-r--r-- | kde-base/smokekde/smokekde-4.8.49.9999.ebuild | 8 | ||||
| -rw-r--r-- | kde-base/smokekde/smokekde-9999.ebuild | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/kde-base/smokekde/metadata.xml b/kde-base/smokekde/metadata.xml index e131f3d52db..f033fb9ac65 100644 --- a/kde-base/smokekde/metadata.xml +++ b/kde-base/smokekde/metadata.xml @@ -3,7 +3,6 @@ <pkgmetadata> <herd>kde</herd> <use> - <flag name="akonadi">Compile bindings for Akonadi.</flag> <flag name="attica">Compile bindings for <pkg>dev-libs/libattica</pkg>.</flag> <flag name="kate">Compile bindings for KDE Advanced Text Editor.</flag> <flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag> diff --git a/kde-base/smokekde/smokekde-4.8.49.9999.ebuild b/kde-base/smokekde/smokekde-4.8.49.9999.ebuild index 4ac2d2ccb10..4427eae6f45 100644 --- a/kde-base/smokekde/smokekde-4.8.49.9999.ebuild +++ b/kde-base/smokekde/smokekde-4.8.49.9999.ebuild @@ -10,15 +10,15 @@ inherit kde4-base DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings" KEYWORDS="" -IUSE="akonadi attica debug kate okular semantic-desktop" +IUSE="attica debug kate okular semantic-desktop" DEPEND=" $(add_kdebase_dep kdelibs 'semantic-desktop=') $(add_kdebase_dep smokeqt) - akonadi? ( $(add_kdebase_dep kdepimlibs) ) attica? ( dev-libs/libattica ) kate? ( $(add_kdebase_dep kate) ) okular? ( $(add_kdebase_dep okular) ) + semantic-desktop? ( $(add_kdebase_dep kdepimlibs) ) " RDEPEND="${DEPEND}" @@ -26,11 +26,11 @@ add_blocker smoke src_configure() { mycmakeargs=( - $(cmake-utils_use_with akonadi) - $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_with attica LibAttica) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) + $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop KdepimLibs) $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop Soprano) ) diff --git a/kde-base/smokekde/smokekde-9999.ebuild b/kde-base/smokekde/smokekde-9999.ebuild index 4ac2d2ccb10..4427eae6f45 100644 --- a/kde-base/smokekde/smokekde-9999.ebuild +++ b/kde-base/smokekde/smokekde-9999.ebuild @@ -10,15 +10,15 @@ inherit kde4-base DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings" KEYWORDS="" -IUSE="akonadi attica debug kate okular semantic-desktop" +IUSE="attica debug kate okular semantic-desktop" DEPEND=" $(add_kdebase_dep kdelibs 'semantic-desktop=') $(add_kdebase_dep smokeqt) - akonadi? ( $(add_kdebase_dep kdepimlibs) ) attica? ( dev-libs/libattica ) kate? ( $(add_kdebase_dep kate) ) okular? ( $(add_kdebase_dep okular) ) + semantic-desktop? ( $(add_kdebase_dep kdepimlibs) ) " RDEPEND="${DEPEND}" @@ -26,11 +26,11 @@ add_blocker smoke src_configure() { mycmakeargs=( - $(cmake-utils_use_with akonadi) - $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_with attica LibAttica) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) + $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop KdepimLibs) $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop Soprano) ) |
