diff options
author | obache <obache@pkgsrc.org> | 2014-07-31 10:03:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-31 10:03:14 +0000 |
commit | b67b188612bd2b86bafb9013889da65e52af497c (patch) | |
tree | a330ae19ed0ed17eec83f2c12b40f0525914c9a8 /inputmethod | |
parent | 017c15695c1151ef4010a6461df6b64b0b19914f (diff) | |
download | pkgsrc-b67b188612bd2b86bafb9013889da65e52af497c.tar.gz |
Update ibus to 1.5.8.
* Set max-width-chars property in ibus-setup wrapped GtkLabel. 0be4664
* Add German (nodeadkeys) keymap in simple.xml. 318836a
* Delete Korean keymap. 386bafb
* Let ibus-ui-gtk3 not to show zero-lenght preedit text. 3469285
* Fix many memory leaks provided by Christophe Fergeau. 87fb61f
f3e8aaf 18687d7 d0aaf77 ca8cac8 f4d7cea 70ddaf1 0d15329 167d1d7
5d887bd b07dedf 6291feb
* Add Polish (qwertz) keymap in simple.xml ee4c5ec
* Fix escape key with Ctrl+Shift+U ISO 14755. 9bad0c9
* Update ibuscomposetable.h for pt-br. b6afffb
* Set up ibus engines when users log into the session for the first
time. 38fa3e8
* Do not sort ibus engines when they are saved by ibus-setup. a530075
* Update IBusKeymap jp. 8ef258e
* Run xmodmap after run setxkbmap -l layout. 14bd938
* Add ibus reset-config and read-config sub-commands. 3dcf247 9e5a2bd
* Fix ibus-setup SEGV in enginetreeview.py 10483bf
* Fix deprecated warnings with python3-gobject 3.13.3. a17dc8e
* Export the 'IBUS_SETUP_XID' environment variable for each engine
setup. b1b4e29
* Fix deprecated gtk3 GtkMisc, GtkAlignment and vala Gdk.X11Display 130d310
* Enhance UI to add engines on ibus-setup 3e6178c
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 | 5 | ||||
-rw-r--r-- | inputmethod/ibus/distinfo | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index fd60273bfe9..e5312ff557a 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2014/05/25 06:07:34 obache Exp $ +# $NetBSD: Makefile,v 1.42 2014/07/31 10:03:14 obache Exp $ .include "Makefile.common" -PKGREVISION= 3 COMMENT= Intelligent Input Bus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 diff --git a/inputmethod/ibus/Makefile.common b/inputmethod/ibus/Makefile.common index 888dcf98368..fc882b88671 100644 --- a/inputmethod/ibus/Makefile.common +++ b/inputmethod/ibus/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.4 2014/05/03 09:52:24 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2014/07/31 10:03:14 obache Exp $ # # used by inputmethod/ibus/Makefile # used by inputmethod/ibus-python/Makefile -DISTNAME= ibus-1.5.7 +DISTNAME= ibus-1.5.8 CATEGORIES= inputmethod MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/ diff --git a/inputmethod/ibus/PLIST b/inputmethod/ibus/PLIST index e24040ba31f..83b86bdaa4f 100644 --- a/inputmethod/ibus/PLIST +++ b/inputmethod/ibus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2014/05/03 09:52:24 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/07/31 10:03:14 obache Exp $ bin/ibus bin/ibus-daemon bin/ibus-setup @@ -129,6 +129,9 @@ share/ibus/setup/engineabout.pyo share/ibus/setup/enginecombobox.py share/ibus/setup/enginecombobox.pyc share/ibus/setup/enginecombobox.pyo +share/ibus/setup/enginedialog.py +share/ibus/setup/enginedialog.pyc +share/ibus/setup/enginedialog.pyo share/ibus/setup/enginetreeview.py share/ibus/setup/enginetreeview.pyc share/ibus/setup/enginetreeview.pyo diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo index 29c15ae570e..f75d9a73a1c 100644 --- a/inputmethod/ibus/distinfo +++ b/inputmethod/ibus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2014/05/03 09:52:24 obache Exp $ +$NetBSD: distinfo,v 1.13 2014/07/31 10:03:14 obache Exp $ -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 (ibus-1.5.8.tar.gz) = 97d2ca6a4e095ae5db4a538ca73280ea49357940 +RMD160 (ibus-1.5.8.tar.gz) = a78553303367b312001dcb9b13a21e67181be6d9 +Size (ibus-1.5.8.tar.gz) = 2120220 bytes SHA1 (patch-client_gtk2_ibusimcontext.c) = 31e72d06884858476097f04591004ce46b6074c1 SHA1 (patch-client_gtk3_ibusimcontext.c) = 543192191d14d61ae3e193de6ffda7b099969a1a |