From dcf75bf661a92c64f92e1a608935289784ea1fab Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 12 Aug 2019 18:16:20 +0200 Subject: 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 --- .../files/minuet-19.04.3-missing-header.patch | 23 ++++++++++++++++++++++ kde-apps/minuet/minuet-19.04.3.ebuild | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 kde-apps/minuet/files/minuet-19.04.3-missing-header.patch (limited to 'kde-apps') 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 +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 ++#include + #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" ) -- cgit v1.2.3-65-gdbad