From f945f1a89dc8f4719ff120aafe344592bed82308 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 23 Sep 2019 01:36:13 +0200 Subject: [PATCH] shiboken2: rebuild for clang-9.0.0 + fix build with qt5.13 --- srcpkgs/shiboken2/patches/qstringlist.patch | 12 ++++++++++++ srcpkgs/shiboken2/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/shiboken2/patches/qstringlist.patch diff --git a/srcpkgs/shiboken2/patches/qstringlist.patch b/srcpkgs/shiboken2/patches/qstringlist.patch new file mode 100644 index 00000000000..2dc1e3d0885 --- /dev/null +++ b/srcpkgs/shiboken2/patches/qstringlist.patch @@ -0,0 +1,12 @@ +Fixes build with Qt 5.13. + +--- sources/shiboken2/ApiExtractor/clangparser/clangutils.h ++++ sources/shiboken2/ApiExtractor/clangparser/clangutils.h +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + QT_FORWARD_DECLARE_CLASS(QDebug) + diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index 437833aed3f..394d9ba4f94 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -1,7 +1,7 @@ # Template file for 'shiboken2' pkgname=shiboken2 version=5.11.2 -revision=1 +revision=2 _pkgname="pyside-setup-everywhere-src-${version}" wrksrc="$_pkgname" configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr