svn commit: r426882 - in head/chinese/auto-tw-l10n: . files

Kevin Lo kevlo at FreeBSD.org
Wed Nov 23 02:32:48 UTC 2016


Author: kevlo
Date: Wed Nov 23 02:32:46 2016
New Revision: 426882
URL: https://svnweb.freebsd.org/changeset/ports/426882

Log:
  Mention fcitx.

Added:
  head/chinese/auto-tw-l10n/files/patch-dot.xinitrc   (contents, props changed)
Modified:
  head/chinese/auto-tw-l10n/Makefile

Modified: head/chinese/auto-tw-l10n/Makefile
==============================================================================
--- head/chinese/auto-tw-l10n/Makefile	Wed Nov 23 01:47:35 2016	(r426881)
+++ head/chinese/auto-tw-l10n/Makefile	Wed Nov 23 02:32:46 2016	(r426882)
@@ -3,6 +3,7 @@
 
 PORTNAME=	auto-tw-l10n
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	chinese
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -15,6 +16,9 @@ USES=		tar:xz
 
 SUB_FILES=	pkg-message
 
+pre-install:
+		@${FIND} ${WRKSRC} -name "*.orig" -delete
+
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
 	${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/

Added: head/chinese/auto-tw-l10n/files/patch-dot.xinitrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/auto-tw-l10n/files/patch-dot.xinitrc	Wed Nov 23 02:32:46 2016	(r426882)
@@ -0,0 +1,26 @@
+--- dot.xinitrc.orig	2016-04-30 18:04:47 UTC
++++ dot.xinitrc
+@@ -4,19 +4,23 @@ export XMODIFIERS='@im=xcin'
+ #export XMODIFIERS='@im=SCIM'
+ #export XMODIFIERS='@im=oxim'
+ #export XMODIFIERS=@im=ibus
++#export XMODIFIERS='@im=fcitx'
+ 
+ #export GTK_IM_MODULE=xcin
+ export GTK_IM_MODULE=xim
+ #export GTK_IM_MODULE=scim
+ #export GTK_IM_MODULE=oxim
+ #export GTK_IM_MODULE=ibus
++#export GTK_IM_MODULE=fcitx
+ 
+ export QT_IM_MODULE=xim
++#export QT_IM_MODULE=fcitx
+ 
+ export GCIN_XIM=xcin
+ 
+ # Input Method
+ exec gcin &
++#exec fcitx &
+ #exec xcin2.5 &
+ #scim -d &
+ #exec oxim &


More information about the svn-ports-all mailing list