IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ibus.googlecode.com/files/ibus-1.5.3.tar.gz
Download MD5 sum: fdde74794d8a1874f97294e0cd581d14
Download size: 1.9 MB
Estimated disk space required: 39 MB
Estimated build time: 0.5 SBU
DConf-0.16.1 and ISO Codes-3.46
gobject-introspection-1.36.0, GTK+-2.24.20, and Vala-0.20.1
D-Bus Python-1.2.0, GTK-Doc-1.19, and PyXDG-0.25
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ibus
Install IBus by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/ibus && make
To test the results, issue: make -k check. Two tests may fail due to problems with the tests.
Now, as the root
user:
make install
--disable-gtk2
: This switch disables
building of the GTK+ 2 immodule.
Use it if you have not installed GTK+
2.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-09-05 10:23:42 -0700