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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 23 15:52:54 UTC 2020


    Date: Sunday, February 23, 2020 @ 15:52:54
  Author: svenstaro
Revision: 579791

upgpkg: telegram-desktop 1.9.14-2: Make libappindicator-gtk3 an optdep again

Having it be a hard-dep causes more harm than it does good. See https://bugs.archlinux.org/task/65336.

Modified:
  telegram-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 15:42:18 UTC (rev 579790)
+++ PKGBUILD	2020-02-23 15:52:54 UTC (rev 579791)
@@ -6,17 +6,18 @@
 
 pkgname=telegram-desktop
 pkgver=1.9.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/"
 license=('GPL3')
 depends=('enchant' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
-         'qt5-imageformats' 'xxhash' 'libappindicator-gtk3' 'libdbusmenu-qt5')
-# for libappindicator-gtk3 see https://bugs.archlinux.org/task/65080
-
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl')
-optdepends=('ttf-opensans: default Open Sans font family')
+         'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5')
+# We used to have libappindicator-gtk3 as a hard-dep here (see https://bugs.archlinux.org/task/65080)
+# but it seems that it's better to have as an opt-dep (see https://bugs.archlinux.org/task/65336)
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'libappindicator-gtk3')
+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"
         telegram-desktop.sh)
 sha512sums=('56efa64048d23b280782b51319c0071c6cef833cb7e2584e52c6e45488577755beb85185ec9187029c425cc8d4c9c1887142687c744697e7731a15abe2846056'



More information about the arch-commits mailing list