From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CCE0138335 for ; Tue, 21 May 2019 23:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DC6E084A; Tue, 21 May 2019 23:56:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1059E0848 for ; Tue, 21 May 2019 23:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05834344D85 for ; Tue, 21 May 2019 23:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE7C95F2 for ; Tue, 21 May 2019 23:56:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558482739.cbb893565aafbebb6d30a5ef542b6b4b219dbdfd.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cbb893565aafbebb6d30a5ef542b6b4b219dbdfd X-VCS-Branch: master Date: Tue, 21 May 2019 23:56:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5193b43-f310-47c3-ba12-df7af822d195 X-Archives-Hash: f82596b8311ce908cd354920c2563bf6 commit: cbb893565aafbebb6d30a5ef542b6b4b219dbdfd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 23:52:19 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 23:52:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cbb89356 kde-apps/dolphin: Drop USE thumbnail, add as elog to pkg_postinst Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-9999.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 54109fa89b..5fd715625c 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="https://kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" KEYWORDS="" -IUSE="semantic-desktop +thumbnail" +IUSE="semantic-desktop" DEPEND=" $(add_frameworks_dep kbookmarks) @@ -51,10 +51,6 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) - thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs) - $(add_kdeapps_dep thumbnailers) - ) " RESTRICT+=" test" @@ -79,6 +75,12 @@ pkg_postinst() { has_version "kde-apps/kleopatra:${SLOT}" || \ elog "For crypto actions install kde-apps/kleopatra:${SLOT}" + has_version "kde-apps/ffmpegthumbs:${SLOT}" || \ + elog "For video file thumbnails install kde-apps/ffmpegthumbs:${SLOT}" + + has_version "kde-apps/thumbnailers:${SLOT}" || \ + elog "For graphics file thumbnails install kde-apps/thumbnailers:${SLOT}" + has_version "kde-frameworks/purpose:${SLOT}" || \ elog "For 'Share' context menu actions install kde-frameworks/purpose:${SLOT}" fi