# Maintainer: Max Harmathy # Contributor: Ludovico de Nittis # Contributor: Profpatsch pkgname=gnome-keysign pkgver=1.3.0 pkgrel=2 pkgdesc="An easier way to sign OpenPGP keys over the local network or Bluetooth." arch=('any') url="https://github.com/gnome-keysign/gnome-keysign" license=('GPL3') install=gnome-keysign.install depends=('python' 'python-cairo' 'python-dbus' 'python-future' 'python-gobject' 'python-gpgme' 'python-qrcode' 'python-requests' 'python-twisted' 'avahi' 'dbus' 'gst-plugin-gtk' 'gst-plugins-good' 'gst-plugins-bad' 'magic-wormhole' 'zbar') optdepends=('python-pybluez: Bluetooth support') makedepends=('git' 'python-setuptools' 'python-babel-glade') _commit=216c3677e68960afc517edc00529323e85909323 # 1.2.0 plus the bable-glade fix source=("git+https://gitlab.gnome.org/GNOME/gnome-keysign.git#commit=$_commit") sha256sums=('SKIP') build() { cd $pkgname python setup.py build } package() { cd $pkgname python setup.py install --root="${pkgdir}" --prefix="/usr" --optimize=1 }