summaryrefslogtreecommitdiff
path: root/kde-base/dolphin
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-16 02:08:29 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-07-16 02:08:29 +1000
commitc1eddd56ab28ffdd7de94a0559fcdea5140d6e38 (patch)
tree07711816e924c3ea095c9ca326166fd94d558f63 /kde-base/dolphin
parent52045ba54d1775bf71e202085ce84fbd54ee690f (diff)
downloadkde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.tar.gz
kde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.tar.bz2
kde-c1eddd56ab28ffdd7de94a0559fcdea5140d6e38.zip
[kde-base] Version bump KDE SC 4.13.3
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r--kde-base/dolphin/Manifest1
-rw-r--r--kde-base/dolphin/dolphin-4.13.3.ebuild56
2 files changed, 57 insertions, 0 deletions
diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest
new file mode 100644
index 00000000000..28867db4480
--- /dev/null
+++ b/kde-base/dolphin/Manifest
@@ -0,0 +1 @@
+DIST kde-baseapps-4.13.3.tar.xz 2535180 SHA256 427164598d3a33ce18056af11073e46510e093eb30f8ce4854c4fa0abc303804 SHA512 c6d54a17abf00f414d1f2b932796ca400327ad2b5e8c17838bdddda2550c81725d0f7aa6fff1ffdbe0d3e07af6ec7fafb6a62085a26a03e76bcf0ec016690eed WHIRLPOOL 8d642a5f5b4f0727ddbbffdbdd9f0a55e2aab1fe6cb84f6d949c5b398f02c4061b70741e01d3794ab87dcf2f149a101875c0c0da76be8b3daf81613ae5d3683b
diff --git a/kde-base/dolphin/dolphin-4.13.3.ebuild b/kde-base/dolphin/dolphin-4.13.3.ebuild
new file mode 100644
index 00000000000..e6a407dee82
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.13.3.ebuild
@@ -0,0 +1,56 @@
+# 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 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug semantic-desktop thumbnail"
+
+DEPEND="
+ $(add_kdebase_dep kactivities)
+ $(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)
+ thumbnail? (
+ $(add_kdebase_dep thumbnailers)
+ || (
+ $(add_kdebase_dep ffmpegthumbs)
+ $(add_kdebase_dep mplayerthumbs)
+ )
+ )
+"
+
+RESTRICT="test"
+# bug 393129
+
+src_configure() {
+ local 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
+}