From f90a834716552d2cc7d1cddab444f3c1c04e6c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 8 May 2018 06:49:40 +0200 Subject: [PATCH] qbittorrent: update to 4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- .../qbittorrent/patches/musl-execinfo.patch | 23 ------------------- srcpkgs/qbittorrent/template | 4 ++-- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/qbittorrent/patches/musl-execinfo.patch diff --git a/srcpkgs/qbittorrent/patches/musl-execinfo.patch b/srcpkgs/qbittorrent/patches/musl-execinfo.patch deleted file mode 100644 index 87124cf8b56..00000000000 --- a/srcpkgs/qbittorrent/patches/musl-execinfo.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- src/app/main.cpp 2016-03-29 22:24:47.000000000 +0200 -+++ src/app/main.cpp 2016-04-12 10:42:35.621054446 +0200 -@@ -59,8 +59,10 @@ - - #ifdef Q_OS_UNIX - #include -+#if defined(__GLIBC__) - #include - #include "stacktrace.h" -+#endif - #endif // Q_OS_UNIX - - #ifdef STACKTRACE_WIN -@@ -306,7 +306,9 @@ - reportToUser(msg); - reportToUser(sigName); - reportToUser("\n"); -+#if defined(__GLIBC__) - print_stacktrace(); // unsafe -+#endif - #endif // !defined Q_OS_WIN && !defined Q_OS_HAIKU - #ifdef STACKTRACE_WIN - StraceDlg dlg; // unsafe diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index bab15c33d1f..44f7726ee59 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,6 +1,6 @@ # Template file for 'qbittorrent' pkgname=qbittorrent -version=4.0.4 +version=4.1.0 revision=1 build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller " license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=530a9d7a775348227133e7bf7d732347a8cdcd9bbba74b6f22f529c19b065c8f +checksum=fc9684b6246f1597fecf19a2d9bb64ec7618a87a7427b37410a487c13439b939 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"