summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-14 00:25:18 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-14 00:25:18 +0000
commit34216f3e13238eb2c985e2e62027e947a8caf484 (patch)
treea95636629242a37be0449b79eb3737cfa8d2abdc /app-i18n/scim-hangul
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-34216f3e13238eb2c985e2e62027e947a8caf484.tar.gz
gentoo-2-34216f3e13238eb2c985e2e62027e947a8caf484.tar.bz2
gentoo-2-34216f3e13238eb2c985e2e62027e947a8caf484.zip
Version bumped.
Diffstat (limited to 'app-i18n/scim-hangul')
-rw-r--r--app-i18n/scim-hangul/ChangeLog8
-rw-r--r--app-i18n/scim-hangul/Manifest2
-rw-r--r--app-i18n/scim-hangul/files/digest-scim-hangul-0.0.31
-rw-r--r--app-i18n/scim-hangul/files/scim-hangul-0.0.3-gentoo.patch11
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.0.3.ebuild43
5 files changed, 64 insertions, 1 deletions
diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog
index 2e9facc821a2..3a0367bef051 100644
--- a/app-i18n/scim-hangul/ChangeLog
+++ b/app-i18n/scim-hangul/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/scim-hangul
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.2 2004/08/04 09:33:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.3 2004/08/14 00:25:18 usata Exp $
+
+*scim-hangul-0.0.3 (14 Aug 2004)
+
+ 14 Aug 2004; Mamoru KOMACHI <usata@gentoo.org>
+ +files/scim-hangul-0.0.3-gentoo.patch, +scim-hangul-0.0.3.ebuild:
+ Version bumped.
04 Aug 2004; David Holm <dholm@gentoo.org> scim-hangul-0.0.2.ebuild:
Added to ~ppc.
diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest
index 228efcb55042..e7704686a31f 100644
--- a/app-i18n/scim-hangul/Manifest
+++ b/app-i18n/scim-hangul/Manifest
@@ -1,4 +1,6 @@
MD5 1a6471fb0f266eb6d024d70296e480a2 ChangeLog 447
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 a55d4aab65f9eff1e0a5a29d35314b94 scim-hangul-0.0.2.ebuild 919
+MD5 a55d4aab65f9eff1e0a5a29d35314b94 scim-hangul-0.0.3.ebuild 919
MD5 1c79e7360815ac32c3a5388a7192d7c5 files/digest-scim-hangul-0.0.2 69
+MD5 96c30b427bf0329907f426238ac44ef5 files/digest-scim-hangul-0.0.3 69
diff --git a/app-i18n/scim-hangul/files/digest-scim-hangul-0.0.3 b/app-i18n/scim-hangul/files/digest-scim-hangul-0.0.3
new file mode 100644
index 000000000000..996bf0391376
--- /dev/null
+++ b/app-i18n/scim-hangul/files/digest-scim-hangul-0.0.3
@@ -0,0 +1 @@
+MD5 80f4f2d3d00921005e5f695dc6c5ed97 scim-hangul-0.0.3.tar.gz 613631
diff --git a/app-i18n/scim-hangul/files/scim-hangul-0.0.3-gentoo.patch b/app-i18n/scim-hangul/files/scim-hangul-0.0.3-gentoo.patch
new file mode 100644
index 000000000000..6f87dd08f465
--- /dev/null
+++ b/app-i18n/scim-hangul/files/scim-hangul-0.0.3-gentoo.patch
@@ -0,0 +1,11 @@
+Index: scim_hangul_imengine.cpp
+===================================================================
+--- scim_hangul_imengine.cpp (revision 40)
++++ scim_hangul_imengine.cpp (working copy)
+@@ -2338,6 +2338,7 @@
+ {
+ WideString wstr = im_hangul_get_hangul_string ();
+ im_hangul_clear_buf ();
++ im_hangul_update_preedit_string ();
+ commit_string (wstr);
+ }
diff --git a/app-i18n/scim-hangul/scim-hangul-0.0.3.ebuild b/app-i18n/scim-hangul/scim-hangul-0.0.3.ebuild
new file mode 100644
index 000000000000..ffefc7819590
--- /dev/null
+++ b/app-i18n/scim-hangul/scim-hangul-0.0.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.0.3.ebuild,v 1.1 2004/08/14 00:25:18 usata Exp $
+
+inherit eutils
+
+DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
+HOMEPAGE="http://scim.freedesktop.org/ScimHangul"
+SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND="|| ( >=app-i18n/scim-0.99.0 app-i18n/scim-cvs )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/src
+ epatch ${FILESDIR}/${P}-gentoo.patch
+}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS THANKS README
+}
+
+pkg_postinst() {
+ einfo
+ einfo "To use SCIM with both GTK2 and XIM, you should use the following"
+ einfo "in your user startup scripts such as .gnomerc or .xinitrc:"
+ einfo
+ einfo "LANG='your_language' scim -d"
+ einfo "export XMODIFIERS=@im=SCIM"
+ einfo
+}