summaryrefslogtreecommitdiff
path: root/kde-base/dolphin
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/Manifest1
-rw-r--r--kde-base/dolphin/dolphin-4.13.0.ebuild59
2 files changed, 60 insertions, 0 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
index 157dc1ba546..393c5094b8c 100644
--- a/kde-base/dolphin/Manifest
+++ b/kde-base/dolphin/Manifest
@@ -1 +1,2 @@
DIST kde-baseapps-4.12.97.tar.xz 2532584 SHA256 b5d2faa543a2b0b13fcc1c9762751236ea114c5e21e791b4f026e9658ec39943 SHA512 9bb0dc3182a1884cfa4eff5b4f9a223570c0f48f35b655590f947dbceb0f5a9a1f7f0e80ba6b68ab7eff0d79feebb53beb133ac95375cbabdd78a86a5538c4ed WHIRLPOOL d4708076667e8717e3e43734353053f9c750f57002ce66d34b47810ebd011ca85b6185488e9736ab856354454314d8996e1ea266c444eef544c26e1c9099cdba
+DIST kde-baseapps-4.13.0.tar.xz 2533532 SHA256 de4efba81f6000d3d5ba070273fa08776e9393408fc1c16f2607cc30b9e4b750 SHA512 90b2919d09484fb84b5cbfbadb4dc439eea0bb1f6c21129c03b0848cf29e1c5316de6c1dd9ce36e88c16405d07f563ab2c1bf84cd6c9a0baaab18dad7e80b9ef WHIRLPOOL 664cd77d368d6178287b24894e2505274c61c63e2448148dbc4669762af792dc1d3e64cff10f0c3e69417d6d04c1639bbbe039fd32e3fed8c9395a37924d45ab
diff --git a/kde-base/dolphin/dolphin-4.13.0.ebuild b/kde-base/dolphin/dolphin-4.13.0.ebuild
new file mode 100644
index 00000000000..202f354b1a2
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.13.0.ebuild
@@ -0,0 +1,59 @@
+# 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=" ~amd64 ~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)
+ 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
+}