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