summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-09-16 17:36:33 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-09-16 17:36:33 +0000
commit5a46ecd3803105441c22a2bb21ecda95c655f51a (patch)
tree2b06c5d50b44847dbbd17398d286fbdd9bba0405 /app-i18n/fcitx
parentstable x86, bug 284992 (diff)
downloadgentoo-2-5a46ecd3803105441c22a2bb21ecda95c655f51a.tar.gz
gentoo-2-5a46ecd3803105441c22a2bb21ecda95c655f51a.tar.bz2
gentoo-2-5a46ecd3803105441c22a2bb21ecda95c655f51a.zip
Version bumped, bug #285142.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/fcitx')
-rw-r--r--app-i18n/fcitx/ChangeLog10
-rw-r--r--app-i18n/fcitx/fcitx-3.6.1.ebuild (renamed from app-i18n/fcitx/fcitx-3.6.0_rc.ebuild)18
2 files changed, 12 insertions, 16 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog
index a56b7b347d3c..61415bc4fcc7 100644
--- a/app-i18n/fcitx/ChangeLog
+++ b/app-i18n/fcitx/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/fcitx
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.25 2009/01/06 17:16:19 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.26 2009/09/16 17:36:33 matsuu Exp $
+
+*fcitx-3.6.1 (16 Sep 2009)
+
+ 16 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> -fcitx-3.6.0_rc.ebuild,
+ +fcitx-3.6.1.ebuild:
+ Version bumped, bug #285142.
*fcitx-3.6.0_rc (06 Jan 2009)
diff --git a/app-i18n/fcitx/fcitx-3.6.0_rc.ebuild b/app-i18n/fcitx/fcitx-3.6.1.ebuild
index 5526a05dbf78..98a89e97c67c 100644
--- a/app-i18n/fcitx/fcitx-3.6.0_rc.ebuild
+++ b/app-i18n/fcitx/fcitx-3.6.1.ebuild
@@ -1,13 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.6.0_rc.ebuild,v 1.1 2009/01/06 17:16:19 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-3.6.1.ebuild,v 1.1 2009/09/16 17:36:33 matsuu Exp $
-inherit autotools
-
-MY_P="${P/_/-}"
DESCRIPTION="Free Chinese Input Toy for X. Another Chinese XIM Input Method"
-HOMEPAGE="http://fcitx.googlecode.com"
-SRC_URI="http://fcitx.googlecode.com/files/${MY_P}.tar.bz2"
+HOMEPAGE="http://www.fcitx.org/"
+SRC_URI="http://www.fcitx.org/download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -22,14 +19,6 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
src_compile() {
econf $(use_enable xft) || die "configure failed"
emake || die "make failed"
@@ -55,6 +44,7 @@ pkg_postinst() {
elog " export XIM_PROGRAM=fcitx"
elog
elog "If you want to use WuBi ,ErBi or something else."
+ elog " mkdir -p ~/.fcitx"
elog " cp /usr/share/fcitx/data/wbx.mb ~/.fcitx"
elog " cp /usr/share/fcitx/data/erbi.mb ~/.fcitx"
elog " cp /usr/share/fcitx/data/tables.conf ~/.fcitx"