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 9F74315808B for ; Mon, 2 Sep 2024 20:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7D5E2A60; Mon, 2 Sep 2024 20:13:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1DD0E2A60 for ; Mon, 2 Sep 2024 20:13:31 +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 D02E9343159 for ; Mon, 2 Sep 2024 20:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B6F1F3A for ; Mon, 2 Sep 2024 20:13:28 +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: <1725308000.d8a3985c280a678acb5f0e3d0a9ba01c25ab04f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.8.1-r1.ebuild kde-misc/krusader/krusader-2.8.1-r2.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8a3985c280a678acb5f0e3d0a9ba01c25ab04f6 X-VCS-Branch: master Date: Mon, 2 Sep 2024 20:13:28 +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: 5fa49ccc-79eb-4801-a15a-02a46cb9fcab X-Archives-Hash: 6dfd3f67343eaf1900a06e4bb06a79ba commit: d8a3985c280a678acb5f0e3d0a9ba01c25ab04f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 15:31:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 20:13:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a3985c 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> .../krusader/{krusader-2.8.1-r1.ebuild => krusader-2.8.1-r2.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-misc/krusader/krusader-2.8.1-r1.ebuild b/kde-misc/krusader/krusader-2.8.1-r2.ebuild similarity index 94% rename from kde-misc/krusader/krusader-2.8.1-r1.ebuild rename to kde-misc/krusader/krusader-2.8.1-r2.ebuild index 63fc1e1dc09b..b022420855a8 100644 --- a/kde-misc/krusader/krusader-2.8.1-r1.ebuild +++ b/kde-misc/krusader/krusader-2.8.1-r2.ebuild @@ -58,6 +58,7 @@ RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras:5 kde-apps/thumbnailers: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"