qbittorrent: fix build with Qt5 >= 5.5.0
This commit is contained in:
parent
61b146447c
commit
c955f0a126
2 changed files with 13 additions and 3 deletions
10
srcpkgs/qbittorrent/patches/qt5-qdatastream.patch
Normal file
10
srcpkgs/qbittorrent/patches/qt5-qdatastream.patch
Normal file
|
@ -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 <QCoreApplication>
|
||||
#include <QTime>
|
||||
+#include <QDataStream>
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <QLibrary>
|
|
@ -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 <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue