[uim-commit] r2412 - in trunk: . qt

ekato at freedesktop.org ekato at freedesktop.org
Wed Dec 7 06:02:36 PST 2005


Author: ekato
Date: 2005-12-07 06:02:30 -0800 (Wed, 07 Dec 2005)
New Revision: 2412

Modified:
   trunk/README
   trunk/qt/Makefile.am
Log:
* REAME : Port r2411 from 1.0 branch.
* qt/Makefile.am : Port 2410 from 1.0 branch.


Modified: trunk/README
===================================================================
--- trunk/README	2005-12-07 13:39:01 UTC (rev 2411)
+++ trunk/README	2005-12-07 14:02:30 UTC (rev 2412)
@@ -1,13 +1,8 @@
-See http://uim.freedesktop.org/ although it contains obsoleted
-information.
+uim is a multilingual input method library, whose goal is to provide a
+secure and useful input method for all languages.
 
-How to test
-===========
+See http://uim.freedesktop.org/ for more detail.
 
-You can test them simply doing
-$ ./configure; make
-$ GTK_IM_MODULE=uim sh test.sh
-at the source directory.
 
 Acknowledgements
 ================

Modified: trunk/qt/Makefile.am
===================================================================
--- trunk/qt/Makefile.am	2005-12-07 13:39:01 UTC (rev 2411)
+++ trunk/qt/Makefile.am	2005-12-07 14:02:30 UTC (rev 2412)
@@ -109,10 +109,14 @@
 switcher-qt.cpp: switcher-qt.moc
 
 # Pref
+nodist_uim_pref_qt_SOURCES = \
+	pref-olisteditformbase.cpp \
+	pref-olisteditformbase.h \
+	pref-keyeditformbase.cpp \
+	pref-keyeditformbase.h
 uim_pref_qt_SOURCES = \
-	pref-olisteditformbase.cpp pref-keyeditformbase.cpp \
-	pref-olisteditformbase.h   pref-keyeditformbase.h   \
-	pref-qt.cpp pref-customwidgets.cpp pref-kseparator.cpp qtgettext.h pref-qt.h \
+	pref-qt.cpp pref-customwidgets.cpp pref-kseparator.cpp \
+	qtgettext.h pref-qt.h \
 	pref-customwidgets.h pref-kseparator.h
 
 uim_pref_qt_CXXFLAGS = $(QT_CXXFLAGS)



More information about the uim-commit mailing list