summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-09-02 22:53:20 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2020-09-02 22:56:36 +0200
commita69ef334f691d2ec0fdd0a4fc92c816680c4bc70 (patch)
treec55dd1e66d6894d1d117643b3f5734087407f08c /net-misc/nextcloud-client/files
parentnet-misc/nextcloud-client: 3.0.1 bump (diff)
downloadgentoo-a69ef334f691d2ec0fdd0a4fc92c816680c4bc70.tar.gz
gentoo-a69ef334f691d2ec0fdd0a4fc92c816680c4bc70.tar.bz2
gentoo-a69ef334f691d2ec0fdd0a4fc92c816680c4bc70.zip
net-misc/nextcloud-client: drop old
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client/files')
-rw-r--r--net-misc/nextcloud-client/files/nextcloud-client-2.6.4-qt515.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/nextcloud-client/files/nextcloud-client-2.6.4-qt515.patch b/net-misc/nextcloud-client/files/nextcloud-client-2.6.4-qt515.patch
deleted file mode 100644
index 5c59cf46bf39..000000000000
--- a/net-misc/nextcloud-client/files/nextcloud-client-2.6.4-qt515.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 0fe7a657386b107ae498e7749ff4c20116b9752a Mon Sep 17 00:00:00 2001
-From: Michael Schuster <michael@schuster.ms>
-Date: Sun, 7 Jun 2020 02:43:45 +0200
-Subject: [PATCH] Fix Qt 5.15.0 build error (missing include)
-
-Signed-off-by: Michael Schuster <michael@schuster.ms>
----
- src/libsync/networkjobs.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp
-index fd63b9606..bb5786ea9 100644
---- a/src/libsync/networkjobs.cpp
-+++ b/src/libsync/networkjobs.cpp
-@@ -31,6 +31,7 @@
- #include <QJsonDocument>
- #include <QJsonObject>
- #include <QPainter>
-+#include <QPainterPath>
-
- #include "networkjobs.h"
- #include "account.h"