# Description: Video Conferencing and Web Conferencing Service # URL: https://zoom.us/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: fontconfig libxslt mesa nss dbus ## on arch, there were also these dependencies - which I do *not* have installed here: # glib2 libpulse libsm ttf-font libx11 libxtst libxcb libxcomposite libxfixes libxi libxcursor libxkbcommon-x11 libxrandr libxrender libxshmfence xcb-util-image xcb-util-keysyms ibus name=zoom version=5.6.4 _build=16888.0424 release=1 source=("https://zoom.us/client/${version:0:-1}${_build}/zoom_x86_64.pkg.tar.xz") build() { sed -i 's/Zoom\.png/Zoom/g' "${SRC}/usr/share/applications/Zoom.desktop" sed -i 's/StartupWMClass=Zoom/StartupWMClass=zoom/g' "${SRC}/usr/share/applications/Zoom.desktop" cp -dpr --no-preserve=ownership opt usr "${PKG}" }