[arch-commits] Commit in pyqt6-webengine/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 31 08:40:12 UTC 2022


    Date: Monday, January 31, 2022 @ 08:40:12
  Author: arojas
Revision: 435595

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 08:40:03 UTC (rev 435594)
+++ PKGBUILD	2022-01-31 08:40:12 UTC (rev 435595)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=pyqt6-webengine
-pkgname=(python-pyqt6-webengine)
-pkgver=6.2.1
-pkgrel=2
-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=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
-
-build() {
-  cd PyQt6_WebEngine-$pkgver
-  sip-build \
-    --no-make \
-    --qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-webengine() {
-  cd PyQt6_WebEngine-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-webengine/repos/extra-x86_64/PKGBUILD (from rev 435594, pyqt6-webengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-31 08:40:12 UTC (rev 435595)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.1
+pkgrel=3
+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=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
+options=(debug)
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+    --no-make \
+    --qmake=/usr/bin/qmake6
+  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