krfb: initial packaging

This commit is contained in:
Guillaume Champagne
2024-03-25 18:04:05 -04:00
committed by Guillaume Champagne
parent 7bdccb103f
commit d10839d2d1
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# SPDX-FileCopyrightText: 2024 Guillaume Champagne <champagne.guillaume.c@gmail.com>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "KRfb"
SUMMARY = "Small server for the RFB protocol (vnc)"
HOMEPAGE = "https://invent.kde.org/network/krfb"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=3c8ea28d12b8a786603a5394fc50096d \
"
PR = "r0"
DEPENDS = " \
kconfig \
kconfig-native \
kdbusaddons \
kdnssd \
knotifications \
kpipewire \
kstatusnotifieritem \
kwallet \
kwidgetsaddons \
kwindowsystem \
kxmlgui \
libvncserver \
qtbase \
qtwayland \
qtwayland-native \
"
SRC_URI = "git://invent.kde.org/network/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
RDEPENDS:${PN} += " \
xdg-desktop-portal \
"

View File

@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
PV = "24.02.1"
require ${BPN}.inc
SRCREV = "fb0ff21e5216b59f92ea00dac0dec0edc446e3c2"