aboutsummaryrefslogtreecommitdiff
path: root/irc/konversation
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 /irc/konversation
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 'irc/konversation')
-rw-r--r--irc/konversation/files/patch-gentoo-kf5-5.61-headers23
1 files changed, 23 insertions, 0 deletions
diff --git a/irc/konversation/files/patch-gentoo-kf5-5.61-headers b/irc/konversation/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..d6b141cf2f0a
--- /dev/null
+++ b/irc/konversation/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,23 @@
+From 4d0036617becc26a76fd021138c98aceec4c7b53 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Sun, 21 Jul 2019 09:14:32 +0200
+Subject: Fix build with Qt 5.13
+
+---
+ src/irc/outputfilter.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/irc/outputfilter.cpp b/src/irc/outputfilter.cpp
+index f9e6253..45d11fb 100644
+--- src/irc/outputfilter.cpp
++++ src/irc/outputfilter.cpp
+@@ -32,6 +32,7 @@
+
+ #include <QStringList>
+ #include <QFile>
++#include <QMetaMethod>
+ #include <QRegExp>
+ #include <QTextCodec>
+ #include <QByteArray>
+--
+cgit v1.1