diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index bb7cf5307c..99ae36640b 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -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 " 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"