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

Balló György bgyorgy at archlinux.org
Mon Mar 16 08:23:41 UTC 2020


    Date: Monday, March 16, 2020 @ 08:23:39
  Author: bgyorgy
Revision: 599095

upgpkg: telegram-desktop 1.9.14-3: Remove unneeded libappindicator-gtk3 dependency (FS#65336), remove wrapper script (FS#65503)

Modified:
  telegram-desktop/trunk/PKGBUILD
Deleted:
  telegram-desktop/trunk/telegram-desktop.sh

---------------------+
 PKGBUILD            |   19 +++++--------------
 telegram-desktop.sh |    3 ---
 2 files changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-16 08:18:15 UTC (rev 599094)
+++ PKGBUILD	2020-03-16 08:23:39 UTC (rev 599095)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.9.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/"
@@ -13,15 +13,10 @@
 license=('GPL3')
 depends=('enchant' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
          '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'
-            '3c21c871e28bac365400f7bc439a16ad1a9a8d87590ad764ce262f1db968c10387caed372d4e064cb50f43da726cebaa9b24bcbcc7c6d5489515620f44dbf56b')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz")
+sha512sums=('56efa64048d23b280782b51319c0071c6cef833cb7e2584e52c6e45488577755beb85185ec9187029c425cc8d4c9c1887142687c744697e7731a15abe2846056')
 
 build() {
     cd tdesktop-$pkgver-full
@@ -48,8 +43,4 @@
 package() {
     cd tdesktop-$pkgver-full
     ninja -C build install
-
-    mv "$pkgdir/usr/bin/telegram-desktop"{,-bin}
-    install -dm755 "$pkgdir/usr/bin"
-    install -m755 "$srcdir/telegram-desktop.sh" "$pkgdir/usr/bin/telegram-desktop"
 }

Deleted: telegram-desktop.sh
===================================================================
--- telegram-desktop.sh	2020-03-16 08:18:15 UTC (rev 599094)
+++ telegram-desktop.sh	2020-03-16 08:23:39 UTC (rev 599095)
@@ -1,3 +0,0 @@
-#!/usr/bin/sh
-unset QT_QPA_PLATFORMTHEME
-exec /usr/bin/telegram-desktop-bin "$@"



More information about the arch-commits mailing list