telegram-desktop: update to 3.2.2.

This commit is contained in:
John 2021-11-09 08:29:29 +01:00
parent c0386823f2
commit baefd7c36a

View file

@ -1,6 +1,6 @@
# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=3.1.11
version=3.2.2
revision=1
wrksrc="tdesktop-${version}-full"
build_style=cmake
@ -10,7 +10,8 @@ configure_args="-DTDESKTOP_API_ID=209235
-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"
-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"
makedepends="alsa-lib-devel ffmpeg-devel libdbusmenu-glib-devel libopenal-devel
@ -26,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=0f7ee7bd7c5746026744de2eb447b11f83e77eb30be49e9e894bc37008b49d4a
checksum=f9b82a2133f8811ba465a54c70335b14c281eefe55668a7670522f3c5719fb9d
build_options="spellcheck"
build_options_default="spellcheck"