gtk/skypeforlinux/PKGBUILD
2017-12-09 09:13:30 +00:00

21 lines
782 B
Bash

pkgname=skypeforlinux
pkgver=8.12.76.7
pkgrel=1
pkgdesc="Skype for Linux WebRTC Beta"
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=('a92e72c9ceee16c54a2c0899f6280dbe2aa8f525b1b32adb4ca19dce8a0f7b8a')
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"
}