diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-10-29 06:56:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-10-29 06:56:37 +0000 |
commit | f675bf700b889570966d424aa6c3306be94e4ba6 (patch) | |
tree | 026aa399b4ef32fe701a59d0a0939f5d8be2c38c /app-i18n/scim-canna/scim-canna-0.1.3.ebuild | |
parent | Use font.eclass. (diff) | |
download | gentoo-2-f675bf700b889570966d424aa6c3306be94e4ba6.tar.gz gentoo-2-f675bf700b889570966d424aa6c3306be94e4ba6.tar.bz2 gentoo-2-f675bf700b889570966d424aa6c3306be94e4ba6.zip |
Version bumped.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-i18n/scim-canna/scim-canna-0.1.3.ebuild')
-rw-r--r-- | app-i18n/scim-canna/scim-canna-0.1.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-i18n/scim-canna/scim-canna-0.1.3.ebuild b/app-i18n/scim-canna/scim-canna-0.1.3.ebuild new file mode 100644 index 000000000000..9aff74a7eed7 --- /dev/null +++ b/app-i18n/scim-canna/scim-canna-0.1.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/scim-canna-0.1.3.ebuild,v 1.1 2005/10/29 06:56:37 usata Exp $ + +DESCRIPTION="Japanese input method Canna IMEngine for SCIM" +HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMCanna" +SRC_URI="mirror://sourceforge.jp/scim-imengine/16250/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) + >=app-i18n/canna-3.7" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc AUTHORS THANKS README +} + +pkg_postinst() { + einfo + einfo "To use SCIM with both GTK2 and XIM, you should use the following" + einfo "in your user startup scripts such as .gnomerc or .xinitrc:" + einfo + einfo "LANG='your_language' scim -d" + einfo "export GTK_IM_MODULE=scim" + einfo "export QT_IM_MODULE=scim" + einfo "export XMODIFIERS=@im=SCIM" + einfo +} |