File 0001-Disable-some-plugins.patch of Package qt-creator

From d1ad6275b86760fe465a3f664c77db4acf1c44af Mon Sep 17 00:00:00 2001
From: Christophe Marin <christophe@krop.fr>
Date: Thu, 26 Oct 2023 21:03:47 +0200
Subject: [PATCH] Disable some plugins

- The updateinfo plugin only works when using the installer

- The clangformat plugin requires a clang patch which was never accepted upstream [1]

[1] https://reviews.llvm.org/D53072
---
 src/plugins/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index 423b17d..0d4432b 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -10,7 +10,7 @@ add_subdirectory(helloworld)
 add_subdirectory(imageviewer)
 add_subdirectory(marketplace)
 add_subdirectory(screenrecorder)
-add_subdirectory(updateinfo)
+# add_subdirectory(updateinfo)
 add_subdirectory(welcome)
 
 # Level 2: (only depends on Level 1 and below)
@@ -78,7 +78,7 @@ if (WITH_QMLDESIGNER)
   add_subdirectory(qmlprojectmanager)
 endif()
 add_subdirectory(python)
-add_subdirectory(clangformat)
+# add_subdirectory(clangformat)
 add_subdirectory(cmakeprojectmanager)
 
 # Level 7:
-- 
2.45.2

openSUSE Build Service is sponsored by