diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-31 13:03:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-31 13:03:45 +0000 |
commit | fc9ec2a0f6fe62efe4aabc275b269c05a60eaad3 (patch) | |
tree | 68b8e3a751f6de013672e70cced809dcc22a4265 /inputmethod | |
parent | 4159ec5fde5f9087e10dd9069e63c58971ea936e (diff) | |
download | pkgsrc-fc9ec2a0f6fe62efe4aabc275b269c05a60eaad3.tar.gz |
Update to 1.5.11
Changelog:
Release 1.5.11
dconf: Work around using dbus development builds and /etc/machine-id (Colin Walters) 49ee54f
Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods (Peng Wu) 0ba6452
Add Swedish svdvorak in simple.xml (Albert Veli) f32e98f
Change ranks for minor keymaps in simple.xml 4a4bd5f
I18N for engine longnames on ibus-setup 8b18759 0215603
Put PropertyPanel at bottom right when desktop is KDE eb4ffa1
ibus-ui-gtk3: Draw gray color on PropertyPanel handle 020bd45
Fix compile error in client/x11/Makefile (Hodong Kim) cc88075 f6ba337
ibus-ui-gtk3: Enable absolute path of engine icon in KDE5 35d035b
ibus-ui-gtk3: Support language icon in KDE5. cb93cab 25593ed
xim: use gtk3 (Marc-Antoine Perennou) 4d49a66 0f9ea3d
Fix to show keyboard shortcuts in ibus-setup. 5d9109b
Fix to get X11 display name on GTK3 applications in GNOME Wayland ffdcc6c
Update xinput-ibus to check Qt5 libraries besides Qt4 ones 1a45642
Load locale compose files dynamically. 7ae585a 85f5433 3397fca
Set sync process_key_event in ibus-x11 b58351e
ibus-ui-gtk3: radio and check menu items work with GTK 3.16 64b8609
Support vertical writing with IBUS_INPUT_HINT_VERTICAL_WRITING 7fd6077
Enable to show a property on ibus panel icon 23c45b9
Release 1.5.10
Fix to lose a focus when move the focus from the delayed focus-in/out. f33e19b
Fix not to SEGV ibus-ui-gtk3 with wrong 'preload-engines' value. bb818e4
ibus-setup tries C since en_US.UTF-8 is not installed in Debian by default. by Osamu Aoki e250726
Remove "Release" modifiers key on ibus-setup. de3541d
Fixes ibus_engine_update_lookup_table_fast method by Peng Wu a7abce6
Fixes ibus_keyval_name method in c++ binding by Peng Wu f69ddc3
Carry current context content type into fake context when switching by Rui Matos 0977157
Show language rather than layout in xkb panel icon by Doug Rintoul 8f471ce
IMdkit: Track window property offsets correctly by Klemens Baum 576ebc3
Increase dbus timeout to 15 seconds 1b668f6
Run ibus_bus_preload_engines_async 30 seconds later in ibus-ui-gtk3 83451e4
gtk clients do not lose focus when chrome popup window takes the focus 38d3c5c
Release registry observed_paths and components if they are broken e6c8832
Add ibus panel icon for plasma-desktop in KDE5 aab56c2
Now ibus gtk panel enables AppIndicator when the desktop is KDE.
If you use KDE4, run ./configure --disable-appindicator in the build,
or do not set XDG_CURRENT_DESKTOP=KDE in the runtime.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/ibus/Makefile.common | 4 | ||||
-rw-r--r-- | inputmethod/ibus/PLIST | 4 | ||||
-rw-r--r-- | inputmethod/ibus/distinfo | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 3172c0083d2..d1b0c5a6ede 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.43 2015/04/25 14:23:22 tnn Exp $ +# $NetBSD: Makefile,v 1.44 2015/07/31 13:03:45 ryoon Exp $ -PKGREVISION= 1 .include "Makefile.common" COMMENT= Intelligent Input Bus diff --git a/inputmethod/ibus/Makefile.common b/inputmethod/ibus/Makefile.common index 25205863dfc..61a70467ca7 100644 --- a/inputmethod/ibus/Makefile.common +++ b/inputmethod/ibus/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.7 2015/03/15 20:13:24 hiramatsu Exp $ +# $NetBSD: Makefile.common,v 1.8 2015/07/31 13:03:45 ryoon Exp $ # # used by inputmethod/ibus/Makefile # used by inputmethod/ibus-python/Makefile -DISTNAME= ibus-1.5.9 +DISTNAME= ibus-1.5.11 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/ibus/PLIST b/inputmethod/ibus/PLIST index 83b86bdaa4f..979677d4be2 100644 --- a/inputmethod/ibus/PLIST +++ b/inputmethod/ibus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2014/07/31 10:03:14 obache Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/07/31 13:03:45 ryoon Exp $ bin/ibus bin/ibus-daemon bin/ibus-setup @@ -92,7 +92,7 @@ share/gtk-doc/html/ibus/ch04.html share/gtk-doc/html/ibus/ch05.html share/gtk-doc/html/ibus/ch06.html share/gtk-doc/html/ibus/home.png -share/gtk-doc/html/ibus/ibus-IBusEngineSimple.html +share/gtk-doc/html/ibus/IBusEngineSimple.html share/gtk-doc/html/ibus/ibus-IBusKeysyms.html share/gtk-doc/html/ibus/ibus-ibusdebug.html share/gtk-doc/html/ibus/ibus-ibuserror.html diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo index 9a75d951b3b..8d82c19ada1 100644 --- a/inputmethod/ibus/distinfo +++ b/inputmethod/ibus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2014/11/03 08:47:15 obache Exp $ +$NetBSD: distinfo,v 1.15 2015/07/31 13:03:45 ryoon Exp $ -SHA1 (ibus-1.5.9.tar.gz) = 6ba4ba4056f7bff252b6d0622914828e947092a7 -RMD160 (ibus-1.5.9.tar.gz) = ddf70028f36a153b6ce53c7b0b801beda5dcc776 -Size (ibus-1.5.9.tar.gz) = 2128459 bytes +SHA1 (ibus-1.5.11.tar.gz) = b8dbc12cc90c3e7ec036d7098bc661b26630242a +RMD160 (ibus-1.5.11.tar.gz) = 5a6bbe9dae98d9114402ca82b207c775dee3f94a +Size (ibus-1.5.11.tar.gz) = 2177026 bytes SHA1 (patch-client_gtk2_ibusimcontext.c) = 31e72d06884858476097f04591004ce46b6074c1 SHA1 (patch-client_gtk3_ibusimcontext.c) = 543192191d14d61ae3e193de6ffda7b099969a1a |