summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Donald Cooley2019-12-19 15:54:11 +0100
committer Willy Sudiarto Raharjo2019-12-19 15:54:54 +0100
commit1194a92dc1261fd210bd2fca987483eb6a2e6c6d (patch)
treedd64bd185b927756d5a468ad933b4c925963d8b5 /network
parentf850588fbbb78881a450f9578818905ffaf01f0d (diff)
downloadslackbuilds-1194a92dc1261fd210bd2fca987483eb6a2e6c6d.tar.gz
network/qbittorrent-qt5: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/qbittorrent-qt5/README12
-rw-r--r--network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild5
-rw-r--r--network/qbittorrent-qt5/qbittorrent-qt5.info10
-rw-r--r--network/qbittorrent-qt5/slack-desc16
4 files changed, 24 insertions, 19 deletions
diff --git a/network/qbittorrent-qt5/README b/network/qbittorrent-qt5/README
index 367cfb49bc..d95396d99f 100644
--- a/network/qbittorrent-qt5/README
+++ b/network/qbittorrent-qt5/README
@@ -1,9 +1,13 @@
-qBittorrent is an easy to use, good looking, and featureful
-but lightweight C++ / Qt5 Bittorrent Client.
+qBittorrent is a bittorrent client programmed in C++ / Qt5 that uses
+libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
+
+It aims to be a good alternative to all other bittorrent clients out
+there. qBittorrent is fast, stable, and provides unicode supports as
+well as many features.
Note that from version 3.3.15 you will get a warning on startup that
-qbittorrent has a new way of saving things. If you want to backup
-your old config directory first, you will find it here:
+qbittorrent has a new way of saving things. If you want to backup your
+old config directory first, you will find it here:
~/.config/qBittorrent
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
index a898a52faf..d4539c55ef 100644
--- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
+++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for qbittorrent-qt5
+# Copyright 2019 Donald Cooley South Haven, Indiana USA
# Copyright 2009-2010 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
@@ -24,7 +25,7 @@
PRGNAM=qbittorrent-qt5
SRCNAM=qBittorrent
-VERSION=${VERSION:-4.1.5}
+VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +72,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.info b/network/qbittorrent-qt5/qbittorrent-qt5.info
index d409152286..9598a0a461 100644
--- a/network/qbittorrent-qt5/qbittorrent-qt5.info
+++ b/network/qbittorrent-qt5/qbittorrent-qt5.info
@@ -1,10 +1,10 @@
PRGNAM="qbittorrent-qt5"
-VERSION="4.1.5"
+VERSION="4.2.0"
HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.1.5/qBittorrent-release-4.1.5.tar.gz"
-MD5SUM="b85f16a333b8d110650f72bd53e20538"
+DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.2.0/qBittorrent-release-4.2.0.tar.gz"
+MD5SUM="75a01c72d7e81fc37070af8e3a71c22b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar qt5"
-MAINTAINER="Dave Woodfall"
-EMAIL="dave@tty1.uk"
+MAINTAINER="Donald Cooley"
+EMAIL="chytraeu@sdf.org"
diff --git a/network/qbittorrent-qt5/slack-desc b/network/qbittorrent-qt5/slack-desc
index 2214d59757..9cc8fd0fd8 100644
--- a/network/qbittorrent-qt5/slack-desc
+++ b/network/qbittorrent-qt5/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
qbittorrent-qt5: qbittorrent-qt5 (a C++ / Qt5 Bittorrent Client)
qbittorrent-qt5:
-qbittorrent-qt5: The qBittorrent project was created in March 2006 with the idea
-qbittorrent-qt5: of developing a new Bittorrent client for Linux (and possibly
-qbittorrent-qt5: other systems) that would be easy to use, good looking, and
-qbittorrent-qt5: featureful but lightweight.
-qbittorrent-qt5: qBittorrent is a Free Software released under the GNU GPL license.
-qbittorrent-qt5: The author is Christophe Dumez, a French student in an engineer
-qbittorrent-qt5: school (UTBM), in IT departement.
+qbittorrent-qt5: qBittorrent is a bittorrent client programmed in C++ / Qt5 that uses
+qbittorrent-qt5: libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
qbittorrent-qt5:
-qbittorrent-qt5: Homepage: http://qbittorrent.sourceforge.net
+qbittorrent-qt5: It aims to be a good alternative to all other bittorrent clients out
+qbittorrent-qt5: there. qBittorrent is fast, stable, and provides unicode support as
+qbittorrent-qt5: well as many features.
+qbittorrent-qt5:
+qbittorrent-qt5:
+qbittorrent-qt5: Homepage: https://qbittorrent.sourceforge.net