From 04672ed92185042862fb3c2218ec4b9485534d8c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 22 Dec 2025 09:58:49 +0100 Subject: [PATCH] kdebugsettings, try to build this for Qt 6.7 (#13457) --- kde-apps/kdebugsettings/kdebugsettings-25.08.3.recipe | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/kdebugsettings/kdebugsettings-25.08.3.recipe b/kde-apps/kdebugsettings/kdebugsettings-25.08.3.recipe index e160fff86..37646afb3 100644 --- a/kde-apps/kdebugsettings/kdebugsettings-25.08.3.recipe +++ b/kde-apps/kdebugsettings/kdebugsettings-25.08.3.recipe @@ -79,6 +79,11 @@ TEST_REQUIRES=" haikuplugins$secondaryArchSuffix " +PATCH() +{ + sed -e 's|6.8.0|6.7.2|' -i CMakeLists.txt +} + BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \