Author: alexander Date: 2006-04-04 07:32:53 -0600 (Tue, 04 Apr 2006) New Revision: 1464
Removed: branches/udev_update/packages/scim-tables/Thai.png branches/udev_update/packages/scim-tables/thai-table.patch Modified: branches/udev_update/etc/profile branches/udev_update/packages/scim-anthy/Makefile branches/udev_update/packages/scim-hangul/Makefile branches/udev_update/packages/scim-input-pad/Makefile branches/udev_update/packages/scim-tables/Makefile branches/udev_update/packages/scim/Makefile Log: SCIM update Modified: branches/udev_update/etc/profile =================================================================== --- branches/udev_update/etc/profile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/etc/profile 2006-04-04 13:32:53 UTC (rev 1464) @@ -13,8 +13,9 @@ TERMCMD=Terminal [EMAIL PROTECTED] +GTK_IM_MODULE=scim export PATH INPUTRC G_FILENAME_ENCODING PKG_CONFIG_PATH XML_CATALOG_FILES -export WWW_HOME NNTPSERVER TERMCMD XMODIFIERS +export WWW_HOME NNTPSERVER TERMCMD XMODIFIERS GTK_IM_MODULE source /etc/bashrc Modified: branches/udev_update/packages/scim/Makefile =================================================================== --- branches/udev_update/packages/scim/Makefile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim/Makefile 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,12 +1,12 @@ # SCIM Makefile NM= scim -VRS= 1.4.2 +VRS= 1.4.4 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/$(NM)/$(FILE) -SHA-$(FILE)= e8563cb0e464f3595b16909c3ee47edcb86ce622 +SHA-$(FILE)= f6d7cb0ca70d9c3430e460bef58e78ba04919137 # Targets @@ -23,8 +23,7 @@ ./configure --prefix=/usr --sysconfdir=/etc make $(PM) make install - # Never use XIM because it maps to SCIM anyway - gtk-query-immodules-2.0 | sed 's,ko:ja:th:zh,,' >/etc/gtk-2.0/gtk.immodules + gtk-query-immodules-2.0 >/etc/gtk-2.0/gtk.immodules clean: -rm -rf $(DIR) Modified: branches/udev_update/packages/scim-anthy/Makefile =================================================================== --- branches/udev_update/packages/scim-anthy/Makefile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim-anthy/Makefile 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,12 +1,12 @@ # SCIM-Anthy Makefile NM= scim-anthy -VRS= 0.7.0 +VRS= 1.0.0 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz -URL-$(FILE)= http://osdn.dl.sourceforge.jp/scim-imengine/16701/$(FILE) -SHA-$(FILE)= d4012a7186351788ab1487dadafb12620e1aee82 +URL-$(FILE)= http://osdn.dl.sourceforge.jp/scim-imengine/19544/$(FILE) +SHA-$(FILE)= a9f72807f7bdde413723340fc8bb67479ff01f28 # Targets Modified: branches/udev_update/packages/scim-hangul/Makefile =================================================================== --- branches/udev_update/packages/scim-hangul/Makefile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim-hangul/Makefile 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,12 +1,12 @@ # SCIM-Hangul Makefile NM= scim-hangul -VRS= 0.2.0 +VRS= 0.2.2 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/scim/$(FILE) -SHA-$(FILE)= 609cefda83f5758ae780974666b4fdd45e949285 +SHA-$(FILE)= 4218af5cf6d45e3bc8b89bef8a9a2ddc142cf8ad # Targets Modified: branches/udev_update/packages/scim-input-pad/Makefile =================================================================== --- branches/udev_update/packages/scim-input-pad/Makefile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim-input-pad/Makefile 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,12 +1,12 @@ # SCIM-Input-Pad Makefile NM= scim-input-pad -VRS= 0.1.0 +VRS= 0.1.1 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/scim/$(FILE) -SHA-$(FILE)= a274978b608ac51066e463a7d969e59b5a873cdb +SHA-$(FILE)= c8722aaa261cc46bdc49a3586524ed53422b42dc # Targets Modified: branches/udev_update/packages/scim-tables/Makefile =================================================================== --- branches/udev_update/packages/scim-tables/Makefile 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim-tables/Makefile 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,17 +1,13 @@ # SCIM-Tables Makefile NM= scim-tables -VRS= 0.5.3 +VRS= 0.5.6 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/scim/$(FILE) -SHA-$(FILE)= aab123b59e4047caf7cf65589c2fef907899325f +SHA-$(FILE)= 25c3d800ae465cd9468a93c54398df59e0d3f743 -# Strictly speaking, not needed: Thai is already supported via XKB -FILE1= Thai.png -PATCH1= thai-table.patch - # Targets include $(ROOT)/scripts/functions @@ -24,9 +20,6 @@ $(std_build) compile-stage2: - cp ../$(FILE1) icons - patch -Np1 -i ../$(PATCH1) - autoreconf -i ./configure --prefix=/usr --sysconfdir=/etc make $(PM) make install Deleted: branches/udev_update/packages/scim-tables/Thai.png =================================================================== (Binary files differ) Deleted: branches/udev_update/packages/scim-tables/thai-table.patch =================================================================== --- branches/udev_update/packages/scim-tables/thai-table.patch 2006-04-04 08:00:13 UTC (rev 1463) +++ branches/udev_update/packages/scim-tables/thai-table.patch 2006-04-04 13:32:53 UTC (rev 1464) @@ -1,248 +0,0 @@ -Origin: http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/scim-tables/thai-table.patch ---- scim-tables-0.5.3/configure.ac~ 2005-09-06 18:17:52.000000000 +0900 -+++ scim-tables-0.5.3/configure.ac 2005-09-08 19:52:58.000000000 +0900 -@@ -160,6 +160,7 @@ - additional/Arabic.txt - additional/Danish.txt - additional/LaTeX.txt -+ additional/Thai.txt - additional/Viqr.txt - additional/Yawerty.txt - additional/IPA-X-SAMPA.txt ---- scim-tables-0.5.3/additional/Makefile.am~ 2005-09-06 18:17:52.000000000 +0900 -+++ scim-tables-0.5.3/additional/Makefile.am 2005-09-08 20:05:30.000000000 +0900 -@@ -21,6 +21,7 @@ - Arabic.txt.in \ - Danish.txt.in \ - LaTeX.txt.in \ -+ Thai.txt.in \ - Viqr.txt.in \ - Yawerty.txt.in \ - IPA-X-SAMPA.txt.in -@@ -29,6 +30,7 @@ - Arabic.txt \ - Danish.txt \ - LaTeX.txt \ -+ Thai.txt \ - Viqr.txt \ - Yawerty.txt \ - IPA-X-SAMPA.txt -@@ -38,6 +40,7 @@ - Arabic.bin \ - Danish.bin \ - LaTeX.bin \ -+ Thai.bin \ - Viqr.bin \ - Yawerty.bin \ - IPA-X-SAMPA.bin ---- scim-tables-0.5.3/additional/Thai.txt.in~ 2005-09-09 09:36:42.000000000 +0900 -+++ scim-tables-0.5.3/additional/Thai.txt.in 2005-09-09 09:37:28.000000000 +0900 -@@ -0,0 +1,198 @@ -+### File header must not be modified -+### This file must be encoded into UTF-8. -+### Derived from th-kesmanee.mim table in m17n-db. -+SCIM_Generic_Table_Phrase_Library_TEXT -+VERSION_1_0 -+ -+### Begin Table definition. -+BEGIN_DEFINITION -+ -+### An unique id to distinguish this table among others. -+### Use uuidgen to generate this kind of id. -+UUID = d63402a2-2268-44fc-b415-99eb2276ff7b -+ -+### A unique number indicates the version of this file. -+### For example the last modified date of this file. -+### This number must be less than 2^32. -+SERIAL_NUMBER = 20050908 -+ -+ICON = @SCIM_ICONDIR@/Thai.png -+ -+### The default name of this table -+NAME = Thai -+ -+### Author of this table -+AUTHOR = Jens Petersen <[EMAIL PROTECTED]> -+ -+### Supported locales of this table -+LANGUAGES = th -+ -+### Prompt string to be displayed in the status area. -+STATUS_PROMPT = Th -+ -+### If true then the first candidate phrase -+### will be selected automatically during inputing. -+AUTO_SELECT = TRUE -+ -+### If true then a multi wildcard will be appended -+### at the end of inputting string automatically. -+AUTO_WILDCARD = FALSE -+ -+### If true then the result string will be committed to client automatically. -+### This should be used with AUTO_SELECT = TRUE. -+AUTO_COMMIT = TRUE -+ -+### If true then the inputted string will be automatically splitted during inputing. -+AUTO_SPLIT = TRUE -+ -+### If true then the phrases' frequencies will be adjusted dynamically. -+DYNAMIC_ADJUST = FALSE -+ -+### If true then the preedit area will be filled up by the current candidate phrase automatically. -+AUTO_FILL = TRUE -+ -+### If true then the lookup table will always be shown if there is any candidate phrase. -+### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. -+ALWAYS_SHOW_LOOKUP = FALSE -+ -+### Enable full width punctuation property -+USE_FULL_WIDTH_PUNCT = FALSE -+ -+### Use full width punctuation by default -+DEF_FULL_WIDTH_PUNCT = FALSE -+ -+### Enable full width letter property -+USE_FULL_WIDTH_LETTER = FALSE -+ -+### Use full width letter by default -+DEF_FULL_WIDTH_LETTER = FALSE -+ -+### The maxmium length of a key. -+MAX_KEY_LENGTH = 1 -+ -+### Valid input chars. -+VALID_INPUT_CHARS = !"#$%&'()*+,-./0123456789:;<=>[EMAIL PROTECTED]|}~ -+ -+### Single wildcard char, can have multiple chars. -+###SINGLE_WILDCARD_CHAR = ? -+ -+### Multi wildcard char. -+###MULTI_WILDCARD_CHAR = * -+ -+### The key strokes to split inputted string. -+### SPLIT_KEYS = quoteright -+ -+### The key strokes to commit the convert result to client. -+COMMIT_KEYS = VoidSymbol -+ -+### The key strokes to forward the inputted string to client. -+FORWARD_KEYS = VoidSymbol -+ -+### The key strokes to select candidiate phrases. -+SELECT_KEYS = VoidSymbol -+ -+### The key strokes to page up the lookup table. -+PAGE_UP_KEYS = VoidSymbol -+ -+### The key strokes to page down the lookup table. -+PAGE_DOWN_KEYS = VoidSymbol -+ -+END_DEFINITION -+ -+### Begin Table data. -+BEGIN_TABLE -+! # -+" ฦ -+# ๒ -+$ ๓ -+% ๔ -+& ั้ -+' ง -+( ๖ -+) ๗ -+* ๕ -++ ๙ -+, ม -+- ข -+. ใ -+/ ฝ -+0 จ -+1 ล -+2 / -+3 _ -+4 ภ -+5 ถ -+6 ุ -+7 ึ -+8 ค -+9 ต -+: ซ -+; ว -+< ฒ -+= ช -+> ฬ -+? ฦ -+@ ๑ -+A ฤ -+B ฺ -+C ฉ -+D ฏ -+E ฎ -+F โ -+G ฌ -+H ็ -+I ณ -+J ๋ -+K ษ -+L ศ -+M ๎ -+N ์ -+O ฯ -+P ญ -+Q ๐ -+R ฑ -+S ฆ -+T ธ -+U ๊ -+V ฮ -+W " -+X ) -+Y ํ -+Z ( -+[ บ -+\ ฿ -+] ล -+^ ู -+_ ๘ -+` ฃ -+a ฟ -+b ิ -+c แ -+d ก -+e ำ -+f ด -+g เ -+h ้ -+i ร -+j ่ -+k า -+l ส -+m ท -+n ื -+o น -+p ย -+q ๆ -+r พ -+s ห -+t ะ -+u ี -+v อ -+w ไ -+x ป -+y ั -+z ผ -+{ ฐ -+| ๏ -+} . -+~ ฅ -+END_TABLE ---- scim-tables-0.5.3/icons/Makefile.am~ 2005-09-15 16:33:35.000000000 +0900 -+++ scim-tables-0.5.3/icons/Makefile.am 2005-09-15 16:33:35.000000000 +0900 -@@ -57,6 +57,7 @@ - Nepali.png \ - Nippon.png \ - Simplex.png \ -+ Thai.png \ - Viqr.png \ - Wu.png \ - Wubi.png \ -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
