mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
qbittorrent: update to 4.0.2
This commit is contained in:
parent
4266371fa6
commit
88cca0ceb4
2 changed files with 2 additions and 14 deletions
|
@ -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");
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qbittorrent'
|
# Template file for 'qbittorrent'
|
||||||
pkgname=qbittorrent
|
pkgname=qbittorrent
|
||||||
version=4.0.1
|
version=4.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
|
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"
|
license="GPL-2"
|
||||||
homepage="http://www.qbittorrent.org/"
|
homepage="http://www.qbittorrent.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e30ff8b5088861467490a16dcc5988e72e2dfbd2fc3a4fd1a43941a8ca411e4e
|
checksum=09240274036be42328131602cd69e12bac909031b0b827c1168ae305d67bbac3
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"
|
hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue