telegram-desktop: update to 4.5.2.

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-01-03 06:27:45 +05:30 committed by John
parent 17aab20cea
commit 0cf0904f77
2 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,14 @@
getonescriptspan_test.cc is just a test file that shouldn't be linked into any program.
Ref: https://github.com/google/cld3/pull/78
---
--- a/cmake/external/cld3/CMakeLists.txt 2022-12-31 07:19:02.000000000 +0100
+++ - 2023-01-06 13:30:13.082990927 +0100
@@ -80,7 +80,6 @@
script_span/generated_entities.cc
script_span/getonescriptspan.cc
script_span/getonescriptspan.h
- script_span/getonescriptspan_test.cc
script_span/utf8statetable.cc
script_span/offsetmap.cc
script_span/text_processing.cc

View File

@ -1,23 +1,22 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=4.3.1
version=4.5.2
revision=1
build_style=cmake
build_helper="qemu"
configure_args="-DTDESKTOP_API_ID=209235
-DTDESKTOP_API_HASH=169ee702e1df4b6e66d80311db36cc43
-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
-DTDESKTOP_LAUNCHER_BASENAME=org.telegram.desktop.desktop
-DDESKTOP_APP_DISABLE_SPELLCHECK=$(vopt_if spellcheck 'false' 'true')
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
-DQT_HOST_PATH=/usr"
hostmakedepends="pkg-config qt6-base-devel python3 extra-cmake-modules
qt6-wayland-devel wayland-devel"
qt6-wayland-devel wayland-devel protobuf"
makedepends="alsa-lib-devel ffmpeg-devel libdbusmenu-glib-devel libopenal-devel
minizip-devel opus-devel xxHash-devel pulseaudio-devel range-v3
qt6-svg-devel libva-devel rapidjson liblz4-devel liblzma-devel gtk+3-devel
MesaLib-devel qt6-wayland-devel qt6-qt5compat-devel libatomic-devel
xcb-util-keysyms-devel $(vopt_if spellcheck hunspell-devel)
xcb-util-keysyms-devel $(vopt_if spellcheck hunspell-devel) protobuf-devel
glibmm2.68-devel tg_owt webkit2gtk-devel rnnoise-devel jemalloc-devel qt6-declarative-devel"
depends="qt6-imageformats ttf-opensans"
short_desc="Telegram Desktop messaging app"
@ -26,7 +25,7 @@ license="GPL-3.0-or-later, OpenSSL"
homepage="https://desktop.telegram.org/"
changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
checksum=3c1d8c09b72db5c9f5e2d3b467b451a6ba94c3ba8295b9880842a4e3496153dd
checksum=b2c77dc4cd3589a60a7eb124233d339d68eb18ff9c1be52c64c048b42bf45bba
build_options="spellcheck"
build_options_default="spellcheck"