pyside6: add missing include

This commit is contained in:
Biswapriyo Nath
2024-06-01 18:21:47 +00:00
parent 1a4c1afc1f
commit c083700a58

View File

@@ -54,14 +54,17 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-vulkan-headers")
_pkgfn=pyside-setup-everywhere-src-$pkgver
source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfn}.tar.xz
"shiboken-add-missing-include.patch::https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=19056ca1f47d87d995f548a7b3888c0a6282335a"
001-fix-building-on-mingw.patch
002-fix-build-qtexampleicons.patch)
sha256sums=('6f33de37f4121e547064023edb344b95e2ab454234fa8fce27ea73df96f933cd'
'7940104798f820a9940c93955e4b03d16e38983b3898a8714ed6d80d52e6cfdf'
'5f71b618e0ad687e9282fa4b8c3815beaf69b78666516bfce57cb039822f4ac6'
'ad762d906e5e736b87e8fe92efd42045fe51206e6b6845e37d298a15a53ccfa3')
prepare() {
cd "${srcdir}"/${_pkgfn}
patch -p1 -i "${srcdir}"/shiboken-add-missing-include.patch
patch -p1 -i "${srcdir}"/001-fix-building-on-mingw.patch
patch -p1 -i "${srcdir}"/002-fix-build-qtexampleicons.patch
}