aboutsummaryrefslogtreecommitdiff
path: root/deskutils/akonadi-import-wizard
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-08-15 10:01:34 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-08-15 10:01:34 +0000
commit0a7455c83ce45910f0ee6965d5db7b95bc54c9db (patch)
treeba72125e7521f7704b77323205dcde5c796ca7bb /deskutils/akonadi-import-wizard
parent949aa029a9916060e028096dff572f2f2fceebb7 (diff)
downloadports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.tar.gz
ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.zip
Update KDE Frameworks to latest upstream release, 5.61
Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner
Notes
Notes: svn path=/head/; revision=508988
Diffstat (limited to 'deskutils/akonadi-import-wizard')
-rw-r--r--deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers26
1 files changed, 26 insertions, 0 deletions
diff --git a/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers b/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..66e401e86ac9
--- /dev/null
+++ b/deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,26 @@
+From 2b520d8417323d4af6595b510978153063d50b98 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org>
+Date: Fri, 12 Jul 2019 13:17:39 +0200
+Subject: Add missing QVector include
+
+Fixes build against Qt 5.12.4
+---
+ src/importmailpluginmanager.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/importmailpluginmanager.h b/src/importmailpluginmanager.h
+index a7c1049..7f3a100 100644
+--- src/importmailpluginmanager.h
++++ src/importmailpluginmanager.h
+@@ -20,7 +20,9 @@
+ #define IMPORTMAILPLUGINMANAGER_H
+
+ #include <QObject>
++#include <QVector>
+ #include <KPluginMetaData>
++
+ namespace LibImportWizard {
+ class AbstractImporter;
+ }
+--
+cgit v1.1