mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
kde-plasma/krdp: drop 6.3.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
274e6ac2a5
commit
acc96648e4
@ -1,3 +1 @@
|
||||
DIST krdp-6.3.4-patchset.tar.xz 6540 BLAKE2B 6c86e698b18522aab02df9b50dbd3f6fe8d8dc2f6b13e83a7bbe0481d0e89ac3d6fe905d5de9221b2f518353e09605b4739932c526d6efe64cf7df3b0899afa6 SHA512 ff6adb51ac69c3d6c72027d8ef883a80c8c98293cccfad9b2278136eeb2f51b353675d46aec97c4d6c69d4cfb09f5b145c8e04b0ae1523a5843198e0e546deab
|
||||
DIST krdp-6.3.6.tar.xz 100796 BLAKE2B ff00488776f51122f18313952fb499c5ae9f8270d4eec3960b0305e7a8830316eb65690d48f8ab694d03a1e70aee8d9469688f5a7e924f77e7b5d947170f740d SHA512 8bb127123f1f16f97bf845d2909272dfcd245258e6244ac5cea68ed7137ce08f5610f04b84eb16798ac1dd2d8690a8d0fe0627f2f0ed07d9ca5f1501d7273c89
|
||||
DIST krdp-6.4.5.tar.xz 104348 BLAKE2B e1becc6ebcc4ffa5b4ab4febcaacfd83c47344e99bb2d85d3aa9dcf233dcc8b9f95c038c17cc212fc84583cc7376dbad5232c4a669a1061f1af221642a74daf2 SHA512 031e75ab6e96659b3ab1a62f13a01017227502fb1b1bb14e05242c9b22a21c904618b5dd235b7f6375a0242beeccab146f9962f74fafeca877637407be2b811c
|
||||
|
||||
@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PATCHSET="${PN}-6.3.4-patchset"
|
||||
ECM_EXAMPLES="true"
|
||||
ECM_TEST="true"
|
||||
KFMIN=6.10.0
|
||||
QTMIN=6.8.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"
|
||||
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
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/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
|
||||
>=kde-plasma/kpipewire-${KDE_CATV}:6
|
||||
>=net-misc/freerdp-3.1:3[server]
|
||||
x11-libs/libxkbcommon
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-libs/plasma-wayland-protocols
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=kde-frameworks/kirigami-${KFMIN}:6
|
||||
"
|
||||
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
|
||||
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
|
||||
|
||||
PATCHES=( "${WORKDIR}/${PATCHSET}" )
|
||||
|
||||
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
|
||||
ecm_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user