diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-07 05:04:50 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-07 05:04:50 +0000 |
commit | 62032fdb74ac2ad93ab31f0798e61d055c7a23e9 (patch) | |
tree | cd1600fd200c1578b694253316c0e90407e8cfc3 /app-i18n | |
parent | make sure we only install locale symlinks in abidirs #150210 (diff) | |
download | gentoo-2-62032fdb74ac2ad93ab31f0798e61d055c7a23e9.tar.gz gentoo-2-62032fdb74ac2ad93ab31f0798e61d055c7a23e9.tar.bz2 gentoo-2-62032fdb74ac2ad93ab31f0798e61d055c7a23e9.zip |
Version bumped
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-3.4.ebuild | 44 | ||||
-rw-r--r-- | app-i18n/fcitx/files/digest-fcitx-3.4 | 3 |
3 files changed, 53 insertions, 1 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index 687ad7d5ed33..da33ddb86f60 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/fcitx # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.16 2006/08/09 10:44:36 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.17 2006/10/07 05:04:50 matsuu Exp $ + +*fcitx-3.4 (07 Oct 2006) + + 07 Oct 2006; MATSUU Takuto <matsuu@gentoo.org> +fcitx-3.4.ebuild: + Version bumped. *fcitx-3.2.1 (09 Aug 2006) diff --git a/app-i18n/fcitx/fcitx-3.4.ebuild b/app-i18n/fcitx/fcitx-3.4.ebuild new file mode 100644 index 000000000000..70e31e1ea678 --- /dev/null +++ b/app-i18n/fcitx/fcitx-3.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.4.ebuild,v 1.1 2006/10/07 05:04:50 matsuu Exp $ + +DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method" +HOMEPAGE="http://www.fcitx.org/" +SRC_URI="http://www.fcitx.org/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="truetype" + +DEPEND="|| ( ( x11-libs/libX11 x11-libs/libXrender x11-libs/libXt ) + virtual/x11 ) + truetype? ( || ( x11-libs/libXft virtual/xft ) )" + +src_compile() { + econf $(use_enable truetype xft) || die "configure failed" + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog README THANKS TODO + + rm -rf "${D}"/usr/share/fcitx/doc/ + dodoc doc/pinyin.txt doc/cjkvinput.txt + dohtml doc/wb_fh.htm +} + +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 "" +} diff --git a/app-i18n/fcitx/files/digest-fcitx-3.4 b/app-i18n/fcitx/files/digest-fcitx-3.4 new file mode 100644 index 000000000000..04ad19fa0a0d --- /dev/null +++ b/app-i18n/fcitx/files/digest-fcitx-3.4 @@ -0,0 +1,3 @@ +MD5 f0a8563c15190d5ef4d04625a82df089 fcitx-3.4.tar.bz2 3155926 +RMD160 207018b661840a140637111328e4b6a0a68a1118 fcitx-3.4.tar.bz2 3155926 +SHA256 5780e417fd921b6532d5dd9a4711f6e27bb7d0ff539d83b89887da4580712521 fcitx-3.4.tar.bz2 3155926 |