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 B1BF015852A for ; Thu, 15 Aug 2024 08:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3975E2A26; Thu, 15 Aug 2024 08:32:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7B3DE2A26 for ; Thu, 15 Aug 2024 08:32:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C831D33FE49 for ; Thu, 15 Aug 2024 08:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DF01EEB for ; Thu, 15 Aug 2024 08:32: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: <1723710678.8b8bde14405438e20eee36f01ff4739b05c976c9.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-24.07.90.ebuild kde-apps/dolphin/dolphin-24.08.49.9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8b8bde14405438e20eee36f01ff4739b05c976c9 X-VCS-Branch: master Date: Thu, 15 Aug 2024 08:32: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: 93f1b26c-23ef-41fc-8146-edfab1984824 X-Archives-Hash: 19e1d861494ed66d85fc14054473ea15 commit: 8b8bde14405438e20eee36f01ff4739b05c976c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 15 08:31:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 08:31:18 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b8bde14 kde-apps/dolphin: RDEPEND on kde-apps/thumbnailers:6 Cleaning up some optfeature lines. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-24.07.90.ebuild | 3 +-- kde-apps/dolphin/dolphin-24.08.49.9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/dolphin/dolphin-24.07.90.ebuild b/kde-apps/dolphin/dolphin-24.07.90.ebuild index 3c9f81f196..7885f55f4f 100644 --- a/kde-apps/dolphin/dolphin-24.07.90.ebuild +++ b/kde-apps/dolphin/dolphin-24.07.90.ebuild @@ -54,6 +54,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 " src_configure() { @@ -82,8 +83,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then 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 diff --git a/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild index 82dd0abb86..f6cf9f44a3 100644 --- a/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild @@ -54,6 +54,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 " src_configure() { @@ -82,8 +83,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then 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