mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 14:57:17 +08:00
skype update
This commit is contained in:
parent
74b30cf722
commit
4462688e92
@ -4,29 +4,19 @@
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=skype
|
||||
pkgver=4.0.0.7
|
||||
pkgver=4.0.0.8
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
pkgdesc="P2P software for high-quality voice communication"
|
||||
url="http://www.skype.com/"
|
||||
license=('custom')
|
||||
options=('!strip')
|
||||
install=skype.install
|
||||
depends=(xdg-utils hicolor-icon-theme)
|
||||
|
||||
if [[ $CARCH == i686 ]]; then
|
||||
depends+=(qt alsa-lib libxss libxv libxcursor)
|
||||
optdepends=('v4l-utils: webcam support'
|
||||
'libcanberra: XDG sound support'
|
||||
'pulseaudio: PulseAudio support')
|
||||
else
|
||||
depends+=(lib32-{qt,alsa-lib,libxss,libxv,libxcursor})
|
||||
optdepends=('lib32-libcanberra: XDG sound support'
|
||||
'lib32-libpulse: PulseAudio support')
|
||||
fi
|
||||
|
||||
depends=(xdg-utils hicolor-icon-theme lib32-{qt,alsa-lib,libxss,libxv,libxcursor})
|
||||
optdepends=('lib32-libcanberra: XDG sound support'
|
||||
'lib32-libpulse: PulseAudio support')
|
||||
source=(http://download.skype.com/linux/$pkgname-$pkgver.tar.bz2 PERMISSION)
|
||||
md5sums=('b57a3a5e178ae40fc96583b7c1851663'
|
||||
md5sums=('fa9b4f0ac110349a2480071875068a99'
|
||||
'26e1772379d4d4df9471b6ed660a6d97')
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user