From 6251c9ed7dd22e8eae612db783a49ad6b9c6fe49 Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Fri, 26 Jul 2024 13:41:04 -0400 Subject: [PATCH] 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 --- recipes-plasma/krdp.inc | 3 --- recipes-plasma/krdp_6.1.3.bb | 6 ++++++ recipes-plasma/krdp_git.bb | 6 ------ 3 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 recipes-plasma/krdp_6.1.3.bb delete mode 100644 recipes-plasma/krdp_git.bb diff --git a/recipes-plasma/krdp.inc b/recipes-plasma/krdp.inc index 19b6d04..980cb81 100644 --- a/recipes-plasma/krdp.inc +++ b/recipes-plasma/krdp.inc @@ -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} += " \ diff --git a/recipes-plasma/krdp_6.1.3.bb b/recipes-plasma/krdp_6.1.3.bb new file mode 100644 index 0000000..cf234cd --- /dev/null +++ b/recipes-plasma/krdp_6.1.3.bb @@ -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" diff --git a/recipes-plasma/krdp_git.bb b/recipes-plasma/krdp_git.bb deleted file mode 100644 index 03caa66..0000000 --- a/recipes-plasma/krdp_git.bb +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -PV = "6.1.3" -require ${BPN}.inc -SRCREV = "2d95ca34ac465936f274a54e733a93589cef14d7"