diff options
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 08f04a2084..e47461723f 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} |