diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-08-20 19:41:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:30 +0700 |
commit | cc92034d8bf5d5d57f55296ca8707cbacb2eab10 (patch) | |
tree | 9db257e65200310e2053a229e391220d555eca10 /network/qbittorrent | |
parent | 18d408de57ae359fcc4f0c12d4ab236390951d58 (diff) | |
download | slackbuilds-cc92034d8bf5d5d57f55296ca8707cbacb2eab10.tar.gz |
network/qbittorrent: Updated for version 3.3.15.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/README | 11 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 6 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
3 files changed, 17 insertions, 6 deletions
diff --git a/network/qbittorrent/README b/network/qbittorrent/README index 7a894a289a..731c51c61f 100644 --- a/network/qbittorrent/README +++ b/network/qbittorrent/README @@ -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. + +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. diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 51f29d627b..3ba92edf39 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-3.2.5} +VERSION=${VERSION:-3.3.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,8 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --prefix=/usr + --prefix=/usr \ + --with-qt4 make make install INSTALL_ROOT=$PKG @@ -82,6 +83,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --with-qt4 \ --disable-gui make diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index bfc2759580..02fd480c9d 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="3.2.5" +VERSION="3.3.15" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.2.5/qbittorrent-3.2.5.tar.xz" -MD5SUM="e5c62e31bb577ecd8478fd5d04915b03" +DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.3.15/qbittorrent-3.3.15.tar.xz" +MD5SUM="759f498b146bf3afb1593157407897d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" |