diff options
author | obache <obache@pkgsrc.org> | 2014-05-03 09:52:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-03 09:52:24 +0000 |
commit | 7bb4d41d23748e83ac5c6625d205d100ea67f2c5 (patch) | |
tree | 0d30ee8be3537d60f856813ef05e3344a8eb8196 /inputmethod | |
parent | 77ee840efde475083b78b800b07971d1462d2f8e (diff) | |
download | pkgsrc-7bb4d41d23748e83ac5c6625d205d100ea67f2c5.tar.gz |
Update ibus to 1.5.7.
* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile.common | 4 | ||||
-rw-r--r-- | inputmethod/ibus/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/ibus/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/inputmethod/ibus/Makefile.common b/inputmethod/ibus/Makefile.common index a6cd988f8e0..888dcf98368 100644 --- a/inputmethod/ibus/Makefile.common +++ b/inputmethod/ibus/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.3 2014/04/06 02:48:03 obache Exp $ +# $NetBSD: Makefile.common,v 1.4 2014/05/03 09:52:24 obache Exp $ # # used by inputmethod/ibus/Makefile # used by inputmethod/ibus-python/Makefile -DISTNAME= ibus-1.5.6 +DISTNAME= ibus-1.5.7 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/ibus/PLIST b/inputmethod/ibus/PLIST index 1ebbccf4bfb..e24040ba31f 100644 --- a/inputmethod/ibus/PLIST +++ b/inputmethod/ibus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/04/06 02:48:03 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/05/03 09:52:24 obache Exp $ bin/ibus bin/ibus-daemon bin/ibus-setup @@ -106,9 +106,12 @@ share/gtk-doc/html/ibus/ibus-ibusxml.html share/gtk-doc/html/ibus/ibus.devhelp2 share/gtk-doc/html/ibus/index.html share/gtk-doc/html/ibus/index.sgml +share/gtk-doc/html/ibus/left-insensitive.png share/gtk-doc/html/ibus/left.png +share/gtk-doc/html/ibus/right-insensitive.png share/gtk-doc/html/ibus/right.png share/gtk-doc/html/ibus/style.css +share/gtk-doc/html/ibus/up-insensitive.png share/gtk-doc/html/ibus/up.png share/ibus/component/dconf.xml share/ibus/component/gconf.xml diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo index e49d9bf6073..29c15ae570e 100644 --- a/inputmethod/ibus/distinfo +++ b/inputmethod/ibus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2014/04/06 02:48:03 obache Exp $ +$NetBSD: distinfo,v 1.12 2014/05/03 09:52:24 obache Exp $ -SHA1 (ibus-1.5.6.tar.gz) = c870ea4668fa9512b5f1cbc98eb8699318115869 -RMD160 (ibus-1.5.6.tar.gz) = 43377a69ec91c83f662c57d8b0ba8200d9b47457 -Size (ibus-1.5.6.tar.gz) = 2061466 bytes +SHA1 (ibus-1.5.7.tar.gz) = 09720755dcf3ee38282a7a0da335a812d6874b08 +RMD160 (ibus-1.5.7.tar.gz) = 3c89ddb603037069ff63087b7ce2b09999faddd5 +Size (ibus-1.5.7.tar.gz) = 2091773 bytes SHA1 (patch-client_gtk2_ibusimcontext.c) = 31e72d06884858476097f04591004ce46b6074c1 SHA1 (patch-client_gtk3_ibusimcontext.c) = 543192191d14d61ae3e193de6ffda7b099969a1a |