commit:     b6eec918ea7574bbb893c0c1d91e97571a30b287
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 14:23:19 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 19:05:01 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6eec918

kde-plasma/plasma-login-sessions: 6.5.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-login-sessions-6.5.0.ebuild             | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git 
a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.5.0.ebuild 
b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.5.0.ebuild
new file mode 100644
index 0000000000..ec69ab8581
--- /dev/null
+++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.5.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+ECM_I18N="false"
+KDE_ORG_NAME="${PN/login-sessions/workspace}"
+inherit ecm-common plasma.kde.org
+
+DESCRIPTION="KDE Plasma login sessions"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+wayland X"
+
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="!<kde-plasma/plasma-workspace-6.2.1
+       wayland? ( kde-plasma/kwin:6 )
+       X? ( kde-plasma/kwin-x11:6 )
+"
+
+ecm-common_inject_heredoc() {
+       cat >> CMakeLists.txt <<- _EOF_ || die
+               add_subdirectory(login-sessions)
+       _EOF_
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 
941502
+               -DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
+       )
+       ecm-common_src_configure
+}
+
+src_install() {
+       cmake_src_install
+       if ! use wayland; then
+               rm -rv "${ED}"/usr/share/wayland-sessions || die
+       fi
+       if ! use X; then
+               rm -rv "${ED}"/usr/share/xsessions || die
+       fi
+}

Reply via email to