diff options
author | obache <obache@pkgsrc.org> | 2010-09-11 01:21:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-11 01:21:28 +0000 |
commit | 0dc1c43a1173027d7cdab3efe9e2a01fae1fa5ed (patch) | |
tree | 1acf8f06ca2c3c10935b65629fff119e3d63393e /inputmethod | |
parent | 41d851b7cfb173981edc80eaeb5cef12c750a96c (diff) | |
download | pkgsrc-0dc1c43a1173027d7cdab3efe9e2a01fae1fa5ed.tar.gz |
Update ibus-chewing to 1.3.7.20100910
[Changes]
- Input style of ibus-chewing is decommissioned under ibus >=1.3.
Now the input style is determined solely on the setting of
"Embed preedit in application window" in IBus.
- Resolves: #608991, #632043
- Fixed Issue 1022: chewing commit some text in reset method
(patched by Peng Huang).
- Fixed Issue 1032: [ibus-chewing] Chewing not commit some single Chinese
char into application when press enter.
- Rewrite CMake modules to make them cleaner, and documents in cmake module
help format.
- [For developer and distro maintainer]
Various targets changed. Use 'make help' to obtain a list of available
targets.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-chewing/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/ibus-chewing/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/inputmethod/ibus-chewing/Makefile b/inputmethod/ibus-chewing/Makefile index d2d0f83b8af..a372bcc0f0c 100644 --- a/inputmethod/ibus-chewing/Makefile +++ b/inputmethod/ibus-chewing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/08/31 00:53:04 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/11 01:21:28 obache Exp $ # -DISTNAME= ibus-chewing-1.3.6.20100730-Source +DISTNAME= ibus-chewing-1.3.7.20100910-Source PKGNAME= ${DISTNAME:S/-Source//} CATEGORIES= inputmethod chinese MASTER_SITES= http://ibus.googlecode.com/files/ @@ -30,6 +30,9 @@ STRIP_CMD.no= ${CAT} GCONF_SCHEMAS= ibus-chewing.schemas CMAKE_ARGS+= -DGCONF_SCHEMAS_INSTALLED_DIR=${GCONF_SCHEMAS_DIR} +# Not used, but checkd +TOOLS_NOOP+= rpmbuild rpmbuild-md5 + .include "../../devel/GConf/schemas.mk" .include "../../inputmethod/ibus/buildlink3.mk" .include "../../inputmethod/libchewing/buildlink3.mk" diff --git a/inputmethod/ibus-chewing/distinfo b/inputmethod/ibus-chewing/distinfo index 1d28bea218a..f940ae4de3c 100644 --- a/inputmethod/ibus-chewing/distinfo +++ b/inputmethod/ibus-chewing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/08/07 01:56:36 obache Exp $ +$NetBSD: distinfo,v 1.2 2010/09/11 01:21:28 obache Exp $ -SHA1 (ibus-chewing-1.3.6.20100730-Source.tar.gz) = 56a87ab953e40c1d806c24e27df448bd84eb968c -RMD160 (ibus-chewing-1.3.6.20100730-Source.tar.gz) = 1ae6ffebe3b4e2b956e43fe560ea1bc711ef7fa3 -Size (ibus-chewing-1.3.6.20100730-Source.tar.gz) = 80662 bytes +SHA1 (ibus-chewing-1.3.7.20100910-Source.tar.gz) = bc6e6d3aaa53b3c27f4e7445910f6c4841e7d948 +RMD160 (ibus-chewing-1.3.7.20100910-Source.tar.gz) = ab17084a7e35810ad584fb317c06272a94fb4cec +Size (ibus-chewing-1.3.7.20100910-Source.tar.gz) = 76265 bytes |