kde-apps/kaccounts-providers: Fix missing header w/ future Frameworks
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 9 Aug 2019 19:33:40 +0000 (21:33 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 9 Aug 2019 19:36:21 +0000 (21:36 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-apps/kaccounts-providers/files/kaccounts-providers-19.04.3-missing-header.patch [new file with mode: 0644]
kde-apps/kaccounts-providers/kaccounts-providers-19.04.3.ebuild

diff --git a/kde-apps/kaccounts-providers/files/kaccounts-providers-19.04.3-missing-header.patch b/kde-apps/kaccounts-providers/files/kaccounts-providers-19.04.3-missing-header.patch
new file mode 100644 (file)
index 0000000..162fd68
--- /dev/null
@@ -0,0 +1,24 @@
+From fd6b3ebfa73782de44f952f95394a6cbccd74ca4 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Fri, 9 Aug 2019 15:28:13 +0200
+Subject: Fix build with Qt 5.13
+
+QWindow include is no longer included transitively.
+---
+ plugins/owncloud-ui/owncloud.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/plugins/owncloud-ui/owncloud.cpp b/plugins/owncloud-ui/owncloud.cpp
+index 4330871..423faad 100644
+--- a/plugins/owncloud-ui/owncloud.cpp
++++ b/plugins/owncloud-ui/owncloud.cpp
+@@ -25,6 +25,7 @@
+ #include <QQmlEngine>
+ #include <QQmlContext>
++#include <QWindow>
+ OwnCloudWizard::OwnCloudWizard(QObject *parent)
+     : KAccountsUiPlugin(parent)
+-- 
+cgit v1.1
index 1564e986202ab159010c2887ac7ae3f61276c377..8bd58fca12d26638ee486b0fa9c68a9f037caf5c 100644 (file)
@@ -30,3 +30,5 @@ RDEPEND="${DEPEND}
        net-libs/signon-ui
        net-libs/signon-oauth2
 "
+
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )