1 # Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
2 # Contributor: Martin Wimpress <code@flexion.org>
3 # Contributor: kozec <kozec at kozec dot com>
9 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
11 url='https://github.com/syncthing/syncthing-gtk'
13 depends=('syncthing>=0.14.50' 'gtk3' 'libnotify' 'python2-bcrypt'
14 'python2-cairo' 'python2-dateutil' 'python2-gobject')
15 makedepends=('python2-setuptools')
16 source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
18 sha256sums=('896ddaaba4ad0b8f090c5a381a28b3da759932314562cdd50ca288543b03ddcc'
19 '109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d')
24 # Enable Gtk.StatusIcon in KDE
25 patch -Np1 -i ../kde-statusicon.patch
30 python2 setup.py build
35 python2 setup.py install --root="${pkgdir}" --optimize=1