summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2019-11-09 18:04:37 +0400
committerDmitry Porunov2019-11-09 18:04:37 +0400
commitb8dd2f8368aed833db77b402b10705b74cf00125 (patch)
tree259e9a48a88d9075a3f4e71f16d798224e47497b
parentee8565344f801dc4f9f08c45cf86090dfb65b87c (diff)
downloadaur-b8dd2f8368aed833db77b402b10705b74cf00125.tar.gz
Add dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 28 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad65e25d29df..5ee05dede74c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,20 @@
pkgbase = kotatogram-desktop
pkgdesc = Experimental Telegram Desktop fork.
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/kotatogram/kotatogram-desktop
arch = x86_64
license = GPLv3
+ makedepends = chrpath
+ depends = desktop-file-utils
+ depends = glib2
+ depends = hicolor-icon-theme
+ depends = libdbus
+ depends = libx11
+ 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)
+ optdepends = xdg-utils: for automatic opening of URLs, files and directories in proper applications
source = kotatogram-desktop-1.1.tar.gz::https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.1/1.1.tar.xz
source = kotatogram-desktop.desktop
sha256sums = b2cd1949f1ec1110fd9453a45c7963008467222308c5a0199cde34ba606e22ac
diff --git a/PKGBUILD b/PKGBUILD
index d4820072d6eb..b5cbb969255c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,27 @@
pkgname=kotatogram-desktop
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Experimental Telegram Desktop fork."
arch=(x86_64)
url="https://github.com/kotatogram/kotatogram-desktop"
license=(GPLv3)
-# depends=()
+depends=(
+ desktop-file-utils
+ glib2
+ hicolor-icon-theme
+ libdbus
+ libx11
+)
+makedepends=(
+ 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'
+)
source=(