mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-qtwebengine: cleanup
This commit is contained in:
parent
70fbc6ce87
commit
b04756c2ff
@ -2,19 +2,18 @@
|
||||
pkgname=py3-qtwebengine
|
||||
_pyname=PyQtWebEngine
|
||||
pkgver=5.12.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Python 3 bindings for QtWebEngine"
|
||||
url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
|
||||
# ppc64le, s390x: not supported
|
||||
arch="all !ppc64le !s390x"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="py-sip"
|
||||
depends="python3"
|
||||
makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev"
|
||||
source="https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/$pkgver/PyQtWebEngine_gpl-$pkgver.tar.gz"
|
||||
builddir="${srcdir}/${_pyname}_gpl-${pkgver}"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python3 configure.py \
|
||||
--qmake /usr/lib/qt5/bin/qmake \
|
||||
--sip /usr/bin/sip \
|
||||
@ -23,12 +22,10 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package(){
|
||||
cd "$builddir"
|
||||
package() {
|
||||
make -j1 DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user