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 6CB05158041 for ; Mon, 11 Mar 2024 09:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B382EE2A5E; Mon, 11 Mar 2024 09:55:27 +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 6D4C2E2A5D for ; Mon, 11 Mar 2024 09:55:27 +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 B623A335CAF for ; Mon, 11 Mar 2024 09:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 284AF1313 for ; Mon, 11 Mar 2024 09:55:25 +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: <1710150760.e069ba8a7de071527815c8a8dddecb74bcab8738.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e069ba8a7de071527815c8a8dddecb74bcab8738 X-VCS-Branch: master Date: Mon, 11 Mar 2024 09:55:25 +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: ff606fff-2dc3-456a-a03c-9824fff8680d X-Archives-Hash: 6cb115f3aa611e4a1058d9c687642160 commit: e069ba8a7de071527815c8a8dddecb74bcab8738 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 17:42:30 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 09:52:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e069ba8a kde-misc/krusader: Add konsole view optfeature Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index 41960c74b8..00f4457bcd 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -69,6 +69,7 @@ src_prepare() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "konsole view" "kde-apps/konsolepart:5" "kde-apps/konsole:5" optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}" optfeature "PDF/PS and RAW image thumbnails" "kde-apps/thumbnailers:${SLOT}" optfeature "video thumbnails" "kde-apps/ffmpegthumbs:${SLOT}"