Telegram: bump version

This commit is contained in:
Gerasim Troeglazov
2024-01-19 21:44:24 +10:00
parent 6f66512b8e
commit f9ee76ed90
4 changed files with 58 additions and 1 deletions

View File

@@ -10296,3 +10296,60 @@ index 0000000..d34b81b
--
2.42.1
From ad7efc3cc1610be3781c5cc446e687c67297f2e7 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Fri, 19 Jan 2024 09:58:38 +0000
Subject: Include PCH (part 4)
diff --git a/pch_disable.patchset b/pch_disable.patchset
index d34b81b..9df0355 100644
--- a/pch_disable.patchset
+++ b/pch_disable.patchset
@@ -10274,6 +10274,44 @@ index aa1cada..34b9886 100644
--- a/Telegram/SourceFiles/ui/new_badges.cpp
+++ b/Telegram/SourceFiles/ui/new_badges.cpp
@@ -1,3 +1,4 @@
++#include "ui/ui_pch.h"
+ /*
+ This file is part of Telegram Desktop,
+ the official desktop application for the Telegram messaging service.
+diff --git a/Telegram/SourceFiles/chat_helpers/ttl_media_layer_widget.cpp b/Telegram/SourceFiles/chat_helpers/ttl_media_layer_widget.cpp
+index f2445a1..afc2ed6 100644
+--- a/Telegram/SourceFiles/chat_helpers/ttl_media_layer_widget.cpp
++++ b/Telegram/SourceFiles/chat_helpers/ttl_media_layer_widget.cpp
+@@ -1,3 +1,4 @@
++#include "stdafx.h"
+ /*
+ This file is part of Telegram Desktop,
+ the official desktop application for the Telegram messaging service.
+diff --git a/Telegram/SourceFiles/dialogs/dialogs_search_tags.cpp b/Telegram/SourceFiles/dialogs/dialogs_search_tags.cpp
+index 7f0aa16..8d4b382 100644
+--- a/Telegram/SourceFiles/dialogs/dialogs_search_tags.cpp
++++ b/Telegram/SourceFiles/dialogs/dialogs_search_tags.cpp
+@@ -1,3 +1,5 @@
++#include "ui/ui_pch.h"
++#include "stdafx.h"
+ /*
+ This file is part of Telegram Desktop,
+ the official desktop application for the Telegram messaging service.
+diff --git a/Telegram/SourceFiles/history/view/history_view_about_view.cpp b/Telegram/SourceFiles/history/view/history_view_about_view.cpp
+index 7627b0f..c8b4d57 100644
+--- a/Telegram/SourceFiles/history/view/history_view_about_view.cpp
++++ b/Telegram/SourceFiles/history/view/history_view_about_view.cpp
+@@ -1,3 +1,5 @@
++#include "ui/ui_pch.h"
++#include "stdafx.h"
+ /*
+ This file is part of Telegram Desktop,
+ the official desktop application for the Telegram messaging service.
+diff --git a/Telegram/SourceFiles/ui/boxes/show_or_premium_box.cpp b/Telegram/SourceFiles/ui/boxes/show_or_premium_box.cpp
+index 5f00e1b..ddd1e93 100644
+--- a/Telegram/SourceFiles/ui/boxes/show_or_premium_box.cpp
++++ b/Telegram/SourceFiles/ui/boxes/show_or_premium_box.cpp
+@@ -1,3 +1,4 @@
+#include "ui/ui_pch.h"
/*
This file is part of Telegram Desktop,
--
2.42.1

View File

@@ -5,7 +5,7 @@ COPYRIGHT="2013-2024 Telegram"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v$portVersion/tdesktop-$portVersion-full.tar.gz"
CHECKSUM_SHA256="42e4ac92e065c91fac0779f93e8731779edabeec90628c3bcac3ea367dd8520f"
CHECKSUM_SHA256="7955c3f331af35244750a45d738689ea65b965f0ad5e87cef78ebb006afd7db3"
SOURCE_FILENAME="tdesktop-$portVersion-full.tar.gz"
SOURCE_DIR="tdesktop-$portVersion-full"
srcGitRev_2="2b383fe05f8ae78ac99470b9a2b9ea22b3ee5a92"