# Maintainer: SharkEzz # Contributor: James Bunton # The latest version can be found like this: # $ curl -s https://bluejeans.com/downloads | grep 'desktop/linux' pkgname=bluejeans pkgver=2.0.0 pkgrel=2 pkgdesc="BlueJeans desktop app for video calls" arch=('x86_64') url="https://www.bluejeans.com" license=('Proprietary') groups=() depends=('alsa-lib' 'atk' 'bzip2' 'cairo' 'dbus' 'dbus-glib' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'graphite' 'gtk2' 'harfbuzz' 'libcap' 'libdatrie' 'libdrm' 'libffi' 'libgcrypt' 'libgl' 'libgpg-error' 'libnotify' 'libpng' 'libsystemd' 'libthai' 'libutil-linux' 'libx11' 'libxau' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxi' 'libxinerama' 'libxrandr' 'libxrender' 'libxshmfence' 'libxtst' 'libxxf86vm' 'lz4' 'mesa' 'nspr' 'nss' 'pango' 'pcre' 'pixman' 'pulseaudio' 'wayland' 'xz' 'zlib') install=bluejeans.install source=(https://swdl.bluejeans.com/desktop-app/linux/${pkgver}/BlueJeans.rpm) sha256sums=('c1d213d5556f4238adaba163b2ff35549c66c44a3657377622af9c46112663c7') package() { # add bluejeans wrapper to /usr/bin mkdir -p "${pkgdir}/usr/bin" ln -nsf "/opt/BlueJeans/bluejeans-v2" "${pkgdir}/usr/bin/bluejeans" # move the rest of the files into the package directory mv "opt" "${pkgdir}/" mv "usr/share" "${pkgdir}/usr/" }