# Contributor: Leo # Maintainer: Drew DeVault pkgname=shiboken2 pkgver=5.14.1 pkgrel=0 pkgdesc="CPython bindings generator for C++ libraries" url="https://wiki.qt.io/Qt_for_Python/Shiboken" arch="all !armhf" # qt5-qtxmlpatterns -> qt5-qtdeclarative license="GPL-2.0-or-later" depends_dev="python3-dev" makedepends=" cmake $depends_dev qt5-qtbase-dev qt5-qtxmlpatterns-dev clang-dev libxml2-dev libxslt-dev py3-numpy-dev " subpackages="$pkgname-doc lib$pkgname:libs lib$pkgname-dev py3-$pkgname:py3" source=" https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/pyside-setup-opensource-src-$pkgver.tar.xz musl-execinfo.patch " builddir="$srcdir/pyside-setup-opensource-src-$pkgver" provides="shiboken=$pkgver-r$pkgrel" # For backward compatibility replaces="shiboken" # For backward compatibility build() { export CLANG_INSTALL_DIR=/usr cmake -B "$builddir"/build sources/shiboken2 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=None \ -DBUILD_TESTS=OFF \ -DUSE_PYTHON_VERSION=3 make -C build } package() { make -C build DESTDIR="$pkgdir" install } libs() { license="LGPL-2.1-or-later" default_libs } dev() { license="LGPL-2.1-or-later" default_dev provides="shiboken-dev=$pkgver-r$pkgrel" replaces="shiboken-dev" } py3() { license="LGPL-2.1-or-later" depends="" pkgdesc="Python3 shiboken bindings" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib provides="py3-shiboken=$pkgver-r$pkgrel" # For backward compatibility replaces="py3-shiboken" # For backward compatibility } sha512sums="6dfe8dc6f302a35a6448c4facb2b98d638506381638c8bda69b75a47ea6cb3168b11515faf0000dbfb5e36bfad5d14488ba5a9bd914adb3f5c38ed18714521d4 pyside-setup-opensource-src-5.14.1.tar.xz c894721b731e2f3819c5f985a6f9dc448e843c36d052143e34c4a7ccd7dc4599c15e0bf108a8362a9771c107bf45e1eff8d9d19a5d50318998abf10bfb7f3650 musl-execinfo.patch"