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, 9 insertions, 1 deletions
diff --git a/network/skypeforlinux/skypeforlinux.SlackBuild b/network/skypeforlinux/skypeforlinux.SlackBuild
index 36178f9b3d..df820962e1 100644
--- a/network/skypeforlinux/skypeforlinux.SlackBuild
+++ b/network/skypeforlinux/skypeforlinux.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skypeforlinux
-VERSION=${VERSION:-8.29.0.50}
+VERSION=${VERSION:-8.33.0.41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,6 +67,14 @@ find -L . \
rm -rf $PKG/opt
+# https://github.com/maelnor/skype-dbus-mock
+install -Dm 644 $CWD/skype-dbus-mock/skype-dbus-mock.conf \
+ $PKG/usr/share/dbus-1/system.d/skype-dbus-mock.conf
+install -Dm 644 $CWD/skype-dbus-mock/org.freedesktop.login1.service \
+ $PKG/usr/share/dbus-1/system-services/org.freedesktop.login1.service
+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