1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /home/cvsroot/ebuildteam/app-i18n/scim-chewing/scim-chewing-0.3.1.ebuild,v 1.1 2006/07/12 06:19:40 scsi Exp $
8 DESCRIPTION
="Chewing Input Method for SCIM"
9 HOMEPAGE
="http://chewing.csie.net/"
10 SRC_URI
="http://chewing.csie.net/download/scim/${P}.tar.bz2
11 http://cvs.fedora.redhat.com/repo/pkgs/scim-chewing/scim-chewing-0.3.3.tar.bz2/3f17ccae3f20f42a33e464aeb06eb1cb/${P}.tar.bz2"
17 DEPEND
=">=app-i18n/scim-1.4
18 >=dev-libs/libchewing-0.3.1"
21 make DESTDIR
="${D}" install || die
"make install failed"
27 einfo
"To use SCIM with both GTK2 and XIM, you should use the following"
28 einfo
"in your user startup scripts such as .gnomerc or .xinitrc:"
30 einfo
"LANG='your_language' scim -d"
31 einfo
"export XMODIFIERS=@im=SCIM"