From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 086D4138CEB for ; Wed, 17 Jun 2015 19:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC602E0814; Wed, 17 Jun 2015 19:43:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B1C4E0814 for ; Wed, 17 Jun 2015 19:43:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D28F7340A9F for ; Wed, 17 Jun 2015 19:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E457A26 for ; Wed, 17 Jun 2015 19:43:47 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1434570215.b19687b7e97ca34357184d39015fadbf94096cfd.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b19687b7e97ca34357184d39015fadbf94096cfd X-VCS-Branch: master Date: Wed, 17 Jun 2015 19:43:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5640dab3-0658-4dc7-bdc5-81badb22a3f5 X-Archives-Hash: ccac689e4ceff7d82b6698e68a886d6b commit: b19687b7e97ca34357184d39015fadbf94096cfd Author: Andreas Sturmlechner gmail com> AuthorDate: Mon Jun 15 19:51:04 2015 +0000 Commit: Michael Palimaka gentoo 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"