summaryrefslogtreecommitdiff
path: root/inputmethod/libskk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-06-16Update to 1.0.1ryoon1-3/+3
* Change MASTER_SITES, tar ball is not distributed on github anymore. Changelog: Noteworthy changes in version 1.0.1 (2013-04-01) ------------------------------------------------ * Cancel okuri-ari conversion only if there is no candidate (Issue#23). * Allow clients to populate lookup table before setting cursor pos (ibus-skk Issue#51). * rules: inherit AZIK keymap from the default keymap (Issue#22). * Don't use type-punning when converting bytes to uint32 (Issue#20).
2013-01-25Update libskk to 1.0.0.obache1-3/+2
Noteworthy changes in version 1.0.0 (2012-08-27) ------------------------------------------------ * Make sure to create parent directory of user-dict (Debian bug#685745). * Clear output and preedit on context reset. * Fix header include in tests (Issue#19).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-1/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-22Update libskk to 0.0.13.obache1-2/+2
bug fixes.
2012-05-09require msgfmt to build.obache1-2/+2
2012-04-22Import libskk-0.0.12 as inputmethod/libskk.obache1-0/+29
libskk -- a library to deal with Japanese kana-to-kanji conversion method Features: * Support basic features of SKK including new word registration into dictionary, completion, numeric conversion, abbrev mode, kuten input, hankaku-katakana input, Lisp expression evaluation (concat only), and re-conversion. * Support various typing rules including romaji-to-kana, AZIK, TUT-Code, and NICOLA. * Support various dictionary types including file dictionary (such as SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format dictionary. * GObject based API with gobject-introspection support. * Experimental support for intelligent kana-to-kanji conversion based on Viterbi algorithm.