1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=ibus-typing-booster
6 pkgdesc="Predictive input method for the IBus platform"
7 url="https://mike-fabian.github.io/ibus-typing-booster/"
10 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
12 _commit=b0963e36b181718001d8a35baaa910ab7bc0162f # tags/2.19.8
13 source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit")
18 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
29 --libexecdir=/usr/lib/ibus
35 make DESTDIR="$pkgdir" install
37 cd "$pkgdir/usr/share/$pkgname/data"
38 gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
41 # vim:set sw=2 sts=-1 et: