diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2013-05-30 04:11:36 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2013-05-30 04:11:36 +1000 |
| commit | 4db024aecaa7a08564777cf0a53b60e91f3a7d8e (patch) | |
| tree | b6af8bfe3423d0a8488b5a7673416805d8300775 | |
| parent | 1ba66b311cb2ec47e9e1916588ea021479ec9030 (diff) | |
| download | kde-4db024aecaa7a08564777cf0a53b60e91f3a7d8e.tar.gz kde-4db024aecaa7a08564777cf0a53b60e91f3a7d8e.tar.bz2 kde-4db024aecaa7a08564777cf0a53b60e91f3a7d8e.zip | |
[kde-base/dolphin] Drop USE="semantic-desktop".
Package-Manager: portage-2.1.12.2
| -rw-r--r-- | kde-base/dolphin/dolphin-9999.ebuild | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild index 44212965a3f..40c84bc5e91 100644 --- a/kde-base/dolphin/dolphin-9999.ebuild +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -10,18 +10,15 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" KEYWORDS="" -IUSE="debug semantic-desktop thumbnail" +IUSE="debug thumbnail" DEPEND=" $(add_kdebase_dep kactivities) - $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - semantic-desktop? ( - >=dev-libs/shared-desktop-ontologies-0.10.0 - dev-libs/soprano - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - ) + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + >=dev-libs/shared-desktop-ontologies-0.10.0 + dev-libs/soprano " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -41,16 +38,6 @@ KMLOADLIBS="libkonq" RESTRICT="test" # bug 393129 -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with semantic-desktop NepomukCore) - $(cmake-utils_use_with semantic-desktop NepomukWidgets) - $(cmake-utils_use_with semantic-desktop Soprano) - ) - - kde4-meta_src_configure -} - pkg_postinst() { kde4-base_pkg_postinst |
