# $Id: PKGBUILD 170696 2012-11-09 20:17:29Z eric $ # Contributor: Rainy # Contributor: Lee.MaRS # Contributor: Daniel J Griffiths # Maintainer: Brad Fanella pkgname=ibus pkgver=1.4.99.20121109 pkgrel=1 pkgdesc="Next Generation Input Bus for Linux" arch=('i686' 'x86_64') url="http://ibus.googlecode.com" license=('LGPL') depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject') makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool') options=('!libtool') install=ibus.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) sha1sums=('e534d836117b968b8d0eab2eea5a1fac09ea85fb') build() { cd ${pkgname}-${pkgver} export PYTHON=python2 ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ibus \ --sysconfdir=/etc \ --disable-gconf \ --enable-dconf \ --disable-memconf \ --enable-ui \ --enable-python-library make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }