diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-20 05:18:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-20 05:18:37 +0000 |
commit | 15d6b7f039ca989fae4c5934a1244136e19c7728 (patch) | |
tree | 3414c34541c42801d8a6821094295fa85028ae2d /inputmethod/nabi/Makefile | |
parent | b446f97c2264b04ee85484000aeb09284ae67657 (diff) | |
download | pkgsrc-15d6b7f039ca989fae4c5934a1244136e19c7728.tar.gz |
Update to 0.12 from Min Sik Kim PR pkg/23795.
Changes since 0.11:
o Fix a bug that nabi dies when its tray icon disappears.
o Smart handling of the size of a tray icon.
o Add the MS Windows 2000 theme.
o Bug fixes regarding XIM.
Diffstat (limited to 'inputmethod/nabi/Makefile')
-rw-r--r-- | inputmethod/nabi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index 6a952c4cc71..60024b7acd0 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/20 05:18:37 xtraeme Exp $ # -DISTNAME= nabi-0.11 -PKGREVISION= 1 +DISTNAME= nabi-0.12 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/nabi/ |