~alpine/aports

[alpine-aports] [PATCH 2/2] community/py3-qtwebengine: new APKBUILD

Details
Message ID
<20190314175653.7260-2-sir@cmpwn.com>
Sender timestamp
1552586213
DKIM signature
missing
Download raw message
Patch: +35 -0
---
 community/py3-qtwebengine/APKBUILD | 35 ++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 community/py3-qtwebengine/APKBUILD

diff --git a/community/py3-qtwebengine/APKBUILD b/community/py3-qtwebengine/APKBUILD
new file mode 100644
index 0000000000..c4263980e6
--- /dev/null
+++ b/community/py3-qtwebengine/APKBUILD
@@ -0,0 +1,35 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-qtwebengine
_pkgname=PyQtWebEngine
pkgver=5.12
pkgrel=0
pkgdesc="Python 3 bindings for QtWebEngine"
url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
arch="all"
license="GPL-2.0-or-later"
depends="py-sip"
makedepends="python3-dev py3-qt5 qt5-qtwebengine-dev py-sip-dev"
source="https://www.riverbankcomputing.com/static/Downloads/$_pkgname/${_pkgname}_gpl-$pkgver.tar.gz"
builddir="${srcdir}/${_pkgname}_gpl-${pkgver}"

build() {
	cd "$builddir"
	python3 configure.py \
		--qmake /usr/lib/qt5/bin/qmake \
		--sip /usr/bin/sip \
		--sipdir /usr/share/sip/PyQt5
	find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
	make
}

check() {
    cd "$builddir"
    make check
}

package(){
	cd "$builddir"
	make -j1 DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
}

sha512sums="09ed9ecd40370194889f7538dc65f775ca6523e5a113c5aa018ac782089da2203bce55a9b760430b1c7c04695905740aa48f9a9c41ffd8069b32956572d3bece  PyQtWebEngine_gpl-5.12.tar.gz"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)