summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-28 09:53:34 +1000
committerMark Blakeney2020-04-28 09:53:34 +1000
commit649877457c7c2a14e86fab59ff2eb25249626667 (patch)
tree44a4116604add0c1691cee8304869647dd9c5c6a
parent6da13a3e82ef6c4f68d6942958e8baa6d23739b7 (diff)
downloadaur-649877457c7c2a14e86fab59ff2eb25249626667.tar.gz
Add libappindicator-gtk3 for tray icon
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d891245ce5ed..aa690fc8a7ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skypeforlinux-preview-bin
pkgdesc = Skype for Linux - Preview/Insider Version
pkgver = 8.60.76.12
- pkgrel = 1
+ pkgrel = 2
url = http://www.skype.com
install = install.sh
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = skypeforlinux-preview-bin
depends = libsecret
depends = nss
depends = glibc>=2.28-4
+ depends = libappindicator-gtk3
optdepends = org.freedesktop.secrets
provides = skypeforlinux
provides = skype
diff --git a/PKGBUILD b/PKGBUILD
index 3774ac993098..2a7c5864cf08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgname=skypeforlinux
pkgname=$_pkgname-preview-bin
pkgver=8.60.76.12
-pkgrel=1
+pkgrel=2
pkgdesc="Skype for Linux - Preview/Insider Version"
arch=("x86_64")
url="http://www.skype.com"
license=("custom")
-depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4")
+depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss"
+ "glibc>=2.28-4" "libappindicator-gtk3")
optdepends=("org.freedesktop.secrets")
makedepends=("asar")
conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-stable-bin" "$_pkgname-beta-bin" "skype")