diff options
author | root <root@rshg047.dnsready.net> | 2011-05-01 22:33:26 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-01 22:33:26 +0000 |
commit | 40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (patch) | |
tree | faeb03af48db54c663f74f3f188b9c1c56ca6a0b /community/ibus/PKGBUILD | |
parent | c173ac862828a54925737fc1d90ede1dd09a312c (diff) |
Sun May 1 22:33:26 UTC 2011
Diffstat (limited to 'community/ibus/PKGBUILD')
-rw-r--r-- | community/ibus/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD index 2ad3e0e93..ab31b3bf7 100644 --- a/community/ibus/PKGBUILD +++ b/community/ibus/PKGBUILD @@ -4,12 +4,12 @@ pkgname=ibus pkgver=1.3.9 -pkgrel=2 +pkgrel=3 pkgdesc='Next Generation Input Bus for Linux.' arch=('i686' 'x86_64') license=('LGPL') url='http://ibus.googlecode.com' -depends=('dbus-python>=0.83.0' 'gconf' 'python2' 'pygtk' 'pyxdg' 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme') +depends=('dbus-python>=0.83.0' 'gconf' 'python2' 'pygtk' 'pyxdg' 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme' 'gtk3') optdepends=('notification-daemon') makedepends=('intltool') options=('!libtool') @@ -27,7 +27,8 @@ build() { --libexecdir=/usr/lib/ibus \ --sysconfdir=/etc \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ - --enable-introspection=no # disabled because build fails with + --enable-gtk3 + #--enable-introspection=no # disabled because build fails with # gobject-introspection 0.9.10-2 # python2 fix |