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 E15B1158083 for ; Mon, 2 Sep 2024 16:03:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163CAE29F0; Mon, 2 Sep 2024 16:03:15 +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 013F9E29ED for ; Mon, 2 Sep 2024 16:03:14 +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 07D30343152 for ; Mon, 2 Sep 2024 16:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B5C1F37 for ; Mon, 2 Sep 2024 16:03:12 +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: <1725292962.4fe35e9751b4aac0af5623690d6e1282454bf5aa.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: 4fe35e9751b4aac0af5623690d6e1282454bf5aa X-VCS-Branch: master Date: Mon, 2 Sep 2024 16:03:12 +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: 62d9314e-176c-4f3e-99d4-acc67c427c20 X-Archives-Hash: 7130817dab397fbe87dabdd747ab0219 commit: 4fe35e9751b4aac0af5623690d6e1282454bf5aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 15:31:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 16:02:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4fe35e97 kde-misc/krusader: Add missing kde-plasma/kde-cli-tools:*[kdesu] Set KDESU_PATH to be actually SLOT independent and use our kdesu symlink. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index 2984b678d5..b093f9c379 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -58,6 +58,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras:5 >=kde-frameworks/ktexteditor-${KFMIN}:5 + kde-plasma/kde-cli-tools:*[kdesu] " src_prepare() { @@ -65,6 +66,11 @@ src_prepare() { use handbook || cmake_comment_add_subdirectory doc/handbook } +src_configure() { + local mycmakeargs=( -DKDESU_PATH=/usr/bin/kdesu ) + ecm_src_configure +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "konsole view" "kde-apps/konsolepart:5" "kde-apps/konsole:5"