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

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-27 16:57:35 +02:00
parent 06d6852c7b
commit d86940463f
2 changed files with 0 additions and 45 deletions

View File

@@ -1,3 +1,2 @@
DIST plasma-workspace-6.3.5.tar.xz 19156744 BLAKE2B 86ec1b75dee0227232268a794eef2a2fe39f64b9cebe7ae129502117ed3bd38cb6f7fdef448706dfc1044be936617042037ce2fc666945904cb6c9d3564d2a72 SHA512 de9cdef94de4f210a0894d6be4e4dd56f37d500896f44a75115f494dc1534e8e189d8111c5e4b6b8149565f583886f11c15aa580cff9d57b6c9b5425eb4b0638
DIST plasma-workspace-6.3.6.tar.xz 19107548 BLAKE2B 640cb0fe555304e80109a6887e0bf769ea32dd4816cdf3c59392c00be6c1484871f3184d05619acee6863f24a2bc3bc51cdfddf4c16096d47bb707022decfc47 SHA512 4d29d5f36ccc69626d2b7faf6848ead497fc273c49f8ae0ec8d517200db8b38a0a69a334a6352e71b9ccfa45f955d1612c7f073c7b88d0c1d3f745916e19d268
DIST plasma-workspace-6.4.3.tar.xz 20821552 BLAKE2B b0e65eb99211ca18856f509c12f358a9b84db24e8032efc7a5f86513d53b8f7180410208965f27bdd631f3a147b2ab103a1e832acee9c7a6b505d8521566ff43 SHA512 533635d3815d207fdb6506edd918451b08fbb61c2f81ef67d59aeb1c8198a42392e56524f2e2772b48e1cdc74856c31342634a54779413d221feeab811879555

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
}