Package: ibus / 1.4.1-9+deb7u1

Metadata

Package Version Patches format
ibus 1.4.1-9+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
proper gtk plugin path.patch | (download)

configure | 6 4 + 2 - 0 !
configure.ac | 6 4 + 2 - 0 !
2 files changed, 8 insertions(+), 4 deletions(-)

 multi-arch build script backport from ubuntu
 This includes both an upstream patch, fixing the configure script to always
 install the gtk module to *gtk's* configured library path instead of the one
 passed to ./configure; and changes to the Debian packaging to always build
 against the multiarch-enabled version of gtk.
g ir scanner pkg export.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix no package 'ibus-1.0' found error for ibus_1_0_gir
 .
 Osamu Aoki <osamu@debian.org> writes:
 > Package ibus-1.0 was not found in the pkg-config search path.
 > Perhaps you should add the directory containing `ibus-1.0.pc'
 > to the PKG_CONFIG_PATH environment variable
 > No package 'ibus-1.0' found
 > Any idea what is needed?  I have pushed my git repo to the alioth.
 .
 Sorry, this is presumably my bad.  I'll upstream the attached fix.


0003 Fix typoes in gtk doc comments.patch | (download)

src/ibusbus.h | 6 3 + 3 - 0 !
src/ibusconfig.h | 52 26 + 26 - 0 !
src/ibusengine.h | 4 2 + 2 - 0 !
src/ibushotkey.h | 2 1 + 1 - 0 !
src/ibusinputcontext.h | 4 2 + 2 - 0 !
src/ibusserializable.h | 32 16 + 16 - 0 !
src/ibusshare.h | 10 5 + 5 - 0 !
7 files changed, 55 insertions(+), 55 deletions(-)

 [patch 03/14] fix typoes in gtk-doc comments.

BUG=none
TEST=manually

Review URL: https://codereview.appspot.com/5645095

0007 Fix the coordinate in languagebar when dual monitors.patch | (download)

ui/gtk/languagebar.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch 07/14] fix the coordinate in languagebar when dual monitors
 are used.

BUG=http://code.google.com/p/ibus/issues/detail?id=1168
TEST=Linux desktop

Review URL: https://codereview.appspot.com/6119046

0008 Fix not to send preedit changed signal when the pree.patch | (download)

bus/inputcontext.c | 8 6 + 2 - 0 !
client/gtk2/ibusimcontext.c | 35 20 + 15 - 0 !
2 files changed, 26 insertions(+), 17 deletions(-)

 [patch 08/14] fix not to send preedit-changed signal when the
 preedit is not changed.

BUG=http://code.google.com/p/ibus/issues/detail?id=1445
TEST=Linux desktop

Review URL: https://codereview.appspot.com/6111046

0012 Fix double unref when looping over attachment.patch | (download)

src/ibusserializable.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch 12/14] fix double-unref when looping over attachment.

BUG=none

Review URL: https://codereview.appspot.com/6445057

0013 Fix a typo.patch | (download)

src/ibusbus.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 13/14] fix a typo.

BUG=None
TEST=None

Review URL: https://codereview.appspot.com/6188057
Patch from Kim, Seung Won <seungzzang@gmail.com>.