gtk/skypeforlinux/PKGBUILD
2019-01-24 09:04:04 +01:00

21 lines
794 B
Bash

pkgname=skypeforlinux
pkgver=8.38.76.114
pkgrel=1
pkgdesc="Skype for Linux WebRTC Stable/Release"
arch=('x86_64')
url="http://www.skype.com"
license=('custom')
depends=('gtk2' 'libxss' 'gconf' 'alsa-lib' 'libxtst' 'libgnome-keyring' 'nss' 'libsecret')
optdepends=('gnome-keyring') # to be verified, how to replace it with kwallet?
conflicts=('skype')
provides=('skype')
source=("https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${pkgver}_amd64.deb")
sha256sums=('75763c66c982072a87bfb58d968e3d021a00084c41832c28a2983756bf16225f')
package() {
tar -xJC "${pkgdir}" -f data.tar.xz
install -d "${pkgdir}/usr/share/licenses/skypeforlinux"
mv "${pkgdir}/usr/share/skypeforlinux/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/skypeforlinux/"
rm -rf "${pkgdir}/opt"
}