[arch-commits] Commit in pyqtwebengine/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Feb 10 15:27:59 UTC 2019
Date: Sunday, February 10, 2019 @ 15:27:56
Author: arojas
Revision: 345843
archrelease: copy trunk to testing-x86_64
Added:
pyqtwebengine/repos/testing-x86_64/PKGBUILD
(from rev 345842, pyqtwebengine/trunk/PKGBUILD)
Deleted:
pyqtwebengine/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 136 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 68 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-10 15:27:36 UTC (rev 345842)
+++ PKGBUILD 2019-02-10 15:27:56 UTC (rev 345843)
@@ -1,68 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=pyqtwebengine
-pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
-pkgver=5.12
-pkgrel=1
-arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
-license=(GPL)
-makedepends=(sip qt5-webengine python-pyqt5 python2-pyqt5)
-source=("https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/PyQtWebEngine_gpl-$pkgver.tar.gz")
-sha256sums=('b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49')
-
-prepare() {
- cp -a PyQtWebEngine_gpl-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir"/PyQtWebEngine_gpl-$pkgver
- python configure.py
- make
-
- cd "$srcdir"/PyQtWebEngine_gpl-$pkgver-py2
- python2 configure.py
- make
-}
-
-package_pyqtwebengine-common(){
- pkgdesc="Common files shared between python-pyqtwebengine and python2-pyqtwebengine"
- depends=(qt5-webengine)
-
- cd PyQtWebEngine_gpl-$pkgver
- install -Dm644 PyQtWebEngine.api -t "$pkgdir"/usr/share/qt/qsci/api/python
-
- install -d "$pkgdir"/usr/share/sip/PyQt5
- cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqtwebengine(){
- pkgdesc="Python 3 bindings for QtWebEngine"
- depends=(python-pyqt5 qt5-webengine)
-
- cd PyQtWebEngine_gpl-$pkgver
- make INSTALL_ROOT="$pkgdir" install -j1
-
- # compile Python bytecode
- python -m compileall -d / "$pkgdir"/usr/lib
- python -O -m compileall -d / "$pkgdir"/usr/lib
-
- # Provided by pyqtwebengine-common
- rm -r "$pkgdir"/usr/share
-}
-
-package_python2-pyqtwebengine(){
- pkgdesc="Python 2 bindings for QtWebEngine"
- depends=(python2-pyqt5 qt5-webengine)
-
- cd PyQtWebEngine_gpl-$pkgver-py2
- make INSTALL_ROOT="$pkgdir" install -j1
-
- # compile Python bytecode
- python2 -m compileall -d / "$pkgdir"/usr/lib
- python2 -O -m compileall -d / "$pkgdir"/usr/lib
-
- # Provided by pyqtwebengine-common
- rm -r "$pkgdir"/usr/share
-}
Copied: pyqtwebengine/repos/testing-x86_64/PKGBUILD (from rev 345842, pyqtwebengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-10 15:27:56 UTC (rev 345843)
@@ -0,0 +1,68 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqtwebengine
+pkgname=(python-pyqtwebengine python2-pyqtwebengine pyqtwebengine-common)
+pkgver=5.12
+pkgrel=2
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
+license=(GPL)
+makedepends=(sip qt5-webengine python-pyqt5 python2-pyqt5)
+source=("https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/PyQtWebEngine_gpl-$pkgver.tar.gz")
+sha256sums=('b6ea036e7e406aeb7728318fb2980f23bd8d4086b431277faec1c09df9fb3f49')
+
+prepare() {
+ cp -a PyQtWebEngine_gpl-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir"/PyQtWebEngine_gpl-$pkgver
+ python configure.py
+ make
+
+ cd "$srcdir"/PyQtWebEngine_gpl-$pkgver-py2
+ python2 configure.py
+ make
+}
+
+package_pyqtwebengine-common(){
+ pkgdesc="Common files shared between python-pyqtwebengine and python2-pyqtwebengine"
+ depends=(qt5-webengine)
+
+ cd PyQtWebEngine_gpl-$pkgver
+ install -Dm644 PyQtWebEngine.api -t "$pkgdir"/usr/share/qt/qsci/api/python
+
+ install -d "$pkgdir"/usr/share/sip/PyQt5
+ cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
+}
+
+package_python-pyqtwebengine(){
+ pkgdesc="Python 3 bindings for QtWebEngine"
+ depends=(python-pyqt5 pyqtwebengine-common)
+
+ cd PyQtWebEngine_gpl-$pkgver
+ make INSTALL_ROOT="$pkgdir" install -j1
+
+ # compile Python bytecode
+ python -m compileall -d / "$pkgdir"/usr/lib
+ python -O -m compileall -d / "$pkgdir"/usr/lib
+
+ # Provided by pyqtwebengine-common
+ rm -r "$pkgdir"/usr/share
+}
+
+package_python2-pyqtwebengine(){
+ pkgdesc="Python 2 bindings for QtWebEngine"
+ depends=(python2-pyqt5 pyqtwebengine-common)
+
+ cd PyQtWebEngine_gpl-$pkgver-py2
+ make INSTALL_ROOT="$pkgdir" install -j1
+
+ # compile Python bytecode
+ python2 -m compileall -d / "$pkgdir"/usr/lib
+ python2 -O -m compileall -d / "$pkgdir"/usr/lib
+
+ # Provided by pyqtwebengine-common
+ rm -r "$pkgdir"/usr/share
+}
More information about the arch-commits
mailing list