krdp: restructure recipe

Since krdp is now in recipes-plasma it should follow the same
structure as the other recipes. This makes it possible to update the
recipe automatically with the release script.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2024-07-26 13:41:04 -04:00
parent fce1471654
commit 6251c9ed7d
3 changed files with 6 additions and 9 deletions

View File

@@ -24,9 +24,6 @@ DEPENDS = " \
plasma-wayland-protocols \
"
SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp kf6-kconfig kf6-kcmutils systemd
RDEPENDS:${PN} += " \

View File

@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRC_URI += "https://download.kde.org/stable/plasma/6.1.3/krdp-6.1.3.tar.xz"
SRC_URI[sha256sum] = "9797b9fa9ce76f48c72d93272bdd47c778e760d4a6d94c1f63922275b346d3ea"

View File

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