[arch-commits] Commit in pyqt6-3d/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 23:42:46 UTC 2021
Date: Thursday, December 2, 2021 @ 23:42:46
Author: felixonmars
Revision: 430517
archrelease: copy trunk to staging-x86_64
Added:
pyqt6-3d/repos/staging-x86_64/
pyqt6-3d/repos/staging-x86_64/PKGBUILD
(from rev 430516, pyqt6-3d/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pyqt6-3d/repos/staging-x86_64/PKGBUILD (from rev 430516, pyqt6-3d/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-02 23:42:46 UTC (rev 430517)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6-3d
+pkgname=(python-pyqt6-3d)
+pkgver=6.2.0
+pkgrel=2
+pkgdesc='Python bindings for Qt3D'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-3d python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
+sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
+
+build() {
+ cd PyQt6_3D-$pkgver
+ sip-build \
+ --no-make \
+ --qmake=/usr/bin/qmake6
+ cd build
+ make
+}
+
+package_python-pyqt6-3d(){
+ cd PyQt6_3D-$pkgver/build
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list