summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-11-16 17:16:09 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-11-16 17:16:09 +0000
commit4e51687790abd0f8d9b6a00d946a77281b4dbdbb (patch)
tree2c772450f6892f11fe6b34d3f53bbce6f75431de /app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild
parentVersion bumped, Added PDEPEND. (diff)
downloadgentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.tar.gz
gentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.tar.bz2
gentoo-2-4e51687790abd0f8d9b6a00d946a77281b4dbdbb.zip
Version bumped.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild')
-rw-r--r--app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild
new file mode 100644
index 000000000000..ef1cb625fa91
--- /dev/null
+++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.2.2.ebuild,v 1.1 2006/11/16 17:16:09 matsuu Exp $
+
+inherit kde
+
+DESCRIPTION="SKIM configuration panel for scim-anthy"
+HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
+SRC_URI="mirror://sourceforge.jp/scim-imengine/22713/${P}.tar.gz
+ mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/skim-1.3
+ >=app-i18n/scim-anthy-1.2.2"
+RDEPEND="${DEPEND}
+ app-dicts/kasumi"
+
+PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch"
+
+pkg_postinst() {
+ einfo
+ einfo "To use skim, you should use the following in your user startup scripts"
+ einfo "such as .gnomerc or .xinitrc:"
+ einfo
+ einfo "LANG='your_language' skim -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo "export GTK_IM_MODULE=scim"
+ einfo "export QT_IM_MODULE=scim"
+ einfo
+}