kde-apps/minuet: Fix missing header with Frameworks 5.61
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 12 Aug 2019 16:16:20 +0000 (18:16 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 12 Aug 2019 16:24:58 +0000 (18:24 +0200)
Closes: https://bugs.gentoo.org/692000
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-apps/minuet/files/minuet-19.04.3-missing-header.patch [new file with mode: 0644]
kde-apps/minuet/minuet-19.04.3.ebuild

diff --git a/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch b/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch
new file mode 100644 (file)
index 0000000..9524f4f
--- /dev/null
@@ -0,0 +1,23 @@
+From 0ed28414428a6e19017ae7c5605ca09aaf0debea Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid <aacid@kde.org>
+Date: Wed, 17 Jul 2019 22:56:58 +0200
+Subject: Fix build on CI
+
+---
+ src/app/plugincontroller.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/app/plugincontroller.h b/src/app/plugincontroller.h
+index 19c6c89..3acd1d4 100644
+--- a/src/app/plugincontroller.h
++++ b/src/app/plugincontroller.h
+@@ -27,6 +27,7 @@
+ #ifndef Q_OS_ANDROID
+ #include <KPluginMetaData>
++#include <QVector>
+ #endif
+ namespace Minuet
+-- 
+cgit v1.1
index f64a0819e8174e89e13ffd2c0b4b6ebe78c4d3eb..5b8c1fa2e8d5a0dea7fc49042a6d7bd7d61772a3 100644 (file)
@@ -25,3 +25,5 @@ DEPEND="
        media-sound/fluidsynth:=
 "
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )