summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-27 19:53:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-27 20:14:44 +0200
commit9adfadc371f342a5117387b4faf2a4549c1a4d1e (patch)
tree7fa42a8957c60bd52cfee9038f0a76782d31d4d8 /kde-apps/libkgapi/files
parentkde-apps/libkgapi: Fix 2FA, add USE=nls and missing DEPEND (diff)
downloadgentoo-9adfadc371f342a5117387b4faf2a4549c1a4d1e.tar.gz
gentoo-9adfadc371f342a5117387b4faf2a4549c1a4d1e.tar.bz2
gentoo-9adfadc371f342a5117387b4faf2a4549c1a4d1e.zip
kde-apps/libkgapi: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/libkgapi/files')
-rw-r--r--kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch52
1 files changed, 0 insertions, 52 deletions
diff --git a/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch b/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch
deleted file mode 100644
index a7f69a86caeb..000000000000
--- a/kde-apps/libkgapi/files/libkgapi-5.3.1-qt-5.8.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 03a019820e9da9cf293a3ac66e55da745894c504 Mon Sep 17 00:00:00 2001
-From: Milian Wolff <mail@milianw.de>
-Date: Tue, 31 Jan 2017 17:18:57 +0100
-Subject: Fix compile with Qt 5.8: add missing QImage includes
-
----
- src/contacts/contactcreatejob.cpp | 2 +-
- src/contacts/contactfetchphotojob.cpp | 1 +
- src/contacts/contactmodifyjob.cpp | 2 +-
- 3 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/contacts/contactcreatejob.cpp b/src/contacts/contactcreatejob.cpp
-index 5f41c1a..a7eb5f7 100644
---- a/src/contacts/contactcreatejob.cpp
-+++ b/src/contacts/contactcreatejob.cpp
-@@ -31,7 +31,7 @@
- #include <QtNetwork/QNetworkRequest>
- #include <QtNetwork/QNetworkReply>
- #include <QtCore/QBuffer>
--
-+#include <QtGui/QImage>
-
- using namespace KGAPI2;
-
-diff --git a/src/contacts/contactfetchphotojob.cpp b/src/contacts/contactfetchphotojob.cpp
-index 54606cb..a3ebe48 100644
---- a/src/contacts/contactfetchphotojob.cpp
-+++ b/src/contacts/contactfetchphotojob.cpp
-@@ -28,6 +28,7 @@
-
- #include <QtNetwork/QNetworkRequest>
- #include <QtNetwork/QNetworkReply>
-+#include <QtGui/QImage>
-
- Q_DECLARE_METATYPE(KGAPI2::ContactPtr)
-
-diff --git a/src/contacts/contactmodifyjob.cpp b/src/contacts/contactmodifyjob.cpp
-index ead5787..03a0e73 100644
---- a/src/contacts/contactmodifyjob.cpp
-+++ b/src/contacts/contactmodifyjob.cpp
-@@ -31,7 +31,7 @@
- #include <QtNetwork/QNetworkRequest>
- #include <QtNetwork/QNetworkReply>
- #include <QtCore/QBuffer>
--
-+#include <QtGui/QImage>
-
- using namespace KGAPI2;
-
---
-cgit v0.11.2
-