diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-06-20 20:04:34 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-06-20 20:04:34 +0000 |
commit | d9beaa80aec6f610b50cafe72b1d36675fe415b3 (patch) | |
tree | d7e684c09576c11d5047c7d79537968a8c5a8d93 /app-i18n | |
parent | Added, see Bug 53425. (Manifest recommit) (diff) | |
download | gentoo-2-d9beaa80aec6f610b50cafe72b1d36675fe415b3.tar.gz gentoo-2-d9beaa80aec6f610b50cafe72b1d36675fe415b3.tar.bz2 gentoo-2-d9beaa80aec6f610b50cafe72b1d36675fe415b3.zip |
Version bumped. Ebuild provided by Jackey Yang <043936@acadiau.ca>, closing bug #52551
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/fcitx/Manifest | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-2.1.0_rc.ebuild | 38 | ||||
-rw-r--r-- | app-i18n/fcitx/files/digest-fcitx-2.1.0_rc | 1 |
4 files changed, 51 insertions, 2 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index b92d47f1091f..d1dc97127510 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/fcitx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.3 2004/06/02 02:05:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.4 2004/06/20 20:04:34 usata Exp $ + +*fcitx-2.1.0_rc (21 Jun 2004) + + 21 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> +fcitx-2.1.0_rc.ebuild: + Version bumped. Ebuild provided by Jackey Yang <043936@acadiau.ca>, + closing bug #52551 (fcitx-2.0.2 has a serious bug with mozilla & opera) 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> fcitx-1.8.5.ebuild, fcitx-2.0.1.ebuild: diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest index 5b90d9f3dd51..8c91c954c84e 100644 --- a/app-i18n/fcitx/Manifest +++ b/app-i18n/fcitx/Manifest @@ -1,6 +1,10 @@ MD5 590a0c167c7df8f7f3f4f44375dd5036 fcitx-1.8.5.ebuild 771 -MD5 48b69ddb2c369611b0bdbd45bb6f525f fcitx-2.0.1.ebuild 1141 MD5 12927d3043d57e81c3f0d0d8a282b1e0 ChangeLog 658 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 +MD5 48b69ddb2c369611b0bdbd45bb6f525f fcitx-2.0.1.ebuild 1141 +MD5 d824cb864b47da321c0be570f69ac1b5 fcitx-2.0.2.ebuild 935 +MD5 0b1ba3bc3aaa327ea27be8ca2878bef8 fcitx-2.1.0_rc.ebuild 962 MD5 9ae1f3d5714643599037127042dfb979 files/digest-fcitx-1.8.5 64 MD5 61e196222f31b91faeaf1fc68de9ea32 files/digest-fcitx-2.0.1 65 +MD5 c440d85bb9f4d52ba8714de7daaa186c files/digest-fcitx-2.0.2 65 +MD5 16b5b0d9f527b7d6f04528eba7567870 files/digest-fcitx-2.1.0_rc 67 diff --git a/app-i18n/fcitx/fcitx-2.1.0_rc.ebuild b/app-i18n/fcitx/fcitx-2.1.0_rc.ebuild new file mode 100644 index 000000000000..edfc7d43929a --- /dev/null +++ b/app-i18n/fcitx/fcitx-2.1.0_rc.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-2.1.0_rc.ebuild,v 1.1 2004/06/20 20:04:34 usata 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="~x86" +IUSE="truetype" + +DEPEND="virtual/x11 + truetype? ( virtual/xft )" + +S="${WORKDIR}/${P/_/}" + +src_compile() { + econf $(use_with truetype xft) || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc doc/*.txt AUTHORS ChangeLog THANKS + dohtml doc/*.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 "Note that fcitx only works in the zh_CN locale." +} diff --git a/app-i18n/fcitx/files/digest-fcitx-2.1.0_rc b/app-i18n/fcitx/files/digest-fcitx-2.1.0_rc new file mode 100644 index 000000000000..3d47d21e7119 --- /dev/null +++ b/app-i18n/fcitx/files/digest-fcitx-2.1.0_rc @@ -0,0 +1 @@ +MD5 a6275dc27cb9a23b665d4784db069c18 fcitx-2.1.0rc.tar.bz2 1902399 |