diff options
author | obache <obache> | 2011-03-07 11:14:38 +0000 |
---|---|---|
committer | obache <obache> | 2011-03-07 11:14:38 +0000 |
commit | 9e0cd5b3c991a42882160c8127e861d965f6419e (patch) | |
tree | 9927a7b6785c098aa150cc44a6a23a18a1d8c741 | |
parent | e89b8e872482905e078fa9bbbc318652ce919121 (diff) | |
download | pkgsrc-9e0cd5b3c991a42882160c8127e861d965f6419e.tar.gz |
Update ibus-m17n to 1.3.2.
* Release 1.3.2
* Add --with-gtk=2.0|3.0|no configure option.
* Fix build with ibus-1.4.
* Use minput_list() instead of mdatabase_list().
* Make class name parsing robuster.
* Add "~/.m17n.d/" to observed-paths.
* Use wildcard pattern in default.xml to set the default value.
* Lower the rank of si-samanala engine.
* Read default config from a file.
* Use gnome-autogen.sh to generate configure and Makefiles.
* Don't compile m17nutil.c twice for engine and setup.
* Use ibus_m17n_scan_engine_name() to simplify the code.
* Assign separate GType to each m17n engine to make config per-class.
* Clear errno to 0 before calling strtol/strtoul.
* Simplify AltGr handling.
* Give higher rank for all Indic engines.
* Use MInputContext::arg and remove the table for ic and engine.
* Don't init IBusBus in print_engines_xml().
* Fix bug in ibus_m17n_engine_reset.
* Add code coderview.settings.
-rw-r--r-- | inputmethod/ibus-m17n/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-m17n/PLIST | 3 | ||||
-rw-r--r-- | inputmethod/ibus-m17n/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/ibus-m17n/Makefile b/inputmethod/ibus-m17n/Makefile index 541b3d844fb..6e6c90671b9 100644 --- a/inputmethod/ibus-m17n/Makefile +++ b/inputmethod/ibus-m17n/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/01/13 13:38:27 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/03/07 11:14:38 obache Exp $ # -DISTNAME= ibus-m17n-1.3.1 -PKGREVISION= 3 +DISTNAME= ibus-m17n-1.3.2 CATEGORIES= inputmethod MASTER_SITES= http://ibus.googlecode.com/files/ diff --git a/inputmethod/ibus-m17n/PLIST b/inputmethod/ibus-m17n/PLIST index 884963b2b44..c795b5398d8 100644 --- a/inputmethod/ibus-m17n/PLIST +++ b/inputmethod/ibus-m17n/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2010/09/02 11:33:12 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/03/07 11:14:38 obache Exp $ libexec/ibus-engine-m17n libexec/ibus-setup-m17n share/ibus-m17n/icons/ibus-m17n.svg +share/ibus-m17n/setup/default.xml share/ibus-m17n/setup/ibus-m17n-preferences.ui share/ibus/component/m17n.xml share/locale/zh_CN/LC_MESSAGES/ibus-m17n.mo diff --git a/inputmethod/ibus-m17n/distinfo b/inputmethod/ibus-m17n/distinfo index 08b77adf506..9784c38c554 100644 --- a/inputmethod/ibus-m17n/distinfo +++ b/inputmethod/ibus-m17n/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/02 11:33:12 obache Exp $ +$NetBSD: distinfo,v 1.3 2011/03/07 11:14:38 obache Exp $ -SHA1 (ibus-m17n-1.3.1.tar.gz) = 95733c4c78b273103c99ff2a17f3d2e6692bba4a -RMD160 (ibus-m17n-1.3.1.tar.gz) = 44bb51299a053200d3a6a56d59db6ec6aeef81d0 -Size (ibus-m17n-1.3.1.tar.gz) = 404890 bytes +SHA1 (ibus-m17n-1.3.2.tar.gz) = b7d51ecaca8a88a28069dc9437b10a57ab3fe7af +RMD160 (ibus-m17n-1.3.2.tar.gz) = f8a4499c0b0a48f56cc71264853f4a6987934c53 +Size (ibus-m17n-1.3.2.tar.gz) = 414324 bytes |