File PKGBUILD of Package zoom
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
# Maintainer: Christian Heusel <christian@heusel.eu>
pkgname=zoom
pkgver=6.6.6
_subver=5306
pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('LicenseRef-zoom')
url="https://zoom.us/"
replaces=('zoom-libs-bin' 'zoom-libs')
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb'
'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr'
'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'xcb-util-image'
'xcb-util-keysyms' 'xcb-util-cursor' 'dbus' 'libdrm' 'gtk3' 'xcb-util-wm')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'ibus: remote control'
'picom: extra compositor needed by some window managers for screen sharing'
'xcompmgr: extra compositor needed by some window managers for screen sharing'
'qt5-webengine: fallback for bundled qt'
'qt5-remoteobjects: fallback for bundled qt'
)
options=(!strip)
source=("${pkgname}-${pkgver}.${_subver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('2673f7f7ab4494ab142dc02d33c8aa47fc751870979ea2ab4cf4fa9b3b2d70e3042ffdbf38f6fd1e31af1a573439002c3f59ae0c66eadc0ad367b70660a715be')
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}