diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-23 03:52:55 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-09-23 03:52:55 +0000 |
commit | 753270523d357c4637d7a8f16e07d5b5d71fe181 (patch) | |
tree | 81f1fbf29847e4729669049c94303765113dcef9 /app-i18n/scim-prime/scim-prime-0.2.10.ebuild | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-753270523d357c4637d7a8f16e07d5b5d71fe181.tar.gz gentoo-2-753270523d357c4637d7a8f16e07d5b5d71fe181.tar.bz2 gentoo-2-753270523d357c4637d7a8f16e07d5b5d71fe181.zip |
Version bumped
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/scim-prime/scim-prime-0.2.10.ebuild')
-rw-r--r-- | app-i18n/scim-prime/scim-prime-0.2.10.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-i18n/scim-prime/scim-prime-0.2.10.ebuild b/app-i18n/scim-prime/scim-prime-0.2.10.ebuild new file mode 100644 index 000000000000..c9a8719f3210 --- /dev/null +++ b/app-i18n/scim-prime/scim-prime-0.2.10.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-prime/scim-prime-0.2.10.ebuild,v 1.1 2005/09/23 03:52:55 matsuu Exp $ + +DESCRIPTION="Japanese input method PRIME IMEngine for SCIM" +HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMPRIME" +SRC_URI="mirror://sourceforge.jp/scim-imengine/16249/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) + >=app-i18n/prime-1.0.0" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc AUTHORS THANKS README +} + +pkg_postinst() { + einfo + einfo "To use SCIM, you should use the following in your user startup scripts" + einfo "such as .gnomerc or .xinitrc:" + einfo + einfo "LANG='your_language' scim -d" + einfo "export XMODIFIERS=@im=SCIM" + einfo "export GTK_IM_MODULE=scim" + einfo "export QT_IM_MODULE=scim" + einfo +} |