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

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-02-25 18:28:40 +01:00
parent 30cc405a4a
commit 41a84f4171
2 changed files with 0 additions and 45 deletions

View File

@@ -1,3 +1,2 @@
DIST plasma-workspace-6.2.5.tar.xz 19136676 BLAKE2B 38d211247cfeee10df6f4fff5cbef91d9a7daa760033e29743e1c78577baf876c8c416d0a84e45efb5d6bab007965b3cd8c6d1feec7749bd4dd8cb24df4a71ee SHA512 228d183c9561cbf3d5630582b80c687868eaf420310010bd417de0e9f0ababaa4767805c1ce84f4eb3539ea32bfe6c2849b70d7ddd133f6095ab71f94f854dea
DIST plasma-workspace-6.3.1.tar.xz 19132452 BLAKE2B 6578fb2ea69225c67388934125d4bda62d3ec08431a9ca66c47819a50efc8daf119c3817c6c170d5e8d92a947fe9180e2599216321efb6c181c4ce81c2bea296 SHA512 f501295a376c97555124b3b2c9ade359862dd1f154888ad100221a9650d95aa6791e34179fc6bfe324a3381ba5130e7c571c15eb570871b2d50dda12dba854d9
DIST plasma-workspace-6.3.2.tar.xz 19143616 BLAKE2B d1366176975f130af6441ab62907b9ebc4ff7226cd2301670d18b22169e6b962f3018f57161e56c3c202bbbe76af191ad61fb96aeb97311d461a0871f3b1e4f8 SHA512 f5fef2ec46a80f68891aae1a3408878416e1b9347dce8a1d67aec0325d4255e8126a6dc8bc8f92ef49e78f703b558621f1f34c8c9022adcc8687d27d025c56ff

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
}