summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-09-24 13:19:52 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-09-24 13:19:52 +0000
commit5da17f5a8c0dc291e20b5c06249cbe15488fe16f (patch)
tree0653e0334dc9ee3396339f1b3c20c4a8b9dc2046 /app-i18n/scim-canna
parentKeyword x86-fbsd, call libtoolize to have it installable and with a sane .so ... (diff)
downloadgentoo-2-5da17f5a8c0dc291e20b5c06249cbe15488fe16f.tar.gz
gentoo-2-5da17f5a8c0dc291e20b5c06249cbe15488fe16f.tar.bz2
gentoo-2-5da17f5a8c0dc291e20b5c06249cbe15488fe16f.zip
Version bumped.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-i18n/scim-canna')
-rw-r--r--app-i18n/scim-canna/ChangeLog7
-rw-r--r--app-i18n/scim-canna/scim-canna-1.0.1.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/app-i18n/scim-canna/ChangeLog b/app-i18n/scim-canna/ChangeLog
index 195ed6ff6c78..2782e8d6796b 100644
--- a/app-i18n/scim-canna/ChangeLog
+++ b/app-i18n/scim-canna/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-canna
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.12 2008/01/10 16:42:02 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.13 2008/09/24 13:19:52 matsuu Exp $
+
+*scim-canna-1.0.1 (24 Sep 2008)
+
+ 24 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> +scim-canna-1.0.1.ebuild:
+ Version bumped.
10 Jan 2008; MATSUU Takuto <matsuu@gentoo.org> scim-canna-1.0.0.ebuild:
Added dev-util/pkgconfig to DEPEND, bug #205059.
diff --git a/app-i18n/scim-canna/scim-canna-1.0.1.ebuild b/app-i18n/scim-canna/scim-canna-1.0.1.ebuild
new file mode 100644
index 000000000000..f5464f404add
--- /dev/null
+++ b/app-i18n/scim-canna/scim-canna-1.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.1.ebuild,v 1.1 2008/09/24 13:19:52 matsuu Exp $
+
+DESCRIPTION="Japanese input method Canna IMEngine for SCIM"
+HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMCanna"
+SRC_URI="mirror://sourceforge.jp/scim-imengine/29155/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/scim-1.0
+ >=app-i18n/canna-3.7"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS THANKS README
+}
+
+pkg_postinst() {
+ elog
+ elog "To use SCIM with both GTK2 and XIM, you should use the following"
+ elog "in your user startup scripts such as .gnomerc or .xinitrc:"
+ elog
+ elog "LANG='your_language' scim -d"
+ elog "export GTK_IM_MODULE=scim"
+ elog "export QT_IM_MODULE=scim"
+ elog "export XMODIFIERS=@im=SCIM"
+ elog
+}