[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Wed Jan 22 03:47:56 UTC 2020


    Date: Wednesday, January 22, 2020 @ 03:47:56
  Author: farseerfc
Revision: 553350

upgpkg: telegram-desktop 1.9.4-2: telegram-desktop 1.9.4-2 hard depend on libappindicator-gtk3 for FS#65080

Modified:
  telegram-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 02:40:46 UTC (rev 553349)
+++ PKGBUILD	2020-01-22 03:47:56 UTC (rev 553350)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/"
@@ -20,11 +20,13 @@
     'openal'
     'qt5-imageformats'
     'xxhash'
+    'libappindicator-gtk3'
 )
+# for libappindicator-gtk3 see https://bugs.archlinux.org/task/65080
+
 makedepends=(
     'cmake'
     'git'
-    'libappindicator-gtk3'
     'ninja'
     'python'
     'quilt'
@@ -32,7 +34,6 @@
 )
 optdepends=(
     'ttf-opensans: default Open Sans font family'
-    'libappindicator-gtk3: AppIndicator-based tray icon'
 )
 source=(
     "https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz"



More information about the arch-commits mailing list