summaryrefslogtreecommitdiffstats
path: root/network/qTox/qTox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/qTox/qTox.SlackBuild')
-rw-r--r--network/qTox/qTox.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild
index 94c04c577d..1fff74fa2d 100644
--- a/network/qTox/qTox.SlackBuild
+++ b/network/qTox/qTox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qTox
-# Copyright 2015, 2016, 2017, 2018 Mario Preksavec, Zagreb, Croatia
+# Copyright 2015, 2016, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qTox
-VERSION=${VERSION:-1.14.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20190928_85361393}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -70,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# gcc-7 fix
-patch -p1 <$CWD/rawdatabase.h.diff
+#patch -p1 <$CWD/rawdatabase.h.diff
mkdir -p build
cd build
@@ -80,7 +80,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATUSNOTIFIER=False \
-DENABLE_APPINDICATOR=False \
- -DENABLE_GTK_SYSTRAY=True \
+ -DENABLE_GTK_SYSTRAY=False \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG