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.11.95.ebuild60
2 files changed, 61 insertions, 0 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
index 133d716dc60..7c428539b38 100644
--- a/kde-base/dolphin/Manifest
+++ b/kde-base/dolphin/Manifest
@@ -1 +1,2 @@
DIST kde-baseapps-4.11.4.tar.xz 2561920 SHA256 d62d6e5d702ccb8b6092208939a7be4619deeabcbde9c71ee355726d6f194396 SHA512 7f0fe1c711bd4cb037b654a4669bba7a3c4a9788aef4ed804ec9ac4be17d98b5343bd377eb25f9eca81ccbd7999a58b662f92304e5909353a98d5debfaa919ec WHIRLPOOL 2a2b74538190af5008a0b3d5c7c813d45eccdc86e1a2f80b525d9626da34b15e3e7fcb6bc112ba67f3f246b4fd6174c5144e0ee436aee263f07b47e394b8cc17
+DIST kde-baseapps-4.11.95.tar.xz 2521680 SHA256 4e0913e051248289d013ad076a43260d5263184fe0417646df3f8fe4c251c1e7 SHA512 17fa81cd0aec93448bf85962fe51622edc8936d8d7f870ac59965bea2ae3b9e12b864c74a45dded2ebd85af824f972aa83fa19f805ae3cc2bd8f2e148bd5543f WHIRLPOOL e5d0bcdc2628e624a57d3ec4eb4846d750e62b698eb578850949e1c0009b5b0759fc4a3d4131f9cae5707ad7d999193e55b8513e774a2cd3e73493a91b072858
diff --git a/kde-base/dolphin/dolphin-4.11.95.ebuild b/kde-base/dolphin/dolphin-4.11.95.ebuild
new file mode 100644
index 00000000000..86cd8f82cca
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.11.95.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 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? (
+ >=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)
+"
+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 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
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
+}