summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-10-24 20:15:03 +0200
committerGiovanni Santini2015-10-24 20:15:03 +0200
commitc6c4d714df4002d4824ea2040dba784bca0642ce (patch)
tree243235a237c65eec8d3cb2ff5dfa169c53bb9041
parentcf7b6f684847561ffc296be59c1de0784c238591 (diff)
downloadaur-c6c4d714df4002d4824ea2040dba784bca0642ce.tar.gz
upgpkg: telegram-desktop-bin 0.9.6-2
Added finally optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14fc1e67b59..165cc4e258ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telegram-desktop-bin
pkgdesc = Official desktop version of Telegram messaging app - Static binaries
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.telegram.org
install = telegram-desktop-bin.install
arch = i686
@@ -22,6 +22,9 @@ pkgbase = telegram-desktop-bin
depends = zlib
depends = libexif
depends = xz
+ optdepends = libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)
+ optdepends = libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)
+ optdepends = libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)
provides = telegram-desktop
conflicts = telegram-desktop
replaces = telegram-bin
diff --git a/PKGBUILD b/PKGBUILD
index d02f9397ba8a..bb032215c89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,17 @@
pkgname=telegram-desktop-bin
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=('i686' 'x86_64')
url="https://desktop.telegram.org"
license=('GPL3')
depends=('libx11' 'libgcrypt' 'libasyncns' 'libsndfile' 'libsystemd' 'libdbus' 'openal' 'libogg' 'opus' 'opusfile' 'portaudio' 'openssl' 'zlib' 'libexif' 'xz')
+optdepends=(
+ 'libappindicator-gtk2: to hide Telegram in the tray bar (GTK2-based desktop environment)'
+ 'libappindicator-gtk3: to hide Telegram in the tray bar (GTK3-based desktop environment)'
+ 'libappindicator-sharp: to hide Telegram in the tray bar (Unity-based desktop environment)'
+ )
conflicts=('telegram-desktop')
provides=('telegram-desktop')
replaces=('telegram-bin')