mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
kde-plasma/plasma-login-sessions: drop 6.5.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
f0d67dada8
commit
c6da09c201
@ -1,3 +1,2 @@
|
||||
DIST plasma-workspace-6.4.5.tar.xz 20834364 BLAKE2B f99248273faa60f0e4b42bf3aa81d7e10c8f932a919581fa3cb9bb83d1e8fc1ad344c9c8b6ac11f9c0958c373f27582d31453d78c6f6e4170bcbdd172b5a77fd SHA512 5d267605783b28e7ab46c02f78c7584a516c311ad16203db56bd77fb752d767462d8a78d65955082086af8ae0dcbd35a5678c0cd94d55e2d67a08d57ac187534
|
||||
DIST plasma-workspace-6.5.3.tar.xz 20268060 BLAKE2B 802416239af44b35a287559584b0bdc698f6783db9dfeca06714b0e1c4ff65326c065ab5cca00965513fa8eb82ea78d23a68deab12d526c10000d5b9b8a09cd7 SHA512 7b504d23756b5ad8bfe5cab09a040aca2790312bd01397cf5cd9f2fffc563c9810cdbbb51467d57953f8b770b7988464ff7e1fd9b10f819050a9144bb72cebf1
|
||||
DIST plasma-workspace-6.5.4.tar.xz 20270036 BLAKE2B 553accab907049863484335fa94efb5ab60fe408f64a50c343f62e2c76da44add0789a17a3f21b36fbf55e4d4923e0cb8321948f33e076e22bf43956e0cfaadb SHA512 080402878a4163e349e6709e627bf5b0a3798e97dbd55b967c1bc68d4e677986987748e54b5bbf4b76590abde6440ec13a6d9cfcfda8ff6dc7027e3778a5a031
|
||||
|
||||
@ -1,47 +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 ~ppc64 ~riscv ~x86"
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user