Date: Sunday, December 20, 2020 @ 04:42:25 Author: svenstaro Revision: 780075
upgpkg: telegram-desktop 2.4.7-5: Add hard dep on ttf-opensans (FS#68925) Upstream themselves say that this is a required font for telegram. Modified: telegram-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-20 04:06:20 UTC (rev 780074) +++ PKGBUILD 2020-12-20 04:42:25 UTC (rev 780075) @@ -2,15 +2,14 @@ # Contributor: hexchain <[email protected]> pkgname=telegram-desktop pkgver=2.4.7 -pkgrel=4 +pkgrel=5 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/" license=('GPL3') -depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' +depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'qt5-wayland' 'gtk3') makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'libtg_owt') -optdepends=('ttf-opensans: default Open Sans font family') source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz") sha512sums=('712ab6896f89f7df0c7ac297039ee3b3532c159e17f66e4539b701a35d04d4709b558755d592d3cd91df541a2d2ca9f0485cf073c32f0b69a18848ab2ccd1993')
