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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAA0B15852A for ; Thu, 15 Aug 2024 07:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341CCE29F5; Thu, 15 Aug 2024 07:39:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F2F7E29F5 for ; Thu, 15 Aug 2024 07:39:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69ED7343017 for ; Thu, 15 Aug 2024 07:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A65671EF1 for ; Thu, 15 Aug 2024 07:39:48 +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: <1723707420.ec7b5916b903a7c349d3e6fedd88d2f591c16919.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: ec7b5916b903a7c349d3e6fedd88d2f591c16919 X-VCS-Branch: master Date: Thu, 15 Aug 2024 07:39:48 +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: 81afcc80-a94d-44f6-a214-909a8a171b8d X-Archives-Hash: 5db258f94c9fdc180f20956b54931f36 commit: ec7b5916b903a7c349d3e6fedd88d2f591c16919 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 21:18:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 07:37:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec7b5916 kde-apps/dolphin: RDEPEND on kde-apps/thumbnailers:6 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index eb4a1e6ad2..dec68df472 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -55,6 +55,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 " src_configure() { @@ -84,7 +85,6 @@ pkg_postinst() { optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}" optfeature "crypto actions" "kde-apps/kleopatra:${SLOT}" optfeature "video file thumbnails" "kde-apps/ffmpegthumbs:${SLOT}" - optfeature "graphics file thumbnails" "kde-apps/thumbnailers:${SLOT}" optfeature "'Share' context menu actions" "kde-frameworks/purpose:${SLOT}" fi ecm_pkg_postinst