[arch-commits] Commit in pyqt3d (repos repos/extra-x86_64 repos/extra-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 24 12:27:01 UTC 2019


    Date: Tuesday, December 24, 2019 @ 12:27:00
  Author: arojas
Revision: 372214

archrelease: copy trunk to extra-x86_64

Added:
  pyqt3d/repos/
  pyqt3d/repos/extra-x86_64/
  pyqt3d/repos/extra-x86_64/PKGBUILD
    (from rev 372213, pyqt3d/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: pyqt3d/repos/extra-x86_64/PKGBUILD (from rev 372213, pyqt3d/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2019-12-24 12:27:00 UTC (rev 372214)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqt3d
+pkgname=(python-pyqt3d)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Python bindings for Qt3D"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqt3d/intro"
+license=(GPL3)
+depends=(qt5-3d python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQt3D/PyQt3D-$pkgver.tar.gz")
+sha256sums=('b9eb54a5f57250bca18ca3675e9b312de9724a2e51a7e86ae10af75d72b5d7fe')
+
+build() {
+  cd "$srcdir"/PyQt3D-$pkgver
+  sip-build \
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt3d(){
+  cd PyQt3D-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}



More information about the arch-commits mailing list