diff options
author | obache <obache> | 2010-01-20 11:06:07 +0000 |
---|---|---|
committer | obache <obache> | 2010-01-20 11:06:07 +0000 |
commit | a97b79ee41912091018411a046bf642eb165bd75 (patch) | |
tree | 4634de1b81a43199596206fc2f7426b992b9878c /inputmethod/uim/Makefile.common | |
parent | 83fb505296ee7ef7e0212bd8194bc5abdc33551d (diff) | |
download | pkgsrc-a97b79ee41912091018411a046bf642eb165bd75.tar.gz |
Update uim to 1.5.7, based on PR#42481 by YAMASHIRO Jun.
pkgsrc changelog:
* Enable Anthy's UTF-8 dictionary support.
* Improved configure option for 'eb' option.
* Add qt4/kde4 option
(Note: UIM widget for KDE4("kde4" option) still buggy)
Overview of changes from 1.5.6 to 1.5.7
=======================================
* New features
- uim-chardict-qt4
- uim-toolbar-qt4
- uim-pref-qt4
- uim-candwin-qt4
- uim-applet-kde4
* Experimental support of Qt4 tools by Muneyuki Noguchi (#24123,
#24620)
* Enhancement
- uim-toolbar-gtk-systray
* Support transparent background
* Fixes
- GTK+ bridge
* Fix crash in combination with Firefox and flashplayer plugin
(#25139)
- uim-fep
* Fix compilation on NetBSD current ([uim-ja 148])
- uim.el
* Fix bug: uim.el doesn't work when linum-mode is activated and
the inline candidates displaying mode is enabled ([uim-en 245])
* Fix bug: Some special keys (such as arrow keys) cannot be used
when uim.el is enabled on emacs23 with -nw option.
- Qt4 bridge
* Don't enable knotify3 when qt4-immodule is enabled in configure
time (#19877)
* Fix compilation when srcdir != builddir
- uim-notify
* Disable uim-notify on build phase to prevent dependency library
mismatch
- uim-chardict-qt
* Install translation file properly ([uim-ja 150])
Overview of changes from 1.5.5 to 1.5.6
=======================================
* Enhancement
- uim-dict-gtk
* Support UTF-8 characters with Anthy personal dictionary
* Fixes
- XIM bridge (uim-xim)
* Fix segfault with latest X.Org
* Fix segfault with PRIME
* Others
- Apply build fix from Fedora
Diffstat (limited to 'inputmethod/uim/Makefile.common')
-rw-r--r-- | inputmethod/uim/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile.common b/inputmethod/uim/Makefile.common index d12fa57aed6..2ec9a0f3e4b 100644 --- a/inputmethod/uim/Makefile.common +++ b/inputmethod/uim/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.1 2009/01/23 13:40:32 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2010/01/20 11:06:07 obache Exp $ # # used by inputmethod/uim/Makefile # used by inputmethod/uim-elisp/Makefile # used by inputmethod/uim-qt4-immodule/Makefile -UIM_VERSION= 1.5.5 +UIM_VERSION= 1.5.7 DISTNAME= uim-${UIM_VERSION} CATEGORIES= inputmethod MASTER_SITES= http://uim.googlecode.com/files/ |