diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-05 18:49:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-05 18:49:29 +0000 |
commit | 154e73b2d25cf9f610bd3febcc92208d1b62df26 (patch) | |
tree | df927723fd1415c9fd2ca03b75aeb0c2d3997671 /inputmethod | |
parent | 97dc4b5fb14b6e29034c73444ffab4b8adc06f66 (diff) | |
download | pkgsrc-154e73b2d25cf9f610bd3febcc92208d1b62df26.tar.gz |
Update to 1.2.0, bump BUILDLINK_ABI_DEPENDS for shlib major bump.
(There are no dependencies in pkgsrc.)
Overview of changes from 1.2.0-beta to 1.2.0
==
* Fixes
o Minor
- Prime
- Fix initialization of the context upon IM switch (Konosuke).
- uim-pref-qt
- Handle Meta modifier.
- uim-toolbar-qt
- Fix to shrink toolbar when any of the buttons are removed.
- uim.el
- Fix displaying candidates in input prediction (Konosuke).
- Fix displaying candidates with appendix on uim-prime (Konosuke).
* Others
- Bump libuim version.
Overview of changes from 1.2.0-alpha to 1.2.0-beta
==
* Fixes
o Minor
- Anthy
- Canna
- Mana
- Commit appropriate space letter in halfwidth_alnum input mode.
- Qt immodule
- Fix getting default IM in some environments.
Overview of changes from 1.1.x to 1.2.0-alpha
==
* New features
- Anthy
- Input prediction support.
- Half-width and full-width alphanumeric conversion with a specific
segment.
- Add half-width alphanumeric input mode.
- Change definition of some input-mode transition keys.
- Canna
- Mana
- Hiragana, katakana, half-width katakana, half- and full-width
alphanumeric conversion with a specific segment.
- Add half-width alphanumeric input mode.
- Change definition of some input-mode transition keys.
- uim-dict-gtk
- Support Canna private dictionary.
- Gtk+ immodule
- Qt immodule
- Support locale dependent Compose file and ~/.XCompose
* Fixes
- Anthy, Canan, Mana
- Don't insert full-width space on half-width katakana mode (bug #502).
- uim-xim
- Support ja (EUC) locale in Solaris 10 (bug #7558, KIHARA Hideto).
- general
- Handle several input mode keys in Japanese keyboard.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/uim/PLIST.common | 6 | ||||
-rw-r--r-- | inputmethod/uim/buildlink3.mk | 4 | ||||
-rw-r--r-- | inputmethod/uim/distinfo | 8 |
4 files changed, 12 insertions, 11 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index c3578dbc245..4b4d626d37b 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2006/07/10 17:48:27 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/08/05 18:49:29 wiz Exp $ # -DISTNAME= uim-1.1.1 +DISTNAME= uim-1.2.0 CATEGORIES= inputmethod MASTER_SITES= http://uim.freedesktop.org/releases/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= VEG03617@nifty.com HOMEPAGE= http://uim.freedesktop.org/wiki/ diff --git a/inputmethod/uim/PLIST.common b/inputmethod/uim/PLIST.common index e0beb22b2f0..67fc5350988 100644 --- a/inputmethod/uim/PLIST.common +++ b/inputmethod/uim/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.7 2006/06/12 16:35:20 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.8 2006/08/05 18:49:29 wiz Exp $ bin/uim-fep bin/uim-fep-tick bin/uim-module-manager @@ -96,10 +96,10 @@ share/uim/pixmaps/ja_direct.png share/uim/pixmaps/ja_direct.svg share/uim/pixmaps/ja_fullwidth_alnum.png share/uim/pixmaps/ja_fullwidth_alnum.svg +share/uim/pixmaps/ja_halfkana.png +share/uim/pixmaps/ja_halfkana.svg share/uim/pixmaps/ja_halfwidth_alnum.png share/uim/pixmaps/ja_halfwidth_alnum.svg -share/uim/pixmaps/ja_halfwidth_katakana.png -share/uim/pixmaps/ja_halfwidth_katakana.svg share/uim/pixmaps/ja_hiragana.png share/uim/pixmaps/ja_hiragana.svg share/uim/pixmaps/ja_kana.png diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk index c1775427457..e5c1c5f81ac 100644 --- a/inputmethod/uim/buildlink3.mk +++ b/inputmethod/uim/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:54 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2006/08/05 18:49:29 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ UIM_BUILDLINK3_MK:= ${UIM_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}uim .if !empty(UIM_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.uim+= uim>=0.4.6 -BUILDLINK_ABI_DEPENDS.uim?= uim>=1.0.1nb2 +BUILDLINK_ABI_DEPENDS.uim?= uim>=1.2.0 BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim .endif # UIM_BUILDLINK3_MK diff --git a/inputmethod/uim/distinfo b/inputmethod/uim/distinfo index bc5a32484dc..3fd9fdb6574 100644 --- a/inputmethod/uim/distinfo +++ b/inputmethod/uim/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/07/10 17:48:27 wiz Exp $ +$NetBSD: distinfo,v 1.10 2006/08/05 18:49:29 wiz Exp $ -SHA1 (uim-1.1.1.tar.gz) = 23fc52da716611b34733cf2f1d45d950d3a61897 -RMD160 (uim-1.1.1.tar.gz) = 36d52ab7f3588614250743ec2ff483d17cb8ec81 -Size (uim-1.1.1.tar.gz) = 2093501 bytes +SHA1 (uim-1.2.0.tar.bz2) = e1c56dea2005d19f96fa381da10d63938a958711 +RMD160 (uim-1.2.0.tar.bz2) = 7ce0d291c5a40e608c4cc97568ccd4e1c7cd6040 +Size (uim-1.2.0.tar.bz2) = 1670431 bytes |