diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-10-06 01:33:09 -0400 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-10-06 01:33:09 -0400 |
| commit | 5ea4b95f9ecf26d668599b6b8020b13ec78ce192 (patch) | |
| tree | 2c586519b0a5ae66c6864a2b6e8593a6f1c6dad8 | |
| parent | 1296c80eb985e72f00e78a7347eccbf0e14357b2 (diff) | |
| download | kde-5ea4b95f9ecf26d668599b6b8020b13ec78ce192.tar.gz kde-5ea4b95f9ecf26d668599b6b8020b13ec78ce192.tar.bz2 kde-5ea4b95f9ecf26d668599b6b8020b13ec78ce192.zip | |
[kde-base/dolphin] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
| -rw-r--r-- | kde-base/dolphin/dolphin-4.11.2-r1.ebuild (renamed from kde-base/dolphin/dolphin-4.11.2.ebuild) | 25 | ||||
| -rw-r--r-- | kde-base/dolphin/dolphin-4.11.49.9999.ebuild | 23 | ||||
| -rw-r--r-- | kde-base/dolphin/dolphin-9999.ebuild | 23 |
3 files changed, 55 insertions, 16 deletions
diff --git a/kde-base/dolphin/dolphin-4.11.2.ebuild b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild index bc71e6abc08..a4a2bd36935 100644 --- a/kde-base/dolphin/dolphin-4.11.2.ebuild +++ b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild @@ -10,17 +10,20 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug thumbnail" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" 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 diff --git a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild index de18129efc3..23b441b5bcd 100644 --- a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild +++ b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild @@ -11,16 +11,19 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" KEYWORDS="" -IUSE="debug thumbnail" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" 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 diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild index de18129efc3..23b441b5bcd 100644 --- a/kde-base/dolphin/dolphin-9999.ebuild +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -11,16 +11,19 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" KEYWORDS="" -IUSE="debug thumbnail" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" 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 |
