diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-15 10:01:34 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-15 10:01:34 +0000 |
commit | 0a7455c83ce45910f0ee6965d5db7b95bc54c9db (patch) | |
tree | ba72125e7521f7704b77323205dcde5c796ca7bb /deskutils | |
parent | 949aa029a9916060e028096dff572f2f2fceebb7 (diff) | |
download | ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.tar.gz ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/akonadi-import-wizard/files/patch-gentoo-kf5-5.61-headers | 26 | ||||
-rw-r--r-- | deskutils/kmail/files/patch-gentoo-kf5-5.61-headers | 24 |
2 files changed, 50 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 diff --git a/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers b/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers new file mode 100644 index 000000000000..0cfc3402169c --- /dev/null +++ b/deskutils/kmail/files/patch-gentoo-kf5-5.61-headers @@ -0,0 +1,24 @@ +From 201eac97eba591e16f0108e2605b9977e2db9a03 Mon Sep 17 00:00:00 2001 +From: Allen Winter <winter@kde.org> +Date: Thu, 18 Jul 2019 15:35:24 -0400 +Subject: summaryview_part.h - fix build by including QMap + +--- + src/kontactplugin/summary/summaryview_part.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kontactplugin/summary/summaryview_part.h b/src/kontactplugin/summary/summaryview_part.h +index 542335d..b116e23 100644 +--- src/kontactplugin/summary/summaryview_part.h ++++ src/kontactplugin/summary/summaryview_part.h +@@ -25,7 +25,7 @@ + #define SUMMARYVIEW_PART_H + + #include <KParts/ReadOnlyPart> +-#include <kparts/readonlypart.h> ++#include <QMap> + + class DropWidget; + +-- +cgit v1.1 |