jobcomm/zoom/PKGBUILD-aur

32 lines
1.3 KiB
Plaintext

# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
pkgname=zoom
pkgver=5.12.6
_subver=173
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://zoom.us/"
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' 'dbus' 'libdrm')
optdepends=('pulseaudio-alsa: audio via PulseAudio'
'qt5-webengine: SSO login support'
'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')
options=(!strip)
source=("${pkgname}-${pkgver}.${_subver}_orig_x86_64.pkg.tar.xz"::"https://cdn.zoom.us/prod/${pkgver}.${_subver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('a7981050d687dfeee26297bba30d43e6eee22c282118a478c5734900e301c93b1fb357f42b9cf51eef94fbe40b0ec38d5d636e24b66fdbaf9cb45711aee05fa1')
prepare() {
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
sed -i 's/StartupWMClass=Zoom/StartupWMClass=zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop"
}
package() {
cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}