summaryrefslogtreecommitdiff
path: root/inputmethod/gcin/Makefile
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2006-02-20 18:16:54 +0000
committerrxg <rxg@pkgsrc.org>2006-02-20 18:16:54 +0000
commit53f5bf7a68cdfa63efc29d8b1f939ad22353ef31 (patch)
treebf38f1bb3e03b0ecaaf44b2682fddc309ffcf727 /inputmethod/gcin/Makefile
parentc51b938796c334c357f8544955c21956617df877 (diff)
downloadpkgsrc-53f5bf7a68cdfa63efc29d8b1f939ad22353ef31.tar.gz
Update gcin to 1.1.6 & use x11/gtk2/modules.mk to deal with gtk2 im module.
1.1.6: - XIM en_US.UTF-8 support. - Fix the problem gcin can't be used with gdmxnest. - If you set disable XIM when compile, gcin -v will not display version. - The largest font size is 32 in gcin-setup. See http://ccbsd9.csie.nctu.edu.tw/~cp76/gcin/download/Changelog for more detail.
Diffstat (limited to 'inputmethod/gcin/Makefile')
-rw-r--r--inputmethod/gcin/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile
index 4fbd99efb07..f153ce47b8f 100644
--- a/inputmethod/gcin/Makefile
+++ b/inputmethod/gcin/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/02/20 18:16:54 rxg Exp $
#
-DISTNAME= gcin-1.1.5
-PKGREVISION= 2
+DISTNAME= gcin-1.1.6
CATEGORIES= inputmethod
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
EXTRACT_SUFX= .tar.bz2
@@ -25,9 +24,8 @@ _REPLACE.sh.old= /bin/bash
_REPLACE.sh.new= ${SH:Q}
_REPLACE_FILES.sh= configure
_REPLACE_FILES.sh+= scripts/gcin-user-setup
-_REPLACE_FILES.sh+= scripts/gcin-utf8-setup
_REPLACE_FILES.sh+= scripts/modify-XIM
_REPLACE_FILES.sh+= scripts/utf8-edit
-.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtk2/modules.mk"
.include "../../mk/bsd.pkg.mk"