From 03bd52d5fb3d353a3f060ac34d0f63264ffa78e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 18 Aug 2019 15:11:58 +0200 Subject: [PATCH] kexi: fix build with Qt 5.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../kexi/0003-Fix-build-with-Qt-5.13.patch | 30 +++++++++++++++++++ recipes-kde/apps/calligra/kexi_3.2.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 recipes-kde/apps/calligra/kexi/0003-Fix-build-with-Qt-5.13.patch diff --git a/recipes-kde/apps/calligra/kexi/0003-Fix-build-with-Qt-5.13.patch b/recipes-kde/apps/calligra/kexi/0003-Fix-build-with-Qt-5.13.patch new file mode 100644 index 00000000..568b436e --- /dev/null +++ b/recipes-kde/apps/calligra/kexi/0003-Fix-build-with-Qt-5.13.patch @@ -0,0 +1,30 @@ +From b4e62f10ad907cc3db7adac75e0171e88bb9172d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Sun, 18 Aug 2019 15:10:02 +0200 +Subject: [PATCH] Fix build with Qt 5.13 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Pending + +Signed-off-by: Andreas Müller +--- + src/plugins/forms/widgets/kexidbdatepicker.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/plugins/forms/widgets/kexidbdatepicker.cpp b/src/plugins/forms/widgets/kexidbdatepicker.cpp +index 1e0692d..c719964 100644 +--- a/src/plugins/forms/widgets/kexidbdatepicker.cpp ++++ b/src/plugins/forms/widgets/kexidbdatepicker.cpp +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + KexiDBDatePicker::KexiDBDatePicker(QWidget *parent) + : KDatePicker(parent) +-- +2.21.0 + diff --git a/recipes-kde/apps/calligra/kexi_3.2.0.bb b/recipes-kde/apps/calligra/kexi_3.2.0.bb index ecfd5325..d5e58f32 100644 --- a/recipes-kde/apps/calligra/kexi_3.2.0.bb +++ b/recipes-kde/apps/calligra/kexi_3.2.0.bb @@ -40,6 +40,7 @@ SRC_URI = " \ ${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \ file://0001-remove-try_run-by-try_compile-in-breeze-icon-check.patch \ file://0002-Add-missing-include-to-fix-build-with-Qt-5.11.patch \ + file://0003-Fix-build-with-Qt-5.13.patch \ " SRC_URI[md5sum] = "90ac376276be2f5a8f6eca537ca5fd0c" SRC_URI[sha256sum] = "7a813f9ea815a09c1e733d0e7dc879c64eee85f075389e87e6aab99cf0c1c1ff"