A multilingual input method framework
修訂 | 095ee2f416cabe2254c4bd7e144146fc269bb993 (tree) |
---|---|
時間 | 2010-08-11 16:18:44 |
作者 | ek.kato <ek.kato@ff9a...> |
Commiter | ek.kato |
* Tag uim-1.6.0 from branches/1.6 r6716.
@@ -20,7 +20,7 @@ CONF_DEFAULT="$CONF_COMMON" | ||
20 | 20 | # --without-scim since it is broken |
21 | 21 | # --without-qt |
22 | 22 | # FIXME: hardcoded --with-eb-conf |
23 | -CONF_FULL_WO_MAINT="$CONF_NOWERROR --enable-debug --enable-fep --enable-emacs --enable-gnome-applet --enable-kde-applet --enable-pref --enable-dict --enable-notify --with-anthy --with-canna --with-wnn --with-sj3 --with-mana --with-prime --with-m17nlib --without-scim --with-gtk2 --with-gnome2 --without-qt --without-qt-immodule --enable-compat-scm --with-eb --with-eb-conf=/etc/eb.conf --with-libedit" | |
23 | +CONF_FULL_WO_MAINT="$CONF_NOWERROR --enable-debug --enable-fep --enable-emacs --enable-gnome-applet --enable-kde-applet --enable-pref --enable-dict --enable-notify --with-anthy --with-canna --with-wnn --with-sj3 --with-mana --with-prime --with-m17nlib --without-scim --with-gtk2 --with-gnome2 --without-qt --without-qt-immodule --enable-compat-scm --with-eb --with-eb-conf=/etc/eb.conf --with-libedit --with-qt4 --with-qt4-immodule" | |
24 | 24 | CONF_FULL="$CONF_MAINT $CONF_FULL_WO_MAINT" |
25 | 25 | |
26 | 26 |
@@ -50,8 +50,7 @@ for conf_args in "$CONF_NONE" "$CONF_DEFAULT"; do | ||
50 | 50 | || { echo 'make dist failed'; exit 1; } |
51 | 51 | done |
52 | 52 | |
53 | -# N.B. make check in test/ requires debug, nls and most of IMs enabled | |
54 | -# Also do make check without --enable-maintainer-mode | |
53 | +# do make check without --enable-maintainer-mode | |
55 | 54 | export DISTCHECK_CONFIGURE_FLAGS="$CONF_FULL_WO_MAINT" |
56 | 55 | for conf_args in "$CONF_FULL"; do |
57 | 56 | echo "configure $conf_args" |
@@ -21,8 +21,6 @@ qt/switcher-qt.cpp | ||
21 | 21 | qt/toolbar-common-quimhelpertoolbar.cpp |
22 | 22 | qt4/pref/customwidgets.cpp |
23 | 23 | qt4/pref/qt4.cpp |
24 | -qt4/pref/ui_keyeditformbase.h | |
25 | -qt4/pref/ui_olisteditformbase.h | |
26 | 24 | qt4/switcher/qt4.cpp |
27 | 25 | qt4/toolbar/common-quimhelpertoolbar.cpp |
28 | 26 | scm/action.scm |
@@ -1,2 +1,4 @@ | ||
1 | 1 | helper/GNOME_UimApplet.server.in |
2 | 2 | uim.desktop.in |
3 | +qt4/pref/ui_keyeditformbase.h | |
4 | +qt4/pref/ui_olisteditformbase.h |