kde-plasma/plasma-login-sessions: drop 6.3.4

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-05-26 19:30:59 +02:00
parent f5106cfaba
commit f631b3332a
2 changed files with 0 additions and 45 deletions

View File

@@ -1,2 +1 @@
DIST plasma-workspace-6.3.4.tar.xz 19153368 BLAKE2B 2f3e09a1698af00c24fd143b5c54d45ba2249e72db5fab279e260305026189c75983e08befae2b37f5a488bc3cd4cf89e07b3257ad5242fe26196c64a71982ce SHA512 62fc334b03796bb87fdda627ad2b4914c0832f43a93e9ae82c694c5c08d1373b4a0a5cbe3b421c2bda2fd36bf0ae52131143d9049c13be8c6c098599b7b4b226
DIST plasma-workspace-6.3.5.tar.xz 19156744 BLAKE2B 86ec1b75dee0227232268a794eef2a2fe39f64b9cebe7ae129502117ed3bd38cb6f7fdef448706dfc1044be936617042037ce2fc666945904cb6c9d3564d2a72 SHA512 de9cdef94de4f210a0894d6be4e4dd56f37d500896f44a75115f494dc1534e8e189d8111c5e4b6b8149565f583886f11c15aa580cff9d57b6c9b5425eb4b0638

View File

@@ -1,44 +0,0 @@
# 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 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="+wayland X"
REQUIRED_USE="|| ( wayland X )"
RDEPEND="!<kde-plasma/plasma-workspace-6.2.1"
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
}