aboutsummaryrefslogtreecommitdiff
path: root/network/zoom-linux/zoom-linux.SlackBuild
diff options
context:
space:
mode:
authorEbben Aries <e@dscp.org>2019-02-21 23:04:02 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-21 23:22:49 +0700
commitb95cc5d8dc84e7fbc3fb9ec587343060961c4cc3 (patch)
tree1385886f5654377270583bad070a4b8fcdbe6836 /network/zoom-linux/zoom-linux.SlackBuild
parent96397eeba6da2c6e506c3ce196a3203cae2c1aef (diff)
network/zoom-linux: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/zoom-linux/zoom-linux.SlackBuild')
-rw-r--r--network/zoom-linux/zoom-linux.SlackBuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/network/zoom-linux/zoom-linux.SlackBuild b/network/zoom-linux/zoom-linux.SlackBuild
index ca43560ab0ae2..53ae0032f2e62 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 2019 Ebben Aries <e@dscp.org>
+# Copyright 2018, 2019 Ebben Aries <e@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -78,6 +78,16 @@ cp -a * $PKG/opt/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+mkdir -p $PKG/usr/share/applications/
+install -D -m644 $CWD/zoom-linux.desktop $PKG/usr/share/applications/
+
+mkdir -p $PKG/usr/share/pixmaps/
+cp $CWD/zoom-linux.png $PKG/usr/share/pixmaps/
+cp $CWD/application-x-zoom.png $PKG/usr/share/pixmaps/
+
+mkdir -p $PKG/usr/share/mime/packages/
+cp $CWD/zoom-linux.xml $PKG/usr/share/mime/packages/
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh