Date: Friday, November 9, 2012 @ 15:17:06 Author: eric Revision: 170695
upgpkg: ibus 1.4.99.20121109-1 Upstream update, Add python2 library Modified: ibus/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-09 19:58:58 UTC (rev 170694) +++ PKGBUILD 2012-11-09 20:17:06 UTC (rev 170695) @@ -5,18 +5,18 @@ # Maintainer: Brad Fanella <[email protected]> pkgname=ibus -pkgver=1.4.99.20121006 +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') -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') +sha1sums=('e534d836117b968b8d0eab2eea5a1fac09ea85fb') build() { cd ${pkgname}-${pkgver} @@ -28,7 +28,8 @@ --disable-gconf \ --enable-dconf \ --disable-memconf \ - --enable-ui + --enable-ui \ + --enable-python-library make }
