krfb: initial packaging
This commit is contained in:
committed by
Guillaume Champagne
parent
7bdccb103f
commit
d10839d2d1
39
recipes-application/network/krfb.inc
Normal file
39
recipes-application/network/krfb.inc
Normal 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 \
|
||||
"
|
||||
6
recipes-application/network/krfb_24.02.1.bb
Normal file
6
recipes-application/network/krfb_24.02.1.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
PV = "24.02.1"
|
||||
require ${BPN}.inc
|
||||
SRCREV = "fb0ff21e5216b59f92ea00dac0dec0edc446e3c2"
|
||||
Reference in New Issue
Block a user