diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2020-10-23 21:17:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-23 21:17:01 +0700 |
commit | a44832d6b21b4abd1500d8a9f1712cb63c981920 (patch) | |
tree | ae66d97eb93563ae69a5a037a6d106f6e05f7522 /network/bluejeans/bluejeans.SlackBuild | |
parent | dc030b7742f259e58eb249066b2ed48212181d79 (diff) |
network/bluejeans: Updated for version 2.17.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bluejeans/bluejeans.SlackBuild')
-rw-r--r-- | network/bluejeans/bluejeans.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild index 08f04a2084405..e47461723f9f9 100644 --- a/network/bluejeans/bluejeans.SlackBuild +++ b/network/bluejeans/bluejeans.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bluejeans -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.17.0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -rpm2cpio $CWD/$SRCNAM.rpm | cpio -idmv +rpm2cpio $CWD/${SRCNAM}_${VERSION}.rpm | cpio -idmv chown -R root:root . find -L . \ @@ -66,7 +66,7 @@ find . -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true sed -i \ - 's#Categories=AudioVideo;#Categories=Network;InstantMessaging;#' \ + 's#Categories=AudioVideo;#Categories=Network;AudioVideo;InstantMessaging;#' \ usr/share/applications/bluejeans-v2.desktop mkdir -p usr/{bin,doc/$PRGNAM-$VERSION} |