summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-12 18:16:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-12 18:24:58 +0200
commitdcf75bf661a92c64f92e1a608935289784ea1fab (patch)
tree03140a6adeb75a9f49438533ae441f14b1a3cc3f /kde-apps/minuet
parentwww-client/firefox: Depend on dev-lang/nasm only on amd64/x86. (diff)
downloadgentoo-dcf75bf661a92c64f92e1a608935289784ea1fab.tar.gz
gentoo-dcf75bf661a92c64f92e1a608935289784ea1fab.tar.bz2
gentoo-dcf75bf661a92c64f92e1a608935289784ea1fab.zip
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@gentoo.org>
Diffstat (limited to 'kde-apps/minuet')
-rw-r--r--kde-apps/minuet/files/minuet-19.04.3-missing-header.patch23
-rw-r--r--kde-apps/minuet/minuet-19.04.3.ebuild2
2 files changed, 25 insertions, 0 deletions
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 000000000000..9524f4f3564f
--- /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 <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
diff --git a/kde-apps/minuet/minuet-19.04.3.ebuild b/kde-apps/minuet/minuet-19.04.3.ebuild
index f64a0819e817..5b8c1fa2e8d5 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" )