diff options
| author | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-08 13:07:29 +0800 |
|---|---|---|
| committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-08 13:07:29 +0800 |
| commit | 4ccb9ab33199c07aac25b8e017d01adb7fa512b5 (patch) | |
| tree | 043fb9e445931c0621e0714813522554d1d21878 /data/db | |
| parent | 5bdcee961d675d69e078845c7be6739649eb2b31 (diff) | |
| download | ibus-libpinyin-4ccb9ab33199c07aac25b8e017d01adb7fa512b5.tar.gz ibus-libpinyin-4ccb9ab33199c07aac25b8e017d01adb7fa512b5.tar.xz ibus-libpinyin-4ccb9ab33199c07aac25b8e017d01adb7fa512b5.zip | |
Rename database google to android
Diffstat (limited to 'data/db')
| -rw-r--r-- | data/db/Makefile.am | 8 | ||||
| -rw-r--r-- | data/db/android/Makefile.am (renamed from data/db/google/Makefile.am) | 8 | ||||
| -rw-r--r-- | data/db/android/README (renamed from data/db/google/README) | 0 | ||||
| -rwxr-xr-x | data/db/android/create_db.py (renamed from data/db/google/create_db.py) | 0 | ||||
| -rw-r--r-- | data/db/android/create_valid_hanzi.py (renamed from data/db/google/create_valid_hanzi.py) | 0 | ||||
| l--------- | data/db/android/id.py (renamed from data/db/google/id.py) | 0 | ||||
| l--------- | data/db/android/pydict.py (renamed from data/db/google/pydict.py) | 0 | ||||
| -rw-r--r-- | data/db/android/rawdict_utf16_65105_freq.txt (renamed from data/db/google/rawdict_utf16_65105_freq.txt) | bin | 3570348 -> 3570348 bytes | |||
| -rw-r--r-- | data/db/android/valid_hanzi.py (renamed from data/db/google/valid_hanzi.py) | 0 | ||||
| -rw-r--r-- | data/db/android/valid_utf16.txt (renamed from data/db/google/valid_utf16.txt) | bin | 32934 -> 32934 bytes |
10 files changed, 8 insertions, 8 deletions
diff --git a/data/db/Makefile.am b/data/db/Makefile.am index fd05490..67e2f95 100644 --- a/data/db/Makefile.am +++ b/data/db/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST = \ $(NULL) SUBDIRS = \ - google \ + android \ open-phrase \ $(NULL) @@ -37,9 +37,9 @@ install-data-hook: @( \ if test "$(NO_INDEX)" = ""; then \ cd $(DESTDIR)$(main_dbdir); \ - if test -f google.db; then \ - echo "Creating index for google.db"; \ - sqlite3 google.db ".read create_index.sql"; \ + if test -f android.db; then \ + echo "Creating index for android.db"; \ + sqlite3 android.db ".read create_index.sql"; \ fi; \ if test -f open-phrase.db; then \ echo "Creating index for open-phrase.db"; \ diff --git a/data/db/google/Makefile.am b/data/db/android/Makefile.am index 885317b..a572656 100644 --- a/data/db/google/Makefile.am +++ b/data/db/android/Makefile.am @@ -29,14 +29,14 @@ data_files = \ rawdict_utf16_65105_freq.txt \ $(NULL) -if IBUS_BUILD_DB_GOOGLE +if IBUS_BUILD_DB_ANDROID main_db_DATA = \ - google.db \ + android.db \ $(NULL) main_dbdir = $(pkgdatadir)/db endif -google.db: $(google_raw_data) $(create_scripts) +android.db: $(android_raw_data) $(create_scripts) $(RM) $@ $(srcdir)/create_db.py $(srcdir)/rawdict_utf16_65105_freq.txt | sqlite3 $@ @@ -46,7 +46,7 @@ EXTRA_DIST = \ $(NULL) CLEANFILES = \ - google.db \ + android.db \ $(NULL) DISTCLEANFILES = \ diff --git a/data/db/google/README b/data/db/android/README index b7dbaab..b7dbaab 100644 --- a/data/db/google/README +++ b/data/db/android/README diff --git a/data/db/google/create_db.py b/data/db/android/create_db.py index bfa69ef..bfa69ef 100755 --- a/data/db/google/create_db.py +++ b/data/db/android/create_db.py diff --git a/data/db/google/create_valid_hanzi.py b/data/db/android/create_valid_hanzi.py index 52c473a..52c473a 100644 --- a/data/db/google/create_valid_hanzi.py +++ b/data/db/android/create_valid_hanzi.py diff --git a/data/db/google/id.py b/data/db/android/id.py index feea3e1..feea3e1 120000 --- a/data/db/google/id.py +++ b/data/db/android/id.py diff --git a/data/db/google/pydict.py b/data/db/android/pydict.py index 762c55e..762c55e 120000 --- a/data/db/google/pydict.py +++ b/data/db/android/pydict.py diff --git a/data/db/google/rawdict_utf16_65105_freq.txt b/data/db/android/rawdict_utf16_65105_freq.txt Binary files differindex 35eb3e8..35eb3e8 100644 --- a/data/db/google/rawdict_utf16_65105_freq.txt +++ b/data/db/android/rawdict_utf16_65105_freq.txt diff --git a/data/db/google/valid_hanzi.py b/data/db/android/valid_hanzi.py index e8ddc74..e8ddc74 100644 --- a/data/db/google/valid_hanzi.py +++ b/data/db/android/valid_hanzi.py diff --git a/data/db/google/valid_utf16.txt b/data/db/android/valid_utf16.txt Binary files differindex fecc67e..fecc67e 100644 --- a/data/db/google/valid_utf16.txt +++ b/data/db/android/valid_utf16.txt |
