Date: Sunday, October 21, 2012 @ 00:52:09 Author: eric Revision: 169429
upgpkg: ibus 1.4.99.20121006-1 Upstream update, Enable ui, Add python2-xdg nad python2-gobject depends (close FS#32109) Modified: ibus/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-21 04:01:39 UTC (rev 169428) +++ PKGBUILD 2012-10-21 04:52:09 UTC (rev 169429) @@ -5,18 +5,18 @@ # Maintainer: Brad Fanella <[email protected]> pkgname=ibus -pkgver=1.4.99.20120822 +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') +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=('46d836b68733953b443859f47ad6991f4584658d') +sha1sums=('e324382caa8dde8e4ea9c3d60a6ec5c96a313a86') build() { cd ${pkgname}-${pkgver} @@ -28,7 +28,7 @@ --disable-gconf \ --enable-dconf \ --disable-memconf \ - --disable-ui + --enable-ui make } Property changes on: ibus/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
