kde-plasma/krdp: drop 6.6.2

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-03-17 23:16:30 +01:00
parent 681988b199
commit abdd3496e0
2 changed files with 0 additions and 58 deletions

View File

@@ -1,3 +1,2 @@
DIST krdp-6.5.5.tar.xz 114284 BLAKE2B 661d6ca8f4735b955117b64d14d1b34d98f1ad2b2717d23edcfc16dfd89aeda1bc1d35840228ab501363dda3a0700294d0321ce13bce567c669749d2e6382b1d SHA512 44d1bbc64fb992bd3e3ecbc7c80ffc607a0d9e0130a57ad6073efe4149b1230c87d6d2e6606a6af00c967eafcf8ab3d9cc6831609fda2c71eda2b8ccaa8ab7ad
DIST krdp-6.6.2.tar.xz 116944 BLAKE2B f396b03dd5c946b22cd78930b0138aed3e34af735d13676134125a3f3aaa59a01f9cc250a9a10315f37739dfc46989a33a4494f10112d4bf07f5e7e242cd1986 SHA512 0d48e8a3b17e6598d1905275096c04c105b013bf1e16abdabb686c07b48f9943c7712833da40c6aaf72968ed6d0f42a233248c2840a03d508645c2d853be1b70
DIST krdp-6.6.3.tar.xz 118080 BLAKE2B c7d9024b3bc37b38066f845c8a0adb0a9c579ac162b73fdd38d6696ce3adcfb3bf8bec209e9bc2d25aa45f4988fd181f922e28c27f51036e4e0b1a3075bdd90c SHA512 ca824d5efabe631a511f426813285ff9c6405c437aebdea82fb95cd8ed19dd071929433d3701581a9789fca4d779d8ae969f2e7fdc9ecde917c8769805134c33

View File

@@ -1,57 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_EXAMPLES="true"
ECM_TEST="true"
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm flag-o-matic plasma.kde.org toolchain-funcs xdg
DESCRIPTION="Library and examples for creating an RDP server"
HOMEPAGE+=" https://quantumproductions.info/articles/2023-08/remote-desktop-using-rdp-protocol-plasma-wayland"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="systemd"
COMMON_DEPEND="
>=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,wayland]
>=dev-qt/qtdeclarative-${QTMIN}:6
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kguiaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-plasma/kpipewire-${KDE_CATV}:6
>=net-misc/freerdp-3.1:3[server]
sys-libs/pam
x11-libs/libxkbcommon
systemd? ( >=sys-apps/systemd-254:= )
"
DEPEND="${COMMON_DEPEND}
dev-libs/plasma-wayland-protocols
"
RDEPEND="${COMMON_DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:6
"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
src_configure() {
# std::jthread and std::stop_token are implemented as experimental in libcxx
# enable these experimental libraries on clang systems
# https://libcxx.llvm.org/Status/Cxx20.html#note-p0660
[[ $(tc-get-cxx-stdlib) == 'libc++' ]] && append-cxxflags -fexperimental-library
local mycmakeargs=(
$(cmake_use_find_package systemd Systemd)
)
ecm_src_configure
}