Package: ibus-client-clutter / 0.0+git20090728.a936bacf-8

Metadata

Package Version Patches format
ibus-client-clutter 0.0+git20090728.a936bacf-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_use_clutter_1.0.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 port to clutter 1.0
 This program can directly build against with clutter-1.0 in sid so we
 just modify it.
02_port_to_ibus_1.3.9.patch | (download)

src/ibus-imcontext.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 port to ibus 1.3.9
 The API of callback function changed in ibus in sid. This also fix
 the crash when we try to use ibus-clutter.
03_port_to_ibus_1.5.patch | (download)

src/ibus-imcontext.c | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 ibus_input_context_enable and _disable were removed in ibus 1.5
 See https://github.com/ibus/ibus/commit/53d33ec
04_fix_FTCBFS_autogen.patch | (download)

autogen.sh | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't run configure in autogen.sh
 ibus-client-clutter fails to cross build from source, because it
 configures for the build architecture. It actually tries to configure
 twice. Once for the build architecture (via autogen.sh) and then for the
 host architecture (via cdbs). Unfortunately, the first configuration
 makes the whole build fail. After removing it, ibus-client-clutter cross
 builds successfully.