From 30fe208b64c851e125318a7159b44ffef9bf6262 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 8 Jun 2026 09:02:53 +0000 Subject: [PATCH] Replace dispatch with TooManyCooks --- .gitmodules | 6 +++--- CMakeLists.txt | 1 + Telegram/ThirdParty/TooManyCooks | 1 + Telegram/ThirdParty/dispatch | 1 - Telegram/lib_crl | 2 +- cmake | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) create mode 160000 Telegram/ThirdParty/TooManyCooks delete mode 160000 Telegram/ThirdParty/dispatch diff --git a/.gitmodules b/.gitmodules index 399b1a522a..4d64f0fc22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,9 +73,6 @@ [submodule "Telegram/lib_webview"] path = Telegram/lib_webview url = https://github.com/desktop-app/lib_webview.git -[submodule "Telegram/ThirdParty/dispatch"] - path = Telegram/ThirdParty/dispatch - url = https://github.com/apple/swift-corelibs-libdispatch [submodule "Telegram/ThirdParty/kimageformats"] path = Telegram/ThirdParty/kimageformats url = https://github.com/KDE/kimageformats.git @@ -100,3 +97,6 @@ [submodule "Telegram/ThirdParty/MicroTeX"] path = Telegram/ThirdParty/MicroTeX url = https://github.com/desktop-app/MicroTeX.git +[submodule "Telegram/ThirdParty/TooManyCooks"] + path = Telegram/ThirdParty/TooManyCooks + url = https://github.com/tzcnt/TooManyCooks.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 43153b11c6..4d35335bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ include(cmake/options.cmake) include(cmake/external/qt/package.cmake) set(desktop_app_skip_libs + dispatch glibmm variant ) diff --git a/Telegram/ThirdParty/TooManyCooks b/Telegram/ThirdParty/TooManyCooks new file mode 160000 index 0000000000..8e2c40f925 --- /dev/null +++ b/Telegram/ThirdParty/TooManyCooks @@ -0,0 +1 @@ +Subproject commit 8e2c40f925c0903302d13418f07ea147c9b12e8e diff --git a/Telegram/ThirdParty/dispatch b/Telegram/ThirdParty/dispatch deleted file mode 160000 index 6cdb083f7f..0000000000 --- a/Telegram/ThirdParty/dispatch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6cdb083f7f380368e402eee504fb84d9ea0bcd59 diff --git a/Telegram/lib_crl b/Telegram/lib_crl index f770e4e8be..5b34c11854 160000 --- a/Telegram/lib_crl +++ b/Telegram/lib_crl @@ -1 +1 @@ -Subproject commit f770e4e8be24553b22278a8ac07f5eb3c7aa6547 +Subproject commit 5b34c118543c6d4c0a1d7fdc7133f9d26fd529e2 diff --git a/cmake b/cmake index 9399e285ec..c83aaa8054 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 9399e285ecab6002eb012b7920973f9f5515d91a +Subproject commit c83aaa8054f776ef2d59a039596b5e25b40d93b3