summaryrefslogtreecommitdiff
path: root/kde-plasma/krdp
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-26 21:27:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-27 23:14:43 +0200
commit2a3650e5197f8381f139e11dc676d6994dfc879a (patch)
tree757b084d2c8ea604692704d858e50684df556c7c /kde-plasma/krdp
parent117ce4b0d0865ecadfa01e60d5054e4405cbef27 (diff)
downloadkde-2a3650e5197f8381f139e11dc676d6994dfc879a.tar.gz
kde-2a3650e5197f8381f139e11dc676d6994dfc879a.tar.bz2
kde-2a3650e5197f8381f139e11dc676d6994dfc879a.zip
kde-plasma/krdp: Backport port to FreeRDP3
(cherry-picked upstream commit 0fcf4e51e4683d9253ad226c3d8b663651cec9e0) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/krdp')
-rw-r--r--kde-plasma/krdp/Manifest1
-rw-r--r--kde-plasma/krdp/krdp-6.3.49.9999.ebuild6
2 files changed, 6 insertions, 1 deletions
diff --git a/kde-plasma/krdp/Manifest b/kde-plasma/krdp/Manifest
new file mode 100644
index 00000000000..20343086491
--- /dev/null
+++ b/kde-plasma/krdp/Manifest
@@ -0,0 +1 @@
+DIST krdp-6.3.4-patchset.tar.xz 6540 BLAKE2B 6c86e698b18522aab02df9b50dbd3f6fe8d8dc2f6b13e83a7bbe0481d0e89ac3d6fe905d5de9221b2f518353e09605b4739932c526d6efe64cf7df3b0899afa6 SHA512 ff6adb51ac69c3d6c72027d8ef883a80c8c98293cccfad9b2278136eeb2f51b353675d46aec97c4d6c69d4cfb09f5b145c8e04b0ae1523a5843198e0e546deab
diff --git a/kde-plasma/krdp/krdp-6.3.49.9999.ebuild b/kde-plasma/krdp/krdp-6.3.49.9999.ebuild
index 047f2be7ab2..25910da2803 100644
--- a/kde-plasma/krdp/krdp-6.3.49.9999.ebuild
+++ b/kde-plasma/krdp/krdp-6.3.49.9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PATCHSET="${PN}-6.3.4-patchset"
ECM_EXAMPLES="true"
ECM_TEST="true"
KFMIN=6.10.0
@@ -11,6 +12,7 @@ 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"
@@ -30,7 +32,7 @@ COMMON_DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-plasma/kpipewire-${KDE_CATV}:6
- >=net-misc/freerdp-2.10:2[server]
+ >=net-misc/freerdp-3.1:3[server]
x11-libs/libxkbcommon
"
DEPEND="${COMMON_DEPEND}
@@ -41,6 +43,8 @@ RDEPEND="${COMMON_DEPEND}
"
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