[arch-commits] Commit in pyqtwebengine/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 10 04:17:36 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:17:35
  Author: felixonmars
Revision: 399972

archrelease: copy trunk to staging-x86_64

Added:
  pyqtwebengine/repos/staging-x86_64/
  pyqtwebengine/repos/staging-x86_64/PKGBUILD
    (from rev 399971, pyqtwebengine/trunk/PKGBUILD)

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

Copied: pyqtwebengine/repos/staging-x86_64/PKGBUILD (from rev 399971, pyqtwebengine/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-11-10 04:17:35 UTC (rev 399972)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqtwebengine
+pkgname=(python-pyqtwebengine)
+pkgdesc="Python bindings for QtWebEngine"
+pkgver=5.15.1
+pkgrel=3
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
+license=(GPL)
+groups=(pyqt5)
+depends=(python-pyqt5 qt5-webengine)
+makedepends=(sip5 pyqt-builder)
+conflicts=(pyqtwebengine-common)
+source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz")
+sha256sums=('f0ca7915ee206ba5d703168c6ca40b0aad62c67360328fae4af5359cdbcee439')
+
+build() {
+  cd PyQtWebEngine-$pkgver
+  sip-build \
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqtwebengine() {
+  cd PyQtWebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}



More information about the arch-commits mailing list