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

From 0d9c61a3f436000880b735ed86330760fc41c8d1 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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
index 5d7316d..48ef211 100644
--- a/src/plugins/CMakeLists.txt
+++ b/src/plugins/CMakeLists.txt
@@ -8,7 +8,6 @@ add_subdirectory(helloworld)
 add_subdirectory(imageviewer)
 add_subdirectory(marketplace)
 add_subdirectory(screenrecorder)
-add_subdirectory(updateinfo)
 add_subdirectory(welcome)
 
 # Level 2: (only depends on Level 1 and below)
@@ -41,7 +40,6 @@ add_subdirectory(vcsbase)
 # Level 5:
 add_subdirectory(bazaar)
 add_subdirectory(beautifier)
-add_subdirectory(clangformat)
 add_subdirectory(clearcase)
 add_subdirectory(cvs)
 add_subdirectory(designer)
-- 
2.42.0

openSUSE Build Service is sponsored by