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 87D4F158083 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 D0399E29E5; Mon, 2 Sep 2024 16:03:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BC13CE29E5 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 E225434314E for ; Mon, 2 Sep 2024 16:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 829241F36 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: <1725292948.15f73a08b0b3f5e9ed130c7b4ce1fb5811236793.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 15f73a08b0b3f5e9ed130c7b4ce1fb5811236793 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: 4153e513-e7e4-4d90-979a-a518bee53365 X-Archives-Hash: ea19d0a9f99710584161322abdd92cb6 commit: 15f73a08b0b3f5e9ed130c7b4ce1fb5811236793 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 15:22:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 16:02:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=15f73a08 kde-plasma/plasma-workspace: RDEPEND on kde-plasma/kde-cli-tools:*[kdesu] Required by ksmserver. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild | 3 ++- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild index db6101b7bf..751f4749a2 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild @@ -141,6 +141,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/kactivitymanagerd-${PVCUT}:6 + kde-plasma/kde-cli-tools:* >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 sys-apps/dbus @@ -157,7 +158,7 @@ BDEPEND=" virtual/pkgconfig test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor] ) " -PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*" +PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*[kdesu]" PATCHES=( "${FILESDIR}/${PN}-5.22.5-krunner-cwd-at-home.patch" # TODO upstream: KDE-bug 432975, bug 767478 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index c48f409871..d26c6ab128 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -142,6 +142,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/kactivitymanagerd-${PVCUT}:6 + kde-plasma/kde-cli-tools:* >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 sys-apps/dbus @@ -158,7 +159,7 @@ BDEPEND=" virtual/pkgconfig test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor] ) " -PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*" +PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*[kdesu]" PATCHES=( "${FILESDIR}/${PN}-5.22.5-krunner-cwd-at-home.patch" # TODO upstream: KDE-bug 432975, bug 767478