[arch-commits] Commit in shiboken2/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 17 09:11:49 UTC 2018
Date: Friday, August 17, 2018 @ 09:11:49
Author: arojas
Revision: 331637
archrelease: copy trunk to staging-x86_64
Added:
shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 331636, shiboken2/trunk/PKGBUILD)
Deleted:
shiboken2/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 09:11:22 UTC (rev 331636)
+++ PKGBUILD 2018-08-17 09:11:49 UTC (rev 331637)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=shiboken2
-pkgname=(shiboken2 python-shiboken2)
-_qtver=5.11.1
-_clangver=6.0.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL2 LGPL)
-pkgdesc='Generates bindings for C++ libraries using CPython source code'
-makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python)
-_pkgfqn=pyside-setup-everywhere-src-${_qtver}
-source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('9cbc3cbb03c6c1ddba8de7a651c84b269f87ebd4a0991a1f9acc8b2d0ccdfb83')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${_pkgfqn}/sources/shiboken2 \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTS=OFF \
- -DUSE_PYTHON_VERSION=3
- make
-}
-
-package_shiboken2() {
- depends=(clang=$_clangver libxslt qt5-xmlpatterns)
-
- cd build
- make DESTDIR="$pkgdir" install
-# Provided in python-shiboken2
- rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
-}
-
-package_python-shiboken2() {
- depends=(python)
-
- cd build
- make DESTDIR="$pkgdir" install
-# Provided in shiboken2
- rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
-}
Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 331636, shiboken2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-17 09:11:49 UTC (rev 331637)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.11.1
+_clangver=6.0.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("http://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
+sha256sums=('9cbc3cbb03c6c1ddba8de7a651c84b269f87ebd4a0991a1f9acc8b2d0ccdfb83')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${_pkgfqn}/sources/shiboken2 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=OFF \
+ -DUSE_PYTHON_VERSION=3
+ make
+}
+
+package_shiboken2() {
+ depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+ cd build
+ make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+ rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+ depends=(python)
+
+ cd build
+ make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+ rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+}
More information about the arch-commits
mailing list