summaryrefslogtreecommitdiffstats
path: root/i18n/im-ja
diff options
context:
space:
mode:
authorRemko van der Vossen2007-06-27 14:04:13 +0200
committerRemko van der Vossen2007-06-27 14:04:13 +0200
commit0bf8d1634db441dbb38a4374e2435d3e76045181 (patch)
tree433174b70a24e65b67d43755f77b9bfd7c6daa4c /i18n/im-ja
parent5176c22b2f75b21ed5c669022c0d1d4aa8ddb921 (diff)
i18n/im-ja: removed tabs, changed OPTS order, use [[ ]]
Diffstat (limited to 'i18n/im-ja')
-rwxr-xr-xi18n/im-ja/BUILD2
-rwxr-xr-xi18n/im-ja/DEPENDS10
-rwxr-xr-xi18n/im-ja/DETAILS2
-rw-r--r--i18n/im-ja/HISTORY2
-rwxr-xr-xi18n/im-ja/PREPARE2
-rwxr-xr-xi18n/im-ja/PRE_BUILD4
6 files changed, 11 insertions, 11 deletions
diff --git a/i18n/im-ja/BUILD b/i18n/im-ja/BUILD
index 15312cbc1f..ca9d5e8bfa 100755
--- a/i18n/im-ja/BUILD
+++ b/i18n/im-ja/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS $IMJA_OPTS" &&
+OPTS="$IMJA_OPTS $OPTS" &&
default_build
diff --git a/i18n/im-ja/DEPENDS b/i18n/im-ja/DEPENDS
index 06bba508fa..23228ddb60 100755
--- a/i18n/im-ja/DEPENDS
+++ b/i18n/im-ja/DEPENDS
@@ -1,14 +1,14 @@
depends X11-LIBS &&
-depends gtk+2 &&
+depends gtk+2 &&
depends gconf2 &&
-if [ "${IMJA_BRANCH}" == "cvs" ]; then
- depends docbook-utils &&
+if [[ "${IMJA_BRANCH}" == "cvs" ]]; then
+ depends docbook-utils &&
depends intltool &&
- depends xmlto
+ depends xmlto
fi &&
optional_depends anthy "" "--disable-anthy" "Anthy Conversion" &&
-optional_depends canna "" "--disable-canna" "Canna Conversion" &&
+optional_depends canna "" "--disable-canna" "Canna Conversion" &&
optional_depends freewnn "" "--disable-wnn" "FreeWnn Client" &&
optional_depends gnome-panel "" "--disable-gnome" "Build Gnome Applet?"
diff --git a/i18n/im-ja/DETAILS b/i18n/im-ja/DETAILS
index ea8e4a8d51..ca528718ae 100755
--- a/i18n/im-ja/DETAILS
+++ b/i18n/im-ja/DETAILS
@@ -1,7 +1,7 @@
SPELL=im-ja
case ${IMJA_BRANCH} in
cvs)
- if [ "${IMJA_CVS_AUTOUPDATE}" == "y" ]; then
+ if [[ "${IMJA_CVS_AUTOUPDATE}" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/i18n/im-ja/HISTORY b/i18n/im-ja/HISTORY
index da878d2fa8..7b5417e713 100644
--- a/i18n/im-ja/HISTORY
+++ b/i18n/im-ja/HISTORY
@@ -8,4 +8,4 @@
* POST_RESURRECT: Same as final
2007-06-27 Jeremy Sutherland <Belxjander@earthlink.net>
- * Spell Created
+ * DETAILS, DEPENDS, FINAL: Spell Created
diff --git a/i18n/im-ja/PREPARE b/i18n/im-ja/PREPARE
index bbec08d518..8149d185f2 100755
--- a/i18n/im-ja/PREPARE
+++ b/i18n/im-ja/PREPARE
@@ -1,6 +1,6 @@
config_query_list "IMJA_BRANCH" "Build which version?" stable cvs &&
-if [ "${IMJA_BRANCH}" == "cvs" ]; then
+if [[ "${IMJA_BRANCH}" == "cvs" ]]; then
config_query IMJA_CVS_AUTOUPDATE \
"Update to the latest CVS automatically on every cast?" \
n
diff --git a/i18n/im-ja/PRE_BUILD b/i18n/im-ja/PRE_BUILD
index 9d3f44a914..d6e1fa4dc1 100755
--- a/i18n/im-ja/PRE_BUILD
+++ b/i18n/im-ja/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
-if [ "${IMJA_BRANCH}" == "cvs" ]; then
+if [[ "${IMJA_BRANCH}" == "cvs" ]]; then
cd $SOURCE_DIRECTORY &&
- NOCONFIGURE=yes ./autogen.sh
+ NOCONFIGURE=yes ./autogen.sh
fi