aboutsummaryrefslogtreecommitdiff
path: root/finance/kmymoney
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 /finance/kmymoney
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 'finance/kmymoney')
-rw-r--r--finance/kmymoney/files/patch-gentoo-kf5-5.61-headers24
1 files changed, 24 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