diff options
author | obache <obache@pkgsrc.org> | 2010-12-03 08:56:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-03 08:56:39 +0000 |
commit | cb0da95498b5c5e8de18dcdc5e0d20e167268b18 (patch) | |
tree | 5c45067d697f5ab2023a7668a246c2a3dbc9b304 /inputmethod/ibus-chewing/Makefile | |
parent | 01a1331843172eeaa04d1d14522170cb7e1e38f9 (diff) | |
download | pkgsrc-cb0da95498b5c5e8de18dcdc5e0d20e167268b18.tar.gz |
Update ibus-chewing to 1.3.9.2.
* Fri Nov 19 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.9.2
- Fixed Bug 652909
- Added back a Changlog item that mention Nils Philippsen's change.
- Apply Jim Huang's patch for zh_TW.po
* Fri Nov 12 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.8
- Quick fix for f15 and ibus-1.4 build
- Version scheme change.
Diffstat (limited to 'inputmethod/ibus-chewing/Makefile')
-rw-r--r-- | inputmethod/ibus-chewing/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/inputmethod/ibus-chewing/Makefile b/inputmethod/ibus-chewing/Makefile index cc20bfcb526..ab413992e10 100644 --- a/inputmethod/ibus-chewing/Makefile +++ b/inputmethod/ibus-chewing/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/11/15 22:57:32 abs Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/03 08:56:39 obache Exp $ # -DISTNAME= ibus-chewing-1.3.7.20100910-Source +DISTNAME= ibus-chewing-1.3.9.2-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 2 CATEGORIES= inputmethod chinese MASTER_SITES= http://ibus.googlecode.com/files/ @@ -31,9 +30,6 @@ 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" |