From d2a4bc09631a3f49c39219013e16578a36ed5b07 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Belanger Date: Thu, 31 Jul 2025 00:26:08 -0400 Subject: [PATCH] breeze: fix upstream-status format In walnascar the upstream-status style is verified. Fix to the correct format otherwise we get an error: QA Issue: Malformed Upstream-Status in patch --- recipes-plasma/breeze/0001-kcursorgen-Add-QDebug-include.patch | 2 +- recipes-plasma/breeze/0002-Add-missing-includes.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-plasma/breeze/0001-kcursorgen-Add-QDebug-include.patch b/recipes-plasma/breeze/0001-kcursorgen-Add-QDebug-include.patch index 2a19278..8f9f69b 100644 --- a/recipes-plasma/breeze/0001-kcursorgen-Add-QDebug-include.patch +++ b/recipes-plasma/breeze/0001-kcursorgen-Add-QDebug-include.patch @@ -8,7 +8,7 @@ It failed to build for me because of qCritical. (cherry picked from commit 663da19b8ba6b9849b81bc57f7f8ff4944f6976a) SPDX-License-Identifier: GPL-2.0-or-later -Upstream-Status: Backported +Upstream-Status: Backport [https://invent.kde.org/plasma/breeze/-/commit/663da19b8ba6b9849b81bc57f7f8ff4944f6976a] --- cursors/src/kcursorgen/kcursorgen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-plasma/breeze/0002-Add-missing-includes.patch b/recipes-plasma/breeze/0002-Add-missing-includes.patch index 2aaaa54..07b7547 100644 --- a/recipes-plasma/breeze/0002-Add-missing-includes.patch +++ b/recipes-plasma/breeze/0002-Add-missing-includes.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Add missing includes (cherry picked from commit 9df8a685aa2d7ed1e9e633dda96d141c591f398e) SPDX-License-Identifier: GPL-2.0-or-later -Upstream-Status: Backported +Upstream-Status: Backport [https://invent.kde.org/plasma/breeze/-/commit/9df8a685aa2d7ed1e9e633dda96d141c591f398e] --- cursors/src/kcursorgen/main.cpp | 1 + 1 file changed, 1 insertion(+)