shiboken2: rebuild for clang-9.0.0 + fix build with qt5.13
This commit is contained in:
parent
e6729b4e89
commit
f945f1a89d
2 changed files with 13 additions and 1 deletions
12
srcpkgs/shiboken2/patches/qstringlist.patch
Normal file
12
srcpkgs/shiboken2/patches/qstringlist.patch
Normal file
|
@ -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 <QtCore/QPair>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QVector>
|
||||
+#include <QtCore/QStringList>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QDebug)
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue