summaryrefslogtreecommitdiff
path: root/kde-base/dolphin/dolphin-4.9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-04-27 04:08:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-04-27 04:56:51 +1000
commitf3d9f4ab12a3606496e4e6156135a895eef5a47c (patch)
treefe64775a900552e4e2b6edcc1309ba391884681f /kde-base/dolphin/dolphin-4.9999.ebuild
parentee1bb8fc95ef8591fa9d24c23b23a332e8e7f89d (diff)
downloadkde-f3d9f4ab12a3606496e4e6156135a895eef5a47c.tar.gz
kde-f3d9f4ab12a3606496e4e6156135a895eef5a47c.tar.bz2
kde-f3d9f4ab12a3606496e4e6156135a895eef5a47c.zip
Rename kde-base/*-9999:4 to 4.9999.
This lets us handle the case where a package has both KDE 4 and 5 versions served out of master of different repositories.
Diffstat (limited to 'kde-base/dolphin/dolphin-4.9999.ebuild')
-rw-r--r--kde-base/dolphin/dolphin-4.9999.ebuild58
1 files changed, 58 insertions, 0 deletions
diff --git a/kde-base/dolphin/dolphin-4.9999.ebuild b/kde-base/dolphin/dolphin-4.9999.ebuild
new file mode 100644
index 00000000000..add04f0d3a0
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-baseapps"
+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 semantic-desktop thumbnail"
+
+DEPEND="
+ $(add_kdebase_dep kactivities '' 4.13)
+ $(add_kdebase_dep libkonq)
+ x11-libs/libXrender
+ semantic-desktop? (
+ $(add_kdebase_dep baloo)
+ $(add_kdebase_dep baloo-widgets)
+ $(add_kdebase_dep kfilemetadata)
+ )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kfind)
+"
+PDEPEND="
+ thumbnail? (
+ $(add_kdebase_dep thumbnailers)
+ || (
+ $(add_kdebase_dep ffmpegthumbs)
+ $(add_kdebase_dep mplayerthumbs)
+ )
+ )
+"
+
+RESTRICT="test"
+# bug 393129
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with semantic-desktop Baloo)
+ $(cmake-utils_use_with semantic-desktop BalooWidgets)
+ $(cmake-utils_use_with semantic-desktop KFileMetaData)
+ )
+
+ kde4-meta_src_configure
+}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
+}