commit: b19687b7e97ca34357184d39015fadbf94096cfd Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Mon Jun 15 19:51:04 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 19:43:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b19687b7
[kde-apps/dolphin] Add optional USE=thumbnail RDEPENDs Package-Manager: portage-2.2.20 kde-apps/dolphin/dolphin-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 6890e1e..04d06f7 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -12,7 +12,7 @@ inherit kde5 DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" KEYWORDS="" -IUSE="semantic-desktop" +IUSE="semantic-desktop thumbnail" DEPEND=" $(add_frameworks_dep kactivities) @@ -53,6 +53,10 @@ DEPEND=" RDEPEND="${DEPEND} $(add_plasma_dep kio-extras) $(add_kdeapps_dep libkonq '' 5.9999) + thumbnail? ( + $(add_kdeapps_dep ffmpegthumbs '' 5.9999) + $(add_kdeapps_dep thumbnailers '' 5.9999) + ) " RESTRICT="test"
