summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-07 07:19:10 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-07 07:19:10 +0000
commit0cb6ec0959961d5289f5302e9cdbf8f8f049604b (patch)
tree5683f785822d8fd5eeba4dc4474f0dec4879897f /app-i18n/scim
parentversion bump for scim-0.9.0 (Manifest recommit) (diff)
downloadgentoo-2-0cb6ec0959961d5289f5302e9cdbf8f8f049604b.tar.gz
gentoo-2-0cb6ec0959961d5289f5302e9cdbf8f8f049604b.tar.bz2
gentoo-2-0cb6ec0959961d5289f5302e9cdbf8f8f049604b.zip
version bump. fixed gconf useflag settings, added blurb about enable both GTK2 and XIM at the same time.
Diffstat (limited to 'app-i18n/scim')
-rw-r--r--app-i18n/scim/ChangeLog10
-rw-r--r--app-i18n/scim/Manifest2
-rw-r--r--app-i18n/scim/files/digest-scim-0.9.01
-rw-r--r--app-i18n/scim/scim-0.9.0.ebuild63
4 files changed, 74 insertions, 2 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog
index 5f3c634c6967..f4d33e2884d9 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.5 2003/11/09 12:40:58 liquidx Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.6 2004/02/07 07:19:10 liquidx Exp $
+
+*scim-0.9.0 (07 Feb 2004)
+
+ 07 Feb 2004; Alastair Tse <liquidx@gentoo.org> scim-0.9.0.ebuild:
+ version bump. fixed gconf useflag settings, added blurb about enable both GTK2
+ and XIM at the same time.
*scim-0.8.2 (09 Nov 2003)
diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest
index c50e4ff969a8..6f2dbfe0fef8 100644
--- a/app-i18n/scim/Manifest
+++ b/app-i18n/scim/Manifest
@@ -2,6 +2,8 @@ MD5 c6e72a81609d6feef5bea8147330f4a0 ChangeLog 1107
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 0698ee26358130038daa46f8dc7a7d4b scim-0.6.1.ebuild 1372
MD5 a63b3b61d9f50728f09e55ef4a15bdad scim-0.8.2.ebuild 1400
+MD5 bf8a6a10d602d5997ed37e08049be1f2 scim-0.9.0.ebuild 1401
MD5 10ec68170c080402d9219203b2269380 files/digest-scim-0.6.1 63
MD5 43039c7f8ce06975e2c209d220dda81d files/digest-scim-0.8.2 63
+MD5 ce4e69bfec947c6da8b2f5b08d628fbf files/digest-scim-0.9.0 63
MD5 95e4d06699356649f034690e3c3e870e files/scim-0.6.1-gtk2immodule.patch 545
diff --git a/app-i18n/scim/files/digest-scim-0.9.0 b/app-i18n/scim/files/digest-scim-0.9.0
new file mode 100644
index 000000000000..dc60232f5107
--- /dev/null
+++ b/app-i18n/scim/files/digest-scim-0.9.0
@@ -0,0 +1 @@
+MD5 bddb435500834aae19b9b258ea8a9363 scim-0.9.0.tar.gz 1371942
diff --git a/app-i18n/scim/scim-0.9.0.ebuild b/app-i18n/scim/scim-0.9.0.ebuild
new file mode 100644
index 000000000000..87b2c85539bb
--- /dev/null
+++ b/app-i18n/scim/scim-0.9.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.9.0.ebuild,v 1.1 2004/02/07 07:19:10 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.3.1"
+
+DEPEND="${RDEPEND}
+ dev-lang/perl"
+
+ELTCONF="--reverse-deps"
+SCROLLKEEPER_UPDATE="0"
+
+src_unpack() {
+ unpack ${A}
+ # use scim gtk2 IM module only for chinese/japanese/korean
+ EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.6.1-gtk2immodule.patch
+ # workaround for problematic makefile
+ sed -i -e "s:^\(scim_LDFLAGS.*\):\1 -ldl:" ${S}/src/Makefile.in
+ sed -i -e "s:^\(scim_make_table_LDFLAGS.*\):\1 -ldl:" ${S}/modules/Server/Makefile.in
+ sed -i -e "s:^LDFLAGS = :LDFLAGS = -ldl :" ${S}/tests/Makefile.in
+}
+
+src_compile() {
+ use gnome || G2CONF="${G2CONF} --disable-config-gconf"
+ gnome2_src_compile
+}
+
+src_install() {
+ gnome2_src_install || "install failed"
+ dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg
+ dohtml -r docs/html/*
+}
+
+pkg_postinst() {
+ 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 -f socket -ns socket -d"
+ einfo "LANG='your_language' scim -f x11 -s socket -c socket -d"
+ einfo " "
+ einfo "where 'your_language' can either be zh_CN or zh_TW"
+}