summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-01-08 17:53:32 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:17:34 +0000
commit14fd613bd0e0d99019d183e58e1d6240020ceac9 (patch)
tree442af740f20b3f53d73195d8365a0217b225edb0 /network
parentb26517043cdabde84786803741eb9cec7fc69406 (diff)
downloadslackbuilds-14fd613bd0e0d99019d183e58e1d6240020ceac9.tar.gz
slackbuilds-14fd613bd0e0d99019d183e58e1d6240020ceac9.tar.xz
network/qTox: Updated for version 1.7.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network')
-rw-r--r--network/qTox/README2
-rw-r--r--network/qTox/qTox.SlackBuild6
-rw-r--r--network/qTox/qTox.info8
3 files changed, 9 insertions, 7 deletions
diff --git a/network/qTox/README b/network/qTox/README
index cf1c1cae8d..0c2c41d1a7 100644
--- a/network/qTox/README
+++ b/network/qTox/README
@@ -1,2 +1,4 @@
qTox is a powerful Tox client that tries to follow the Tox design guidelines
while running on all major platforms.
+
+qTox upstream switched toxcore library for the new c-toxcore fork.
diff --git a/network/qTox/qTox.SlackBuild b/network/qTox/qTox.SlackBuild
index 05ad4b0a12..c8989cc1fe 100644
--- a/network/qTox/qTox.SlackBuild
+++ b/network/qTox/qTox.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qTox
-# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2015, 2016, 2017 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=qTox
-VERSION=${VERSION:-20161126_8854589}
+VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/qTox/qTox.info b/network/qTox/qTox.info
index 6bdddf7beb..f700c1f19c 100644
--- a/network/qTox/qTox.info
+++ b/network/qTox/qTox.info
@@ -1,10 +1,10 @@
PRGNAM="qTox"
-VERSION="20161126_8854589"
+VERSION="1.7.1"
HOMEPAGE="https://github.com/tux3/qTox"
-DOWNLOAD="http://mirror.slackware.hr/sources/qTox/qTox-20161126_8854589.tar.bz2"
-MD5SUM="e4886e0f70689790f45e026ef81f6d4d"
+DOWNLOAD="https://github.com/qTox/qTox/archive/v1.7.1/qTox-1.7.1.tar.gz"
+MD5SUM="c97a40a2ee14d0da7d57bd7fc6d96130"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="toxcore libfilteraudio qt5 ffmpeg qrencode libxkbcommon sqlcipher"
+REQUIRES="c-toxcore libfilteraudio qt5 ffmpeg qrencode libxkbcommon sqlcipher"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"