app-i18n/scim-chewing: version bump
[gentoo-zh.git] / app-i18n / scim-chewing / scim-chewing-0.3.4.ebuild
blobce4163d125af74f65a8a6848233dc9cd73b1208a
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 $
5 EAPI="2"
6 inherit eutils
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"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="x86 ~amd64"
15 IUSE=""
16 RESTRICT="mirror"
17 DEPEND=">=app-i18n/scim-1.4
18 >=dev-libs/libchewing-0.3.1"
20 src_install() {
21 make DESTDIR="${D}" install || die "make install failed"
22 dodoc AUTHORS README
25 pkg_postinst() {
26 einfo
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:"
29 einfo
30 einfo "LANG='your_language' scim -d"
31 einfo "export XMODIFIERS=@im=SCIM"
32 einfo