diff options
Diffstat (limited to 'app-i18n/fcitx/fcitx-3.2.1.ebuild')
-rw-r--r-- | app-i18n/fcitx/fcitx-3.2.1.ebuild | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app-i18n/fcitx/fcitx-3.2.1.ebuild b/app-i18n/fcitx/fcitx-3.2.1.ebuild index 299a3ba5673d..37c8d7377091 100644 --- a/app-i18n/fcitx/fcitx-3.2.1.ebuild +++ b/app-i18n/fcitx/fcitx-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.2.1.ebuild,v 1.2 2006/08/09 10:47:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.2.1.ebuild,v 1.3 2007/01/05 16:17:08 flameeyes Exp $ DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" HOMEPAGE="http://www.fcitx.org/" @@ -33,15 +33,15 @@ src_install() pkg_postinst() { - einfo "You should export the following variables to use fcitx" - einfo " export XMODIFIERS=\"@im=fcitx\"" - einfo " export XIM=fcitx" - einfo " export XIM_PROGRAM=fcitx" - einfo "" - einfo "If you want to use WuBi or ErBi" - einfo " cp /usr/share/fcitx/data/wbx.mb ~/.fcitx" - einfo " cp /usr/share/fcitx/data/erbi.mb ~/.fcitx" - einfo " cp /usr/share/fcitx/data/tables.conf ~/.fcitx" - einfo "" - einfo "Note that fcitx only works in the zh_CN locale." + elog "You should export the following variables to use fcitx" + elog " export XMODIFIERS=\"@im=fcitx\"" + elog " export XIM=fcitx" + elog " export XIM_PROGRAM=fcitx" + elog "" + elog "If you want to use WuBi or ErBi" + elog " cp /usr/share/fcitx/data/wbx.mb ~/.fcitx" + elog " cp /usr/share/fcitx/data/erbi.mb ~/.fcitx" + elog " cp /usr/share/fcitx/data/tables.conf ~/.fcitx" + elog "" + elog "Note that fcitx only works in the zh_CN locale." } |