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.12.95.ebuild59
2 files changed, 60 insertions, 0 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
index 41205654a24..68977803c01 100644
--- a/kde-base/dolphin/Manifest
+++ b/kde-base/dolphin/Manifest
@@ -1 +1,2 @@
DIST kde-baseapps-4.12.90.tar.xz 2532652 SHA256 cf646fe70024906bbd910fbbe102a9fea8c896444e2837a1141d1822790bfbc2 SHA512 7440aade855a33ba0d7394ca46c11f8c90b9682d058d7a701660c9311877d82f3c886994d63575f31f477f49d787040bed0ae39a4100985e05552ab636bc046c WHIRLPOOL 07865826a3e3b553ecd3e46f7db93acd88ec417cb383d7330629e9b8642417e2f890236d7d26b45532670b6216c46ec1225869d56c8abf26fa0ef4e6bdca5b7a
+DIST kde-baseapps-4.12.95.tar.xz 2532720 SHA256 c20cde08cdebd7e8b13772191dfc24b94aa66117d4370616d33e5ad6db873636 SHA512 1b78d5af7b9053204cf01492f6fa78a8dd26d1dd5e86d08b2459be0ac395c35665eae0c804815d9c3a0f9ddbc45fcdcd6cd278b81241375ffd988e4c7b0de031 WHIRLPOOL 85f1176f5e49ca528a96e50fdaf63771212bf4983b00f615b1e65d25d5bc06c21d00dc0122991a741cc7982705e9c4e2138ce18b4c19733722a4323424089827
diff --git a/kde-base/dolphin/dolphin-4.12.95.ebuild b/kde-base/dolphin/dolphin-4.12.95.ebuild
new file mode 100644
index 00000000000..202f354b1a2
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.12.95.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
+}