qbittorrent: update to 4.0.2

This commit is contained in:
Jürgen Buchmüller 2017-12-02 09:38:38 +01:00
parent 4266371fa6
commit 88cca0ceb4
2 changed files with 2 additions and 14 deletions

View file

@ -1,12 +0,0 @@
--- src/app/application.cpp 2017-11-22 00:27:07.000000000 +0100
+++ src/app/application.cpp 2017-11-22 14:14:11.317317738 +0100
@@ -105,7 +105,9 @@
, m_running(false)
, m_shutdownAct(ShutdownDialogAction::Exit)
, m_commandLineArgs(parseCommandLine(this->arguments()))
+#ifndef DISABLE_WEBUI
, m_webui(nullptr)
+#endif
{
qRegisterMetaType<Log::Msg>("Log::Msg");

View file

@ -1,6 +1,6 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=4.0.1
version=4.0.2
revision=1
build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://www.qbittorrent.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=e30ff8b5088861467490a16dcc5988e72e2dfbd2fc3a4fd1a43941a8ca411e4e
checksum=09240274036be42328131602cd69e12bac909031b0b827c1168ae305d67bbac3
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"