File PKGBUILD of Package zoom
# Maintainer in AUR: Gordian Edenhofer <gordian.edenhofer@gmail.com>
# Maintainer in AUR #2: Christian Heusel <christian@heusel.eu>
# Maintainer in OBS: James Ed Randson <jimedrand@disroot.org>
pkgname=zoom
pkgver=6.6.10
_subver=5815
pkgrel=1
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' 'bubblewrap' '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=('853b8703ef5aa434a26f03316f2ba155b09ddc68932c6e9217ac1e7a672893e86839cba29d3e5ac5bb4390570f1d495ef229119a619079f0500cee6819f5a2d5')
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}