From f30839492c4cb2e51295963e1733761483843084 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Fri, 24 Apr 2020 08:01:10 +0700 Subject: network/bluejeans: Updated for version 2.1.1. Signed-off-by: Willy Sudiarto Raharjo --- network/bluejeans/bluejeans.SlackBuild | 12 +++++++----- network/bluejeans/bluejeans.info | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'network') diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild index 4627a26c0a..b445e6be1a 100644 --- a/network/bluejeans/bluejeans.SlackBuild +++ b/network/bluejeans/bluejeans.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/sh -eu # Slackware build script for bluejeans -# Copyright 2019 Igor Alexandrov +# Copyright 2019, 2020 Igor Alexandrov # 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 diff --git a/network/bluejeans/bluejeans.info b/network/bluejeans/bluejeans.info index a13d97eaf7..229317482e 100644 --- a/network/bluejeans/bluejeans.info +++ b/network/bluejeans/bluejeans.info @@ -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" -- cgit v1.2.3-80-g2a13