Files
meta-kde/recipes-plasma/krdp.inc
Marc Ferland 42874dc11c krdp: now uses freerdp3
Update depends.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2025-08-22 15:36:19 -04:00

39 lines
939 B
PHP

# SPDX-FileCopyrightText: 2024 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KRdp"
SUMMARY = "Library and examples for creating an RDP server"
HOMEPAGE = "https://invent.kde.org/plasma/krdp"
LICENSE = "LGPL-2.1-only | LGPL-3.0-only"
LIC_FILES_CHKSUM = " \
file://LICENSES/LGPL-2.1-only.txt;md5=41890f71f740302b785c27661123bff5 \
file://LICENSES/LGPL-3.0-only.txt;md5=852ecadc0ac7e6f4d7144d5544a3815b \
"
PR = "r0"
DEPENDS = " \
freerdp3 \
qtbase \
qtwayland \
qtwayland-native \
qtkeychain \
kpipewire \
kstatusnotifieritem \
libxkbcommon \
plasma-wayland-protocols \
"
inherit cmake_kdeapp kf6-kconfig kf6-kcmutils systemd
RDEPENDS:${PN} += " \
xdg-desktop-portal \
"
SYSTEMD_SERVICE:${PN} = "app-org.kde.krdpserver.service"
SYSTEMD_AUTO_ENABLE:${PN} = "disable"
FILES:${PN} += " \
${libdir}/plugins/plasma/kcms/systemsettings/* \
"