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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93085158046 for ; Sun, 13 Oct 2024 07:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2570EE08C8; Sun, 13 Oct 2024 07:49:48 +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 09E6BE08C8 for ; Sun, 13 Oct 2024 07:49:48 +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 13CDB343235 for ; Sun, 13 Oct 2024 07:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 465671F41 for ; Sun, 13 Oct 2024 07:49:45 +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: <1728770588.c94254fee69bc9db127a1ff73b99de3343123a5f.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.2.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: c94254fee69bc9db127a1ff73b99de3343123a5f X-VCS-Branch: master Date: Sun, 13 Oct 2024 07:49:45 +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: 24dc7878-7d94-4029-9856-cc38b774a752 X-Archives-Hash: 757ea9e660669f441649fbbf7731a6d7 commit: c94254fee69bc9db127a1ff73b99de3343123a5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 12 15:59:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 12 22:03:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c94254fe kde-plasma/plasma-workspace: Use kde-plasma/plasma-login-sessions Disable build of login-sessions subdir. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild | 3 +++ kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild index 63eca57489..e4e2f9c8f0 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.2.49.9999.ebuild @@ -147,6 +147,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-plasma/kdesu-gui-${PVCUT}:* >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 + >=kde-plasma/plasma-login-sessions-${PVCUT}:6 sys-apps/dbus x11-apps/xmessage x11-apps/xprop @@ -169,6 +170,8 @@ PATCHES=( src_prepare() { ecm_src_prepare + cmake_comment_add_subdirectory login-sessions + # TODO: try to get a build switch upstreamed if ! use screencast; then ecm_punt_bogus_dep KPipeWire diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index ae1b4bf2e1..16fdccb6cb 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -144,6 +144,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-plasma/kdesu-gui-${PVCUT}:* >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 + >=kde-plasma/plasma-login-sessions-${PVCUT}:6 sys-apps/dbus x11-apps/xmessage x11-apps/xprop @@ -166,6 +167,8 @@ PATCHES=( src_prepare() { ecm_src_prepare + cmake_comment_add_subdirectory login-sessions + # TODO: try to get a build switch upstreamed if ! use screencast; then sed -e "s/^pkg_check_modules.*PipeWire/#&/" -i CMakeLists.txt || die