summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-03-20 16:49:45 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-03-20 16:50:10 +0100
commitfdcebd31c8f52a9cfca09c92042fe6da0ce7f1af (patch)
tree8b9f36976d386493b575b17e4b63079950f8e0ac /net-misc/nextcloud-client/files
parentnet-misc/nextcloud-client-2.5.2: bump (fixes #680056) (diff)
downloadgentoo-fdcebd31c8f52a9cfca09c92042fe6da0ce7f1af.tar.gz
gentoo-fdcebd31c8f52a9cfca09c92042fe6da0ce7f1af.tar.bz2
gentoo-fdcebd31c8f52a9cfca09c92042fe6da0ce7f1af.zip
net-misc/nextcloud-client-2.5.1-r1: removed (bug #680056)
Bug: https://bugs.gentoo.org/680056 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client/files')
-rw-r--r--net-misc/nextcloud-client/files/nextcloud-client-2.5.1-missing_qt_include.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/nextcloud-client/files/nextcloud-client-2.5.1-missing_qt_include.patch b/net-misc/nextcloud-client/files/nextcloud-client-2.5.1-missing_qt_include.patch
deleted file mode 100644
index a5d6f03581b0..000000000000
--- a/net-misc/nextcloud-client/files/nextcloud-client-2.5.1-missing_qt_include.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 129588442041c32b0d98f2361a69e0e350592f70 Mon Sep 17 00:00:00 2001
-From: Oskar Kruschitz <okr@huemer-it.com>
-Date: Thu, 13 Dec 2018 16:13:01 +0100
-Subject: [PATCH] Added missing Include
-
-Fixing an error during Build with Qt5.12:
-error: member access into incomplete type 'const QWebEngineCertificateError'
----
- src/gui/wizard/webview.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/gui/wizard/webview.cpp b/src/gui/wizard/webview.cpp
-index 15c1f314e..73e671b8f 100644
---- a/src/gui/wizard/webview.cpp
-+++ b/src/gui/wizard/webview.cpp
-@@ -10,6 +10,7 @@
- #include <QProgressBar>
- #include <QLoggingCategory>
- #include <QLocale>
-+#include <QWebEngineCertificateError>
-
- #include "common/utility.h"
-