diff options
author | adridg <adridg@FreeBSD.org> | 2019-08-15 18:01:34 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2019-08-15 18:01:34 +0800 |
commit | 5387cf4b3d2e6fb0e1fa5187f0c0439f9c3f047a (patch) | |
tree | ba72125e7521f7704b77323205dcde5c796ca7bb /audio | |
parent | 5f059a84f3d5a330b647c3417336e061e9f54e3b (diff) | |
download | freebsd-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 'audio')
-rw-r--r-- | audio/amarok/files/patch-kf5-5.61-headers | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-kf5-5.61-headers b/audio/amarok/files/patch-kf5-5.61-headers new file mode 100644 index 000000000000..089fc634c0ad --- /dev/null +++ b/audio/amarok/files/patch-kf5-5.61-headers @@ -0,0 +1,10 @@ +--- src/PluginManager.h.orig 2019-08-14 20:35:52.115749000 +0000 ++++ src/PluginManager.h 2019-08-14 20:36:11.135552000 +0000 +@@ -22,6 +22,7 @@ + #include <KPluginInfo> + #include <KPluginMetaData> + ++#include <QVector> + + namespace Plugins { + |