[arch-commits] Commit in shiboken6/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Feb 17 17:06:33 UTC 2021
Date: Wednesday, February 17, 2021 @ 17:06:33
Author: foutrelis
Revision: 408448
archrelease: copy trunk to staging-x86_64
Added:
shiboken6/repos/staging-x86_64/
shiboken6/repos/staging-x86_64/PKGBUILD
(from rev 408447, shiboken6/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: shiboken6/repos/staging-x86_64/PKGBUILD (from rev 408447, shiboken6/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-02-17 17:06:33 UTC (rev 408448)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=shiboken6
+_qtver=6.0.1
+_clangver=11.1.0
+pkgver=${_qtver/-/}
+pkgrel=2
+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)
+optdepends=('python: Python bindings')
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz")
+sha256sums=('baac59a71d5d8d28badd4b484b3722500a6616684f932f0652b33a5b5feaf365')
+
+build() {
+ cmake -B build -S ${_pkgfqn}/sources/shiboken6 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list