2017-03-03 04:16:28 +08:00
|
|
|
pkgname=skypeforlinux
|
2019-02-14 17:18:04 +08:00
|
|
|
pkgver=8.39.76.176
|
2017-09-30 10:01:19 +08:00
|
|
|
pkgrel=1
|
2018-05-03 21:19:32 +08:00
|
|
|
pkgdesc="Skype for Linux WebRTC Stable/Release"
|
2017-03-03 04:16:28 +08:00
|
|
|
arch=('x86_64')
|
|
|
|
url="http://www.skype.com"
|
|
|
|
license=('custom')
|
2017-09-07 06:05:06 +08:00
|
|
|
depends=('gtk2' 'libxss' 'gconf' 'alsa-lib' 'libxtst' 'libgnome-keyring' 'nss' 'libsecret')
|
|
|
|
optdepends=('gnome-keyring') # to be verified, how to replace it with kwallet?
|
2017-03-03 04:16:28 +08:00
|
|
|
conflicts=('skype')
|
|
|
|
provides=('skype')
|
|
|
|
source=("https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${pkgver}_amd64.deb")
|
2019-02-14 17:18:04 +08:00
|
|
|
sha256sums=('dfca91d86de3d5a5c55721580a848274508823d965aee24eb37a0c2c9c987962')
|
2017-03-03 04:16:28 +08:00
|
|
|
|
|
|
|
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"
|
|
|
|
}
|