# Template file for 'telegram-desktop'
pkgname=telegram-desktop
version=5.11.1
revision=1
build_style=cmake
build_helper="qemu gir"
configure_args="-DTDESKTOP_API_ID=209235
 -DTDESKTOP_API_HASH=169ee702e1df4b6e66d80311db36cc43
 -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
 -DDESKTOP_APP_DISABLE_SPELLCHECK=$(vopt_if spellcheck 'false' 'true')
 -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
 -DQT_HOST_PATH=/usr"
hostmakedepends="pkg-config qt6-base python3 extra-cmake-modules
 qt6-wayland-tools wayland-devel protobuf glib-devel kf6-kcoreaddons"
makedepends="alsa-lib-devel boost-devel fmt-devel ffmpeg6-devel libglib-devel
 gobject-introspection 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
 MesaLib-devel qt6-wayland-devel qt6-qt5compat-devel
 qt6-base-private-devel kf6-kcoreaddons-devel ada-devel
 xcb-util-keysyms-devel $(vopt_if spellcheck hunspell-devel) protobuf-devel
 glibmm2.68-devel tg_owt rnnoise-devel jemalloc-devel qt6-declarative-devel"
depends="qt6-imageformats ttf-opensans"
short_desc="Telegram Desktop messaging app"
maintainer="John <me@johnnynator.dev>"
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=bde842b71064511c5bacb4971e3b2d539614f8dc541dffcb4ccc00e02d80924b

build_options="spellcheck"
build_options_default="spellcheck"

case $XBPS_TARGET_MACHINE in
	armv6*) configure_args+=" -DDESKTOP_APP_DISABLE_SCUDO=true";; # Requires armv6k+ due to yield
	mips*) broken="unsupported";;
esac

if [ "$XBPS_WORDSIZE" -eq 32 ]; then
	nodebug=yes
fi

if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then
	nocross="https://build.voidlinux.org/#/builders/6/builds/927"
fi

if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
	broken="UI doesn't go beyond initial screen, also LE specific code in networking"
fi

pre_configure() {
	# Significantly decrease size of debug executable
	CFLAGS="${CFLAGS/ -g/ -g1}"
	CXXFLAGS="${CXXFLAGS/ -g/ -g1}"
}
