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

Antonio Rojas arojas at archlinux.org
Thu Jul 1 16:51:49 UTC 2021


    Date: Thursday, July 1, 2021 @ 16:51:49
  Author: arojas
Revision: 418859

archrelease: copy trunk to extra-x86_64

Added:
  shiboken6/repos/extra-x86_64/PKGBUILD
    (from rev 418858, shiboken6/trunk/PKGBUILD)
Deleted:
  shiboken6/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 16:51:40 UTC (rev 418858)
+++ PKGBUILD	2021-07-01 16:51:49 UTC (rev 418859)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=shiboken6
-_qtver=6.1.1
-_clangver=12.0.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL2 LGPL)
-pkgdesc='Generates bindings for C++ libraries using CPython source code'
-depends=(clang=$_clangver llvm libxslt qt6-base)
-makedepends=(cmake python-sphinx python-numpy)
-optdepends=('python: Python bindings')
-_pkgfn=pyside-setup-opensource-src-$_qtver
-source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz)
-sha256sums=('9136c98742443626c142beb77a777a0e2e6fa6653b5451fce54047f64d5f7d43')
-
-build() {
-  cmake -B build -S $_pkgfn/sources/shiboken6 \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTS=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install egg-info
-  export PATH="/usr/lib/qt6/bin:$PATH"
-  cd $_pkgfn
-  python setup.py egg_info --build-type=shiboken6
-  _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
-  cp -r shiboken6.egg-info "$pkgdir"/$_pythonpath
-}

Copied: shiboken6/repos/extra-x86_64/PKGBUILD (from rev 418858, shiboken6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-01 16:51:49 UTC (rev 418859)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=shiboken6
+_qtver=6.1.2
+_clangver=12.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+depends=(clang=$_clangver llvm libxslt qt6-base)
+makedepends=(cmake python-sphinx python-numpy)
+optdepends=('python: Python bindings')
+_pkgfn=pyside-setup-opensource-src-$_qtver
+source=(https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/$_pkgfn.tar.xz)
+sha256sums=('009a32182c75754cfe0f1ff761d430c7865cfbe820a3285723ed478f8a74e558')
+
+build() {
+  cmake -B build -S $_pkgfn/sources/shiboken6 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install egg-info
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  cd $_pkgfn
+  python setup.py egg_info --build-type=shiboken6
+  _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
+  cp -r shiboken6.egg-info "$pkgdir"/$_pythonpath
+}




More information about the arch-commits mailing list