2017-03-03 04:16:28 +08:00
|
|
|
pkgname=skypeforlinux
|
2018-11-29 17:25:47 +08:00
|
|
|
pkgver=8.34.0.78
|
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")
|
2018-11-29 17:25:47 +08:00
|
|
|
sha256sums=('e017fa5f3b78104b18c9e3ec00a678e513095cd4129a83b301f2b2c0dbb606a5')
|
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"
|
|
|
|
}
|