diff options
author | obache <obache@pkgsrc.org> | 2010-10-22 11:28:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-22 11:28:38 +0000 |
commit | 1d9a0cd36f517547fbc4194a33c453f5419179c5 (patch) | |
tree | f4d574948843e37a2a556ad09e1362d05ab3b239 | |
parent | 014ec5a27fa17bd2073d7b1939402431b715a589 (diff) | |
download | pkgsrc-1d9a0cd36f517547fbc4194a33c453f5419179c5.tar.gz |
Update ibus to 1.3.8.
ChangeLog
Comment out test-keymap test case.
Limit typing rate to 800 hits/minutes, and fix make distcheck error.
Catch exceptions from os.kill.
Fix CPU 100% usage with signal.SIGCHLD
Fix keyval and state in __keycode_button_clicked_cb
Destroy existing connection before creating a new connection, and only create the fake context once.
Move the candidate window just above the cursor when the window and a preedit string overlap.
Remove compiler warnings.
Enable key snooper by default again, except Chrome/Chromium browsers, to fix application compatibility issues like 1068.
Always consume the hotkey, even if the hotkey associated engine already activated.
Fix race condition in bus_ibus_impl_create_engine()
Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6
Fix a typo.
Remove unused dbus-1 package in gir includes
Implement stress tool for ibus.
Fix a build error with GTK3 gdkkeysyms.h
Update gu.po from Sweta Kothari <swkothar@redhat.com>
Fix g_assertion failure in bus_ibus_impl_{load,save}_global_engine_name functions.
Add some comments about registry
Add Emacs modeline for .c and .h files.
Move the log handler code from bus/main.cc to src/ibusshare.cc.
Add codereview.settings.
Add time info in log message from satorux@chromium.org
Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
Fix segv in bus_engine_proxy_process_key_event_reply_cb
Set CFLAGS to "-Wall -Werror" in autogen.sh
Fix property issue.
Update fr.po
Fix a build warning
-rw-r--r-- | inputmethod/ibus/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index dc4ba11b222..10c62bd60a9 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/09/14 11:02:08 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/10/22 11:28:38 obache Exp $ # -DISTNAME= ibus-1.3.7 -PKGREVISION= 1 +DISTNAME= ibus-1.3.8 CATEGORIES= inputmethod MASTER_SITES= http://ibus.googlecode.com/files/ diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo index aafa80198cd..a5b81b16841 100644 --- a/inputmethod/ibus/distinfo +++ b/inputmethod/ibus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/08/07 01:48:31 obache Exp $ +$NetBSD: distinfo,v 1.2 2010/10/22 11:28:38 obache Exp $ -SHA1 (ibus-1.3.7.tar.gz) = ba5e8f0c57f6fd53af6f76a3b60deb1be3cb27c5 -RMD160 (ibus-1.3.7.tar.gz) = f50ddda511b6f74b522a61c834e6ffd1f3f41baa -Size (ibus-1.3.7.tar.gz) = 1358687 bytes +SHA1 (ibus-1.3.8.tar.gz) = c1cf1c897bd24f8becfa52127d058eabbb199b8e +RMD160 (ibus-1.3.8.tar.gz) = c9a0d159d8810327666ddd2da18c19ef24c91106 +Size (ibus-1.3.8.tar.gz) = 1379038 bytes |