aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authoradridg <adridg@FreeBSD.org>2019-08-15 18:01:34 +0800
committeradridg <adridg@FreeBSD.org>2019-08-15 18:01:34 +0800
commit5387cf4b3d2e6fb0e1fa5187f0c0439f9c3f047a (patch)
treeba72125e7521f7704b77323205dcde5c796ca7bb /finance
parent5f059a84f3d5a330b647c3417336e061e9f54e3b (diff)
downloadfreebsd-ports-gnome-5387cf4b3d2e6fb0e1fa5187f0c0439f9c3f047a.tar.gz
freebsd-ports-gnome-5387cf4b3d2e6fb0e1fa5187f0c0439f9c3f047a.tar.zst
freebsd-ports-gnome-5387cf4b3d2e6fb0e1fa5187f0c0439f9c3f047a.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
Diffstat (limited to 'finance')
-rw-r--r--finance/kmymoney/files/patch-gentoo-kf5-5.61-headers24
-rw-r--r--finance/skrooge/files/patch-gentoo-kf5-5.61-headers24
2 files changed, 48 insertions, 0 deletions
diff --git a/finance/kmymoney/files/patch-gentoo-kf5-5.61-headers b/finance/kmymoney/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..d28e35181d68
--- /dev/null
+++ b/finance/kmymoney/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,24 @@
+From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Sun, 21 Jul 2019 09:10:44 +0200
+Subject: Fix build with Qt 5.13
+
+Yet another case of QMap no longer being included.
+---
+ kmymoney/plugins/kmymoneyplugin.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kmymoney/plugins/kmymoneyplugin.h b/kmymoney/plugins/kmymoneyplugin.h
+index abd6b64..ccff5d3 100644
+--- kmymoney/plugins/kmymoneyplugin.h
++++ kmymoney/plugins/kmymoneyplugin.h
+@@ -25,6 +25,7 @@
+ // ----------------------------------------------------------------------------
+ // QT Includes
+
++#include <QMap>
+ #include <QObject>
+
+ // ----------------------------------------------------------------------------
+--
+cgit v1.1
diff --git a/finance/skrooge/files/patch-gentoo-kf5-5.61-headers b/finance/skrooge/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..4de4cf508b97
--- /dev/null
+++ b/finance/skrooge/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,24 @@
+From 79aeb3f4d3cc01761d99af5868c7fb5101cf2258 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Sun, 21 Jul 2019 09:19:40 +0200
+Subject: Fix build with Qt 5.13
+
+---
+ plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
+index 423eb3a..dfcfb43 100644
+--- plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
++++ plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
+@@ -27,6 +27,8 @@
+ #include "skgmainpanel.h"
+ #include "skgtraces.h"
+
++#include <QMetaProperty>
++
+ #include <KFormat>
+
+ QVariant SKGDocumentTableFilter::doFilter(const QVariant& input, const QVariant& argument, bool autoescape) const
+--
+cgit v1.1