[arch-commits] Commit in pyqt5-webengine/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 14:57:18 UTC 2021
Date: Wednesday, December 1, 2021 @ 14:57:17
Author: foutrelis
Revision: 430024
archrelease: copy trunk to staging-x86_64
Added:
pyqt5-webengine/repos/staging-x86_64/
pyqt5-webengine/repos/staging-x86_64/PKGBUILD
(from rev 430023, pyqt5-webengine/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: pyqt5-webengine/repos/staging-x86_64/PKGBUILD (from rev 430023, pyqt5-webengine/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-12-01 14:57:17 UTC (rev 430024)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqt5-webengine
+pkgname=(python-pyqt5-webengine)
+pkgdesc="Python bindings for QtWebEngine"
+pkgver=5.15.5
+pkgrel=2
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
+license=(GPL)
+groups=(pyqt5)
+depends=(python-pyqt5 qt5-webengine)
+makedepends=(sip pyqt-builder)
+conflicts=(pyqtwebengine-common python-pyqtwebwengine)
+provides=(python-pyqtwebengine)
+replaces=(python-pyqtwebengine)
+source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz")
+sha256sums=('ab47608dccf2b5e4b950d5a3cc704b17711af035024d07a9b71ad29fc103b941')
+
+build() {
+ cd PyQtWebEngine-$pkgver
+ sip-build \
+ --no-make \
+ --api-dir /usr/share/qt/qsci/api/python
+ cd build
+ make
+}
+
+package_python-pyqt5-webengine() {
+ cd PyQtWebEngine-$pkgver/build
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list