aboutsummaryrefslogtreecommitdiff
path: root/editors/calligraplan
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 /editors/calligraplan
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 'editors/calligraplan')
-rw-r--r--editors/calligraplan/files/patch-gentoo-kf5-5.61-headers24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/calligraplan/files/patch-gentoo-kf5-5.61-headers b/editors/calligraplan/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..27918cc3f868
--- /dev/null
+++ b/editors/calligraplan/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,24 @@
+From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid <aacid@kde.org>
+Date: Sun, 28 Jul 2019 00:07:33 +0200
+Subject: Fix compile on CI
+
+src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap<QAction*, KPlato::Schedule*>
+---
+ src/workpackage/view.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/workpackage/view.h b/src/workpackage/view.h
+index 6cae32b..cd2fc4e 100644
+--- src/workpackage/view.h
++++ src/workpackage/view.h
+@@ -24,6 +24,7 @@
+
+ #include <KoView.h>
+
++#include <QMap>
+ #include <QStackedWidget>
+
+ class QPrinter;
+--
+cgit v1.1