File 0012-Don-t-list-system-dependencies-as-bundled.patch of Package rstudio

From f4db917dcdf17ef842ffa23260ac6732ab500555 Mon Sep 17 00:00:00 2001
From: haem <mixosaurus+obs@pm.me>
Date: Fri, 12 Sep 2025 18:10:39 +0200
Subject: [PATCH 12/12] Don't list system dependencies as bundled

---
 src/cpp/ext/CMakeLists.txt | 46 --------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/src/cpp/ext/CMakeLists.txt b/src/cpp/ext/CMakeLists.txt
index 0c8e7fc4..b3b32181 100644
--- a/src/cpp/ext/CMakeLists.txt
+++ b/src/cpp/ext/CMakeLists.txt
@@ -94,15 +94,6 @@ dependency(EXPECTED
 set(EXPECTED_BUILD_TESTS OFF)
 
 
-# fmt
-dependency(FMT
-   COMMENT    "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams."
-   VERSION    "11.1.4"
-   REPOSITORY "https://github.com/fmtlib/fmt"
-   REVISION   "123913715afeb8a437e6388b4473fcc4753e1c9a" # pragma: allowlist secret
-)
-
-set(FMT_INSTALL OFF)
 
 
 # gsl-lite
@@ -114,25 +105,6 @@ dependency(GSL_LITE
 )
 
 
-# hunspell
-dependency(HUNSPELL
-   COMMENT    "Hunspell is a free spell checker and morphological analyzer library and command-line tool, licensed under LGPL/GPL/MPL tri-license."
-   VERSION    "1.7.2"
-   REPOSITORY "https://github.com/hunspell/hunspell"
-   REVISION   "2969be996acad84b91ab3875b1816636fe61a40e" # pragma: allowlist secret
-   CUSTOM     TRUE
-)
-
-
-# rapidjson
-dependency(RAPIDJSON
-   COMMENT    "A fast JSON parser/generator for C++ with both SAX/DOM style API"
-   VERSION    "1.1.0"
-   REPOSITORY "https://github.com/Tencent/rapidjson"
-   REVISION   "24b5e7a8b27f42fa16b96fc70aade9106cf7102f" # pragma: allowlist secret
-   CUSTOM     TRUE
-)
-
 # websocketpp
 dependency(WEBSOCKETPP
    COMMENT    "WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol."
@@ -143,24 +115,6 @@ dependency(WEBSOCKETPP
 )
 
 
-# yaml-cpp
-dependency(YAML_CPP
-   COMMENT    "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec."
-   VERSION    "0.8.0"
-   REPOSITORY "https://github.com/jbeder/yaml-cpp"
-   REVISION   "f7320141120f720aecc4c32be25586e7da9eb978" # pragma: allowlist secret
-)
-
-
-# zlib
-dependency(ZLIB
-   COMMENT    "zlib is a general purpose data compression library."
-   VERSION    "1.3.1"
-   REPOSITORY "https://github.com/madler/zlib"
-   REVISION   "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf" # pragma: allowlist secret
-   PLATFORMS  WIN32
-)
-
 
 function(fetch)
 
-- 
2.51.0

openSUSE Build Service is sponsored by