commit: c94254fee69bc9db127a1ff73b99de3343123a5f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 15:59:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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