summaryrefslogtreecommitdiff
path: root/manualPorts/zoom/Pkgfile
blob: 683baa66ff94e30be0e896b815e683060d4e1dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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}"

}