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
|
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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue