summaryrefslogtreecommitdiffstats
path: root/i18n/uim/DEPENDS
diff options
context:
space:
mode:
authorJustin Boffemmyer2008-10-29 14:57:26 -0400
committerJustin Boffemmyer2008-10-29 14:57:26 -0400
commit012662711bdfb9ccf821d6fa18aad15b0cebd3bc (patch)
tree89c58d86f644a5eb70e92b374b3e8e18f7b55340 /i18n/uim/DEPENDS
parentaab473e5afc16107c9a6cc5513bd86d99141985d (diff)
i18n/uim: new spell, universal input method
uim is an input method engine capable of inputting any language (provided the language module is available, m17n-lib can provide support for *many* languages), and it can do the input both in X windows and on the console (via the uim-fep command-line tool). It can be configured both by hand via a .uim config file, or using a gui configuration tool.
Diffstat (limited to 'i18n/uim/DEPENDS')
-rwxr-xr-xi18n/uim/DEPENDS78
1 files changed, 78 insertions, 0 deletions
diff --git a/i18n/uim/DEPENDS b/i18n/uim/DEPENDS
new file mode 100755
index 0000000000..4ba884e0a6
--- /dev/null
+++ b/i18n/uim/DEPENDS
@@ -0,0 +1,78 @@
+if [[ $UIMANTHY == y ]]
+then
+ depends anthy
+fi &&
+
+if [[ $UIMFEP == y ]]
+then
+ depends ncurses
+fi &&
+
+optional_depends libedit \
+ "--with-libedit" \
+ "--without-libedit" \
+ "libedit support" &&
+
+optional_depends canna \
+ "--with-canna" \
+ "--without-canna" \
+ "Japanese Canna module" &&
+
+optional_depends freewnn \
+ "--with-wnn" \
+ "--without-wnn" \
+ "Japanese wnn module" &&
+
+# The following are possible input modules for UIM, but we don't have
+# spells for them yet. The code is here for when we have the spells.
+#
+#optional_depends sj3 \
+# "--with-sj3" \
+# "--without-sj3" \
+# "Japanese sj3 module" &&
+#
+#optional_depends mana \
+# "--with-mana" \
+# "--without-mana" \
+# "Japanese mana module" &&
+#
+#optional_depends prime \
+# "--with-prime" \
+# "--without-prime" \
+# "Japanese PRIME module" &&
+#
+#optional_depends m17nlib \
+# "--with-m17nlib" \
+# "--without-m17nlib" \
+# "uim-m17nlib bridge" &&
+#
+#optional_depends X11-SERVER \
+# "--with-x" \
+# "--without-x" \
+# "X window system support" &&
+#
+#optional_depends libxft \
+# "--with-xft" \
+# "--without-xft" \
+# "Xft (antialias) support" &&
+#
+
+optional_depends gtk+2 \
+ "--with-gtk2" \
+ "--without-gtk2" \
+ "gtk tools and gtk immodule" &&
+
+optional_depends gnome-panel \
+ "--with-gnome-panel" \
+ "--without-gnome-panel" \
+ "GNOME applet indicator" &&
+
+optional_depends qt-x11 \
+ "--with-qt --with-qt-immodule" \
+ "--without-qt --with-qt-immodule" \
+ "qt tools" &&
+
+optional_depends qt4 \
+ "--with-qt --with-qt4-immodule" \
+ "--without-qt --without-qt4-immodule" \
+ "qt4 tools (experimental)"