summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lowe2016-06-12 20:26:27 -0400
committerNathan Lowe2016-06-12 20:26:27 -0400
commit450ddb19fe1a01b4731fd9e6430b9d401d01f4f2 (patch)
tree7c969f2be2d9075a3085d6c5a25b3d0e73476023
parent57e76fccda2cfa040b738ccdd5b4837986b4d0d6 (diff)
downloadaur-450ddb19fe1a01b4731fd9e6430b9d401d01f4f2.tar.gz
Make libappindicator-gtk2 optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04fa360d5f0..019339cef011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ghetto-skype
pkgdesc = Web Skype + Tray Icon + Notifications
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stanfieldr/ghetto-skype
install = ghetto-skype.install
arch = x86_64
license = GPLv3
makedepends = npm
- depends = libappindicator-gtk2
depends = electron
+ optdepends = libappindicator-gtk2: Tray Icon support for certain DEs
source = https://github.com/stanfieldr/ghetto-skype/archive/v1.3.0.tar.gz
sha256sums = 806053e78d1f4e73a9815d0e3c4ec1615c3e0e84d796ccee2f333f977fb86a70
diff --git a/PKGBUILD b/PKGBUILD
index f336ed230a7c..a8039c5f6d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,13 @@
pkgname=ghetto-skype
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Web Skype + Tray Icon + Notifications'
arch=('x86_64')
url='https://github.com/stanfieldr/ghetto-skype'
license=('GPLv3')
-depends=('libappindicator-gtk2' 'electron')
+depends=('electron')
+optdepends=('libappindicator-gtk2: Tray Icon support for certain DEs')
makedepends=('npm')
install=ghetto-skype.install
source=("https://github.com/stanfieldr/ghetto-skype/archive/v${pkgver}.tar.gz")