summaryrefslogtreecommitdiffstats
path: root/network/zoom-linux
diff options
context:
space:
mode:
Diffstat (limited to 'network/zoom-linux')
-rw-r--r--network/zoom-linux/doinst.sh3
-rw-r--r--network/zoom-linux/zoom-linux.SlackBuild10
-rw-r--r--network/zoom-linux/zoom-linux.desktop2
-rw-r--r--network/zoom-linux/zoom-linux.info12
4 files changed, 15 insertions, 12 deletions
diff --git a/network/zoom-linux/doinst.sh b/network/zoom-linux/doinst.sh
index 408a29c514..f355da8d41 100644
--- a/network/zoom-linux/doinst.sh
+++ b/network/zoom-linux/doinst.sh
@@ -1,6 +1,3 @@
-( cd usr/bin ; rm -rf zoom-linux )
-( cd usr/bin ; ln -sf /opt/zoom-linux/ZoomLauncher zoom-linux )
-
if [ -x /usr/bin/xdg-mime ]; then
/usr/bin/xdg-mime install /usr/share/mime/packages/zoom-linux.xml
fi
diff --git a/network/zoom-linux/zoom-linux.SlackBuild b/network/zoom-linux/zoom-linux.SlackBuild
index 6ab3302aa1..d28d59e439 100644
--- a/network/zoom-linux/zoom-linux.SlackBuild
+++ b/network/zoom-linux/zoom-linux.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for zoom-linux
#
-# Copyright 2018, 2019 Ebben Aries <e@dscp.org>
+# Copyright 2018-2020 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zoom-linux
+VERSION=${VERSION:-5.6.13632.0328} # may be overridden by source!
SRCNAM=zoom
-VERSION=${VERSION:-2.9.265650.0716}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +57,8 @@ case "$ARCH" in
;;
esac
+VERSION=$(tar JxOf $SRC.tar.xz zoom/version.txt)
+
set -e
rm -rf $PKG
@@ -75,6 +77,10 @@ find -L . \
mkdir -p $PKG/opt/$PRGNAM
cp -a * $PKG/opt/$PRGNAM
+mkdir -p $PKG/usr/bin
+cd $PKG/usr/bin
+ln -sf /opt/zoom-linux/ZoomLauncher zoom-linux
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/zoom-linux/zoom-linux.desktop b/network/zoom-linux/zoom-linux.desktop
index c67baa031b..78f2426252 100644
--- a/network/zoom-linux/zoom-linux.desktop
+++ b/network/zoom-linux/zoom-linux.desktop
@@ -2,7 +2,7 @@
Name=Zoom
Comment=Zoom Video Conference
Exec=/usr/bin/zoom-linux %U
-Icon=Zoom.png
+Icon=zoom-linux
Terminal=false
Type=Application
Encoding=UTF-8
diff --git a/network/zoom-linux/zoom-linux.info b/network/zoom-linux/zoom-linux.info
index 042cf48c1c..2375c3f896 100644
--- a/network/zoom-linux/zoom-linux.info
+++ b/network/zoom-linux/zoom-linux.info
@@ -1,10 +1,10 @@
PRGNAM="zoom-linux"
-VERSION="2.9.265650.0716"
+VERSION="5.6.13632.0328"
HOMEPAGE="https://www.zoom.us/"
-DOWNLOAD="https://www.zoom.us/client/2.9.265650.0716/zoom_i686.tar.xz"
-MD5SUM="615699524fd138cf760d27d05dc02b12"
-DOWNLOAD_x86_64="https://www.zoom.us/client/2.9.265650.0716/zoom_x86_64.tar.xz"
-MD5SUM_x86_64="a2dd4c69e640d221b915eec87c6978ae"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://d11yldzmag5yn.cloudfront.net/prod/5.6.13632.0328/zoom_x86_64.tar.xz"
+MD5SUM_x86_64="22c42ad1549f4f3f9c2ac57ddeca52b6"
REQUIRES=""
MAINTAINER="Ebben Aries"
-EMAIL="e@dscp.org"
+EMAIL="slackbuilds@dscp.org"