telegram-desktop: update to 3.4.8.

This commit is contained in:
John 2022-01-22 20:08:43 +01:00
parent f67b80716c
commit 3720f0b364
2 changed files with 3 additions and 17 deletions

View file

@ -1,10 +0,0 @@
--- a/cmake/external/rlottie/CMakeLists.txt 2020-08-11 15:21:17.000000000 +0200
+++ b/cmake/external/rlottie/CMakeLists.txt 2020-08-11 15:21:17.000000000 +0200
@@ -8,7 +8,6 @@
add_library(desktop-app::external_rlottie ALIAS external_rlottie)
if (DESKTOP_APP_USE_PACKAGED)
- find_package(rlottie QUIET)
if (rlottie_FOUND)
target_link_libraries(external_rlottie INTERFACE rlottie::rlottie)

View file

@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=3.4.2
version=3.4.8
revision=1
wrksrc="tdesktop-${version}-full"
build_style=cmake
@ -13,7 +13,7 @@ configure_args="-DTDESKTOP_API_ID=209235
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
-DDESKTOP_APP_QT6=OFF"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools python extra-cmake-modules
wayland-devel qt5-wayland-devel"
wayland-devel qt5-devel qt5-wayland-devel"
makedepends="alsa-lib-devel ffmpeg-devel libdbusmenu-glib-devel libopenal-devel
minizip-devel opus-devel xxHash-devel pulseaudio-devel qt5-devel range-v3
qt5-svg-devel libva-devel rapidjson liblz4-devel liblzma-devel gtk+3-devel
@ -27,7 +27,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=2513602e20bb44fd4931c9b35e98f6ba41bf3f9b7de701ef6832a7aa6a2fea0e
checksum=6a962a1110bc15c21999832b0151af8125f33a3b6e978461b8f446217c76876e
build_options="spellcheck"
build_options_default="spellcheck"
@ -40,10 +40,6 @@ if [ "$XBPS_WORDSIZE" -eq 32 ]; then
nodebug=yes
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel"
fi
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="UI doesn't go beyond initial screen, also LE specific code in networking"
fi