mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/bluejeans: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4c8f8481f9
commit
f30839492c
2 changed files with 11 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -eu
|
||||
|
||||
# Slackware build script for bluejeans
|
||||
|
||||
# Copyright 2019 Igor Alexandrov <igora.vault@gmail.com>
|
||||
# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bluejeans
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -48,8 +48,6 @@ if [ "$ARCH" != "x86_64" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
|
@ -65,6 +63,10 @@ find -L . \
|
|||
find . -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
sed -i \
|
||||
's#Categories=AudioVideo;#Categories=Network;InstantMessaging;#' \
|
||||
usr/share/applications/bluejeans-v2.desktop
|
||||
|
||||
mkdir -p usr/{bin,doc/$PRGNAM-$VERSION}
|
||||
ln -s ../../opt/$SRCNAM/$EXECNAM usr/bin/$PRGNAM
|
||||
ln -s ../../../opt/$SRCNAM/LICENSE.electron.txt usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bluejeans"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.1.1"
|
||||
HOMEPAGE="https://www.bluejeans.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://swdl.bluejeans.com/desktop-app/linux/2.1.0/BlueJeans.rpm"
|
||||
MD5SUM_x86_64="05a514e65d7d14e3d51c43363000eee0"
|
||||
DOWNLOAD_x86_64="https://swdl.bluejeans.com/desktop-app/linux/2.1.1/BlueJeans.rpm"
|
||||
MD5SUM_x86_64="47b0fa3f1ef8d52f970bea1ae5b3c5fb"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igora.vault@gmail.com"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in a new issue