update to tdesktop 6.3.6

This commit is contained in:
kn
2025-12-07 21:09:20 +00:00
parent 2bb5b53939
commit e8833dbcc2
3 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ NOT_FOR_ARCHS = ${BE_ARCHS} i386
COMMENT = Telegram Desktop messenger
PORTROACH = limit:-full$$
V = 6.3.4
V = 6.3.6
DISTNAME = tdesktop-${V}-full
PKGNAME = ${DISTNAME:-full=}
CATEGORIES = net
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (tdesktop-6.3.4-full.tar.gz) = eUNnHjJCu8cUwmDpEDM8VzHr7zfiwDEKVj1N5jKfv90=
SIZE (tdesktop-6.3.4-full.tar.gz) = 76221210
SHA256 (tdesktop-6.3.6-full.tar.gz) = 4stNcm+M6aJozpAzF7ArF6O4SGNy4+Eh3VfBMOe1VJg=
SIZE (tdesktop-6.3.6-full.tar.gz) = 76304813
@@ -4,7 +4,7 @@ inline 'using Fn = std::function<Signature>;' to fix the build
Index: Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp
--- Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp.orig
+++ Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp
@@ -118,7 +118,7 @@ void ResolveCurrentExactLocation(Fn<void(Core::GeoLoca
@@ -92,7 +92,7 @@ void ResolveCurrentExactLocation(Fn<void(Core::GeoLoca
.accuracy = Core::GeoLocationAccuracy::Exact,
});
}),
@@ -13,12 +13,3 @@ Index: Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp
}
void ResolveLocationAddress(
@@ -193,7 +193,7 @@ void ResolveLocationAddress(
(*callback)({ .name = checked.join(u", "_q) });
}),
- new Fn(callback));
+ new std::function(callback));
}
} // namespace Platform