commit:     dcf75bf661a92c64f92e1a608935289784ea1fab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 16:16:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 16:24:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf75bf6

kde-apps/minuet: Fix missing header with Frameworks 5.61

Closes: https://bugs.gentoo.org/692000
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/minuet-19.04.3-missing-header.patch      | 23 ++++++++++++++++++++++
 kde-apps/minuet/minuet-19.04.3.ebuild              |  2 ++
 2 files changed, 25 insertions(+)

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
index 00000000000..9524f4f3564
--- /dev/null
+++ b/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch
@@ -0,0 +1,23 @@
+From 0ed28414428a6e19017ae7c5605ca09aaf0debea Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid <[email protected]>
+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

diff --git a/kde-apps/minuet/minuet-19.04.3.ebuild 
b/kde-apps/minuet/minuet-19.04.3.ebuild
index f64a0819e81..5b8c1fa2e8d 100644
--- a/kde-apps/minuet/minuet-19.04.3.ebuild
+++ b/kde-apps/minuet/minuet-19.04.3.ebuild
@@ -25,3 +25,5 @@ DEPEND="
        media-sound/fluidsynth:=
 "
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )

Reply via email to