# Maintainer: Erhad Husovic # Maintainer: Jose Lopes _pkgname=blink-qt pkgname=blink pkgver=5.6.0 pkgrel=1 pkgdesc='Fully featured, easy to use SIP client with a Qt based UI' arch=('aarch64' 'x86_64') url='https://icanblink.com' license=('GPL-3+') makedepends=( 'python-build' 'python-installer' 'python-wheel' 'cython0' ) depends=( 'icu' 'libvncserver' 'python-application' 'python-eventlib' 'python-formencode' 'python-gevent' 'python-gmpy2' 'python-google-api-python-client' 'python-lxml' 'python-oauth2client' 'python-pgpy' 'python-pyopenssl' # 'python-pyqt5' currently python-pyqt5-webkit provides python-pyqt5 'python-pyqt5-webkit' 'python-requests' 'python-service-identity' 'python-sipsimple' 'python-sqlobject' 'python-twisted' 'python-zope-interface' 'qt5-svg' 'qt5-webkit' ) optdepends=('x11vnc: for screen sharing') source=("$pkgname-$pkgver.tar.gz::https://github.com/AGProjects/${_pkgname}/archive/${pkgver}.tar.gz") b2sums=( '492bb3d0f5ffdae8e6c70886c560e92becd8ee506bb98960f213b9605ed14e2df4ccff53a961a4f289c36567979a839b91097e6da6d3784f5f23990a3af9debd' ) build() { cd $_pkgname-$pkgver python -m build --wheel --no-isolation } package() { cd $_pkgname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl # license install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" # desktop file install -Dm644 "debian/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" }