[arch-commits] Commit in pyqt6-webengine (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 3 16:08:58 UTC 2021


    Date: Sunday, October 3, 2021 @ 16:08:58
  Author: arojas
Revision: 425056

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-webengine/repos/
  pyqt6-webengine/repos/extra-x86_64/
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD
    (from rev 425055, pyqt6-webengine/trunk/PKGBUILD)

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

Copied: pyqt6-webengine/repos/extra-x86_64/PKGBUILD (from rev 425055, pyqt6-webengine/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2021-10-03 16:08:58 UTC (rev 425056)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python bindings for QtWebEngine'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-webengine python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('4f12a984efd01d202a89baea3437c6fb2001a042f9bdef512d324eb4e81ef693')
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+    --no-make \
+    --qmake=/usr/bin/qmake6 \
+    --concatenate 1
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list