qbittorrent: add qt5-svg to depends

Closes #9955
This commit is contained in:
Jürgen Buchmüller 2017-12-13 07:50:49 +01:00
parent df611102bc
commit 15e64df45b
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=4.0.2
revision=1
revision=2
build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
makedepends="libtorrent-rasterbar-devel qt5-declarative-devel qt5-svg-devel"
depends="qt5-svg"
short_desc="Free software alternative to µtorrent"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
@ -23,7 +24,6 @@ build_options_default="gui"
pre_configure() {
local conf="--prefix=/usr"
conf+=" --with-qt4=no"
conf+=" --disable-systemd"
conf+=" --with-boost=${XBPS_CROSS_BASE}/usr"
conf+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"