summaryrefslogtreecommitdiff
path: root/inputmethod/imhangul/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-11-10 10:51:33 +0000
committerobache <obache@pkgsrc.org>2011-11-10 10:51:33 +0000
commiteb5bd80cff5bb50ab74f6e772963e4189cd25763 (patch)
treed0866ffb9f1575d2725110aa7da4062b188ba872 /inputmethod/imhangul/Makefile
parent193eb833c4d2772af6ba0976ea4909a129437a77 (diff)
downloadpkgsrc-eb5bd80cff5bb50ab74f6e772963e4189cd25763.tar.gz
Update imhangul to 2.0.0.
approved by minskim@ (and thanks for English translation from a Korean NEWS). 2.0.0 * imhangul-2.0 is for Gtk+-2.0 * #315984 A backspace doesn't delete a character in Firefox 4.0 * #315980 A keyboard name is not translated because of a discrepency between imhangul and libhangul * #306326 Add a configuration option to designate a key to switch between Korean and English - Set a string recognized by gtk_accelerator_parse() in imhangul.conf * Fix a bug in the simple input method in Gtk - Show the "preedit string" when invoked with Ctrl+Shift+u 0.9.16 * Support 2-Set old Korean, 3-Set old Korean, and Ahnmatae keyboards * Allow Korean input with a non-qwerty US system keyboard 0.9.15 * Support a Roman keyboard (requires libhangul>=0.0.10) * Bug fix: #305211 A strange behavior of a backspace in a gtkhtml window
Diffstat (limited to 'inputmethod/imhangul/Makefile')
-rw-r--r--inputmethod/imhangul/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile
index 8912dd5f986..c069c7a2021 100644
--- a/inputmethod/imhangul/Makefile
+++ b/inputmethod/imhangul/Makefile
@@ -1,25 +1,24 @@
-# $NetBSD: Makefile,v 1.22 2011/04/24 14:11:08 obache Exp $
+# $NetBSD: Makefile,v 1.23 2011/11/10 10:51:33 obache Exp $
-DISTNAME= imhangul-0.9.14
-PKGREVISION= 2
+DISTNAME= imhangul-2.0.0
CATEGORIES= inputmethod korean
-MASTER_SITES= http://kldp.net/frs/download.php/4944/
+MASTER_SITES= http://kldp.net/frs/download.php/5924/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://imhangul.kldp.net/
+HOMEPAGE= http://kldp.net/projects/imhangul/
COMMENT= GTK+-2.0 Hangul Input Module
+LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-SHLIBTOOL_OVERRIDE= # empty
USE_PKGLOCALEDIR= YES
GTK2_IMMODULES= YES
-BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.9
+BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.12
.include "../../inputmethod/libhangul/buildlink3.mk"
.include "../../x11/gtk2/modules.mk"