From 31d5df9cc9180f865e13473edc7e4624d2246130 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sun, 29 Sep 2019 19:31:00 +0200 Subject: network/qTox: Updated for version 20190928_85361393. Signed-off-by: Mario Preksavec --- network/qTox/qTox.SlackBuild | 12 ++++++------ network/qTox/qTox.info | 8 ++++---- network/qTox/slack-desc | 2 +- 3 files changed, 11 insertions(+), 11 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 diff --git a/network/qTox/qTox.info b/network/qTox/qTox.info index a405035f86..c44ac3638b 100644 --- a/network/qTox/qTox.info +++ b/network/qTox/qTox.info @@ -1,8 +1,8 @@ PRGNAM="qTox" -VERSION="1.14.1" -HOMEPAGE="https://github.com/tux3/qTox" -DOWNLOAD="https://github.com/qTox/qTox/archive/v1.14.1/qTox-1.14.1.tar.gz" -MD5SUM="2e3c15d15ac2a4ebafcfb1287fe2eae4" +VERSION="20190928_85361393" +HOMEPAGE="https://github.com/qTox/qTox" +DOWNLOAD="http://mirror.slackware.hr/sources/qTox/qTox-20190928_85361393.tar.bz2" +MD5SUM="42563f12227ba9c5db289fb4043d3b6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="c-toxcore libfilteraudio qt5 ffmpeg qrencode libxkbcommon sqlcipher" diff --git a/network/qTox/slack-desc b/network/qTox/slack-desc index d93685fd55..b8947a2234 100644 --- a/network/qTox/slack-desc +++ b/network/qTox/slack-desc @@ -11,7 +11,7 @@ qTox: qTox: qTox is a powerful Tox client that tries to follow the Tox design qTox: guidelines while running on all major platforms. qTox: -qTox: Homepage: https://github.com/tux3/qTox +qTox: Homepage: https://github.com/qTox/qTox qTox: qTox: qTox: -- cgit v1.2.3