mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
update to tdesktop 6.3.6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user