updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / fcitx3 / PKGBUILD
blob27bdbd3fe123bf5e9649bad8c55fc9ac077da461
1 pkgname='fcitx3'
2 pkgver=3.6.4
3 pkgrel=1
4 pkgdesc='Free Chinese Input Toy of X - Input Method Server for X window system (XIM)'
5 arch=('i686' 'x86_64')
6 url='http://www.fcitx.org/'
7 license=('GPL')
8 depends=('libxft' 'libxpm' 'libxtst' 'dbus-core')
9 provides=('fcitx')
10 conflicts=('fcitx')
11 source=("http://fcitx.googlecode.com/files/fcitx-$pkgver.tar.gz")
12 md5sums=('f4dc284ca4d1bd74374b49361269f644')
14 build() {
15         cd "$srcdir/fcitx-$pkgver"
17         sed -i 's/python/python2/' tools/winmb2fcitx.py
19         ./autogen.sh
20         ./configure --prefix=/usr \
21         --disable-tray \
22         --disable-recording \
23         --disable-dbus
24         make
27 package() {
28         cd "$srcdir/fcitx-$pkgver"
30         make DESTDIR="$pkgdir/" install