network/qbittorrent: Updated for version 3.3.15.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Woodfall 2017-08-20 19:41:22 +01:00 committed by Willy Sudiarto Raharjo
parent 8baa47d71e
commit 36611f5fe4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 17 additions and 6 deletions

View file

@ -1,2 +1,11 @@
qBittorrent is an easy to use, good looking, and featureful qBittorrent is an easy to use, good looking, and featureful
but lightweight C++ / Qt4 Bittorrent Client. but lightweight C++ / Qt4 Bittorrent Client.
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:
~/.config/qBittorrent
That way you can return to an older version by swapping directories
around.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qbittorrent PRGNAM=qbittorrent
VERSION=${VERSION:-3.2.5} VERSION=${VERSION:-3.3.15}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -72,7 +72,8 @@ find -L . \
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr --prefix=/usr \
--with-qt4
make make
make install INSTALL_ROOT=$PKG make install INSTALL_ROOT=$PKG
@ -82,6 +83,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--with-qt4 \
--disable-gui --disable-gui
make make

View file

@ -1,8 +1,8 @@
PRGNAM="qbittorrent" PRGNAM="qbittorrent"
VERSION="3.2.5" VERSION="3.3.15"
HOMEPAGE="http://qbittorrent.sourceforge.net" HOMEPAGE="http://qbittorrent.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.2.5/qbittorrent-3.2.5.tar.xz" DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.3.15/qbittorrent-3.3.15.tar.xz"
MD5SUM="e5c62e31bb577ecd8478fd5d04915b03" MD5SUM="759f498b146bf3afb1593157407897d4"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="libtorrent-rasterbar" REQUIRES="libtorrent-rasterbar"