summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-08-29 18:12:37 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-08-29 18:12:37 +0000
commit1c3a41c3811dc10b03244d70568c274b8b609e03 (patch)
tree29f1cd00115ea3266a424bd523aa61dae4d0285d /app-i18n/scim
parentmoving dev-python/PyXML to dev-python/pyxml (diff)
downloadhistorical-1c3a41c3811dc10b03244d70568c274b8b609e03.tar.gz
historical-1c3a41c3811dc10b03244d70568c274b8b609e03.tar.bz2
historical-1c3a41c3811dc10b03244d70568c274b8b609e03.zip
version bump
Diffstat (limited to 'app-i18n/scim')
-rw-r--r--app-i18n/scim/ChangeLog8
-rw-r--r--app-i18n/scim/Manifest11
-rw-r--r--app-i18n/scim/files/digest-scim-0.6.11
-rw-r--r--app-i18n/scim/files/scim-0.6.1-gtk2immodule.patch11
-rw-r--r--app-i18n/scim/scim-0.6.1.ebuild52
5 files changed, 78 insertions, 5 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog
index e296417a9184..e0a72b75f7eb 100644
--- a/app-i18n/scim/ChangeLog
+++ b/app-i18n/scim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/scim
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.3 2003/07/07 10:59:40 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.4 2003/08/29 18:11:11 liquidx Exp $
+
+*scim-0.6.1 (29 Aug 2003)
+
+ 29 Aug 2003; Alastair Tse <liquidx@gentoo.org> scim-0.6.1.ebuild,
+ files/scim-0.6.1-gtk2immodule.patch:
+ version bump
*scim-0.5.1 (07 Jul 2003)
diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest
index 6ce635b1499f..d2c7b1f43160 100644
--- a/app-i18n/scim/Manifest
+++ b/app-i18n/scim/Manifest
@@ -1,7 +1,10 @@
+MD5 b7aeba5efa398dab682a6c72734d3447 ChangeLog 919
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 460cc246a5319d7fa8c64a5f6f14f901 scim-0.4.1.ebuild 1052
+MD5 8c9670f5bbb234372f29c3d5e392ee66 scim-0.5.1.ebuild 1374
+MD5 32f410908aef1d021bb23fd5b5a65b20 scim-0.6.1.ebuild 1373
MD5 8cd8761fc85ac6df2a99fb43620d2c8c files/digest-scim-0.4.1 63
MD5 36da96a645983f2b0906e16a52c5ff6c files/digest-scim-0.5.1 63
+MD5 10ec68170c080402d9219203b2269380 files/digest-scim-0.6.1 63
MD5 d4c09d0ab93c337a5467b224719ea20a files/scim-0.5.1-gtk2immodule.patch 545
-MD5 d5e8272e2adab5904f54cf2a57f4e55d ChangeLog 769
-MD5 460cc246a5319d7fa8c64a5f6f14f901 scim-0.4.1.ebuild 1052
-MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
-MD5 8c9670f5bbb234372f29c3d5e392ee66 scim-0.5.1.ebuild 1374
+MD5 95e4d06699356649f034690e3c3e870e files/scim-0.6.1-gtk2immodule.patch 545
diff --git a/app-i18n/scim/files/digest-scim-0.6.1 b/app-i18n/scim/files/digest-scim-0.6.1
new file mode 100644
index 000000000000..f4a7c9f0cdf3
--- /dev/null
+++ b/app-i18n/scim/files/digest-scim-0.6.1
@@ -0,0 +1 @@
+MD5 f03788e77abc4eda9553e141134d8db8 scim-0.6.1.tar.gz 1092150
diff --git a/app-i18n/scim/files/scim-0.6.1-gtk2immodule.patch b/app-i18n/scim/files/scim-0.6.1-gtk2immodule.patch
new file mode 100644
index 000000000000..55f45c4bc061
--- /dev/null
+++ b/app-i18n/scim/files/scim-0.6.1-gtk2immodule.patch
@@ -0,0 +1,11 @@
+--- scim-0.6.1/extras/gtk2_immodule/imscim.cpp 2003-03-31 05:01:25.000000000 +0100
++++ scim-0.6.1/extras/gtk2_immodule/imscim.cpp.new 2003-07-07 02:25:00.000000000 +0100
+@@ -33,7 +33,7 @@
+ "SCIM Input Method", /* Human readable name */
+ "scim", /* Translation domain */
+ SCIM_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
+- "*" /* Languages for which this module is the default */
++ "ko:ja:zh" /* Languages for which this module is the default */
+ };
+
+ static const GtkIMContextInfo *info_list[] = {
diff --git a/app-i18n/scim/scim-0.6.1.ebuild b/app-i18n/scim/scim-0.6.1.ebuild
new file mode 100644
index 000000000000..8da72a4e9d61
--- /dev/null
+++ b/app-i18n/scim/scim-0.6.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.6.1.ebuild,v 1.1 2003/08/29 18:11:11 liquidx Exp $
+
+inherit gnome2
+
+DESCRIPTION="Smart Common Input Method (SCIM) is a Input Method (IM) development platform"
+HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
+SRC_URI="http://www.turbolinux.com.cn/~suzhe/scim/sources/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE="gnome"
+
+RDEPEND="virtual/x11
+ gnome? ( >=gnome-base/gconf-1.2
+ >=dev-libs/libxml2-2.5
+ >=gnome-base/ORBit2-2
+ >=net-libs/linc-0.5 )
+ >=x11-libs/gtk+-2
+ >=dev-libs/atk-1
+ >=x11-libs/pango-1
+ >=dev-libs/glib-2"
+
+PDEPEND=">=app-i18n/scim-tables-0.2.2"
+
+DEPEND="${RDEPEND}
+ dev-lang/perl"
+
+ELTCONF="--reverse-deps"
+G2CONF="${G2CONF} `use_enable gnome config-gconf`"
+SCROLLKEEPER_UPDATE="0"
+
+src_unpack() {
+ unpack ${A}
+ # use scim gtk2 IM module only for chinese/japanese/korean
+ epatch ${FILESDIR}/${P}-gtk2immodule.patch
+ # workaround for problematic makefile
+ cd ${S}/src
+ sed -i -e "s:^\(scim_LDFLAGS.*\):\1 -ldl:" Makefile.in
+ cd ${S}/modules/Server
+ sed -i -e "s:^\(scim_make_table_LDFLAGS.*\):\1 -ldl:" Makefile.in
+}
+
+src_install() {
+ gnome2_src_install || "install failed"
+ dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg
+ dohtml -r docs/html/*
+}
+
+