summaryrefslogtreecommitdiffstats
path: root/network/skypeforlinux/skypeforlinux.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/skypeforlinux/skypeforlinux.SlackBuild')
-rw-r--r--network/skypeforlinux/skypeforlinux.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/network/skypeforlinux/skypeforlinux.SlackBuild b/network/skypeforlinux/skypeforlinux.SlackBuild
index df820962e1..f6ccc33dbc 100644
--- a/network/skypeforlinux/skypeforlinux.SlackBuild
+++ b/network/skypeforlinux/skypeforlinux.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for skypeforlinux
-# Copyright 2017, 2018 Mario Preksavec, Zagreb, Croatia
+# Copyright 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
# 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=skypeforlinux
-VERSION=${VERSION:-8.33.0.41}
+VERSION=${VERSION:-8.34.0.78}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,9 +76,11 @@ install -Dm 755 $CWD/skype-dbus-mock/skype-dbus-mock.py \
$PKG/usr/bin/skype-dbus-mock
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-mv $PKG/usr/share/skypeforlinux/LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
-mv $PKG/usr/share/doc/skypeforlinux/* $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/$PRGNAM/LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share/doc
+# Fixes: Help -> About Skype -> Third Party Notices
+ln -s $PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install