2 # Maintainer: taylorchu <tailinchu@gmail.com>
3 # arch PKGBUILD template
8 pkgdesc='An universal input method platform (dev build)'
9 url='http://hime.luna.com.tw'
11 arch=('i686' 'x86_64')
12 depends=('gtk2' 'libxtst')
13 makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
14 optdepends=('qt: support for qt4 input method'
15 'gtk3: support for gtk3 input method'
16 'anthy: support for anthy input method'
17 'libchewing: support for chewing input method')
18 source=("https://github.com/taylorchu/hime/tarball/master"
24 dir="$(ls ${srcdir} | grep hime)"
26 patch -p1 -i ../qt4-lib64.patch
27 ./configure --prefix=/usr --qt4-moc-path=/usr/bin/moc
32 dir="$(ls ${srcdir} | grep hime)"
34 make DESTDIR="${pkgdir}" install