diff --git a/srcpkgs/qbittorrent/patches/qt5-qdatastream.patch b/srcpkgs/qbittorrent/patches/qt5-qdatastream.patch new file mode 100644 index 00000000000..19eb0610872 --- /dev/null +++ b/srcpkgs/qbittorrent/patches/qt5-qdatastream.patch @@ -0,0 +1,10 @@ +--- src/app/qtsingleapplication/qtlocalpeer.cpp 2015-05-10 03:31:33.000000000 +0200 ++++ src/app/qtsingleapplication/qtlocalpeer.cpp 2015-07-11 11:09:17.135167272 +0200 +@@ -42,6 +42,7 @@ + #include "qtlocalpeer.h" + #include + #include ++#include + + #if defined(Q_OS_WIN) + #include diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index cf249fce455..48176d9ea27 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,12 +1,12 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=3.2.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-systemd --with-qt5 $(vopt_enable gui) $(vopt_enable webui)" -hostmakedepends="automake libtool pkg-config" +hostmakedepends="automake libtool pkg-config qt5-tools" makedepends="boost-devel libtorrent1-devel - qt5-declarative-devel qt5-devel qt5-tools-devel qt5-qmake" + qt5-declarative-devel qt5-devel qt5-qmake" short_desc="Free software alternative to µtorrent" maintainer="Jürgen Buchmüller " license="GPL-2"