mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
network/qbittorrent: Updated for version 3.3.15.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8baa47d71e
commit
36611f5fe4
3 changed files with 17 additions and 6 deletions
|
@ -1,2 +1,11 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue