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