summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-08-10 15:38:32 +0200
committerGiovanni Santini2018-08-10 15:39:22 +0200
commit19171a62ebf3e5fbf1bcae4d1bd09007d1af6301 (patch)
treed70ebf377cfa3397453d91707de4d9a09035bd09
parent5992f83292f7b5958c11def1e517b6ac866e18a0 (diff)
downloadaur-19171a62ebf3e5fbf1bcae4d1bd09007d1af6301.tar.gz
upgpkg: telegram-desktop-bin 1.3.10-1
upgpkg: telegram-desktop-bin 1.3.10-1 - dos2unix all the needed files - Add missing required dependencies - Small PKGBUILD formatting (less tabs, more spaces)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD21
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 212d506ea15f..07a0fb8b9932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = telegram-desktop-bin
arch = x86_64
license = GPL3
makedepends = chrpath
+ depends = desktop-file-utils
depends = glib2
depends = hicolor-icon-theme
depends = libdbus
diff --git a/PKGBUILD b/PKGBUILD
index 803da6c3a9b6..d95fedc9b3dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Giovanni Santini "ItachiSan" <giovannisantini93@yahoo.it>
+# Maintainer: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
# Previous maintainer: agnotek <agnostic.sn [at]gmail.com>
# Contributor: agnotek <agnostic.sn [at]gmail.com>
@@ -10,19 +10,20 @@ arch=('i686' 'x86_64')
url="https://desktop.telegram.org"
license=('GPL3')
depends=(
- 'glib2'
- 'hicolor-icon-theme'
- 'libdbus'
- 'libx11'
+ desktop-file-utils
+ glib2
+ hicolor-icon-theme
+ libdbus
+ libx11
)
makedepends=(
- 'chrpath'
+ chrpath
)
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)'
- 'xdg-utils: for automatic opening of URLs, files and directories in proper applications'
+ '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)'
+ 'xdg-utils: for automatic opening of URLs, files and directories in proper applications'
)
conflicts=('telegram-desktop')
provides=('telegram-desktop')