Loading Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ dpkg: dist debian/changelog upload: dist ./tools/googlecode_upload.py \ -s "pyzy source code" \ -p ibus \ -p pyzy \ -l "Type-Source,OpSys-Linux,Chinese,Unstable" \ $(distdir).tar.gz Loading configure.ac +6 −6 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ m4_define([pyzy_api_version], [1.0]) AC_PREFEQ([2.62]) AC_INIT([pyzy], [pyzy_version], [http://code.google.com/p/ibus/issues/entry], [http://code.google.com/p/pyzy/issues/entry], [pyzy]) AC_CONFIG_HEADERS([config.h]) Loading Loading @@ -95,7 +95,7 @@ AM_PROG_LIBTOOL # check glib2 AM_PATH_GLIB_2_0 PKG_CHECK_MODULES(GLIB2, [ glib-2.0 >= 2.26.0 glib-2.0 >= 2.24.0 ]) # check sqlite Loading Loading @@ -134,7 +134,7 @@ AM_CONDITIONAL(HAVE_LIBUUID, test x"$HAVE_LIBUUID" = x"yes") AC_PATH_PROG(ENV, env) AC_SUBST(ENV) # --disble-boost # --enable-boost AC_ARG_ENABLE(boost, AC_HELP_STRING([--enable-boost], [Do not use boost and use stdc++0x to replace boost.]), Loading Loading @@ -163,14 +163,14 @@ if test x"$enable_opencc" = x"yes"; then ]) fi # --enable-db-android # --disable-db-android AC_ARG_ENABLE(db-android, AS_HELP_STRING([--disable-db-android], [do not build database from pinyin in android]), [enable_db_android=$enableval], [enable_db_android=yes] ) AM_CONDITIONAL(IBUS_BUILD_DB_ANDROID, [test x"$enable_db_android" = x"yes" ]) AM_CONDITIONAL(PYZY_BUILD_DB_ANDROID, [test x"$enable_db_android" = x"yes" ]) # --enable-db-open-phrase AC_ARG_ENABLE(db-open-phrase, Loading @@ -179,7 +179,7 @@ AC_ARG_ENABLE(db-open-phrase, [enable_db_open_phrase=$enableval], [enable_db_open_phrase=no] ) AM_CONDITIONAL(IBUS_BUILD_DB_OPEN_PHRASE, [test x"$enable_db_open_phrase" = x"yes" ]) AM_CONDITIONAL(PYZY_BUILD_DB_OPEN_PHRASE, [test x"$enable_db_open_phrase" = x"yes" ]) # OUTPUT files AC_CONFIG_FILES([ Loading data/db/android/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ data_files = \ rawdict_utf16_65105_freq.txt \ $(NULL) if IBUS_BUILD_DB_ANDROID if PYZY_BUILD_DB_ANDROID main_db_DATA = \ android.db \ $(NULL) Loading data/db/open-phrase/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA if IBUS_BUILD_DB_OPEN_PHRASE if PYZY_BUILD_DB_OPEN_PHRASE db_file = open-phrase.db main_db_DATA = \ db/$(db_file) \ Loading @@ -31,7 +31,7 @@ DBTAR = pinyin-database-$(DBVER).tar.bz2 $(DBTAR): $(AM_V_GEN) \ wget http://ibus.googlecode.com/files/$(DBTAR) || \ wget http://pyzy.googlecode.com/files/$(DBTAR) || \ ( $(RM) $@; exit 1) stamp-db: $(DBTAR) Loading pyzy-1.0.pc.in +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ datadir=@datadir@ pkgdatadir=@datadir@/ibus pkgdatadir=@datadir@/pyzy Name: PyZy Description: Chinese PinYin & ZhuYin Library Loading Loading
Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ dpkg: dist debian/changelog upload: dist ./tools/googlecode_upload.py \ -s "pyzy source code" \ -p ibus \ -p pyzy \ -l "Type-Source,OpSys-Linux,Chinese,Unstable" \ $(distdir).tar.gz Loading
configure.ac +6 −6 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ m4_define([pyzy_api_version], [1.0]) AC_PREFEQ([2.62]) AC_INIT([pyzy], [pyzy_version], [http://code.google.com/p/ibus/issues/entry], [http://code.google.com/p/pyzy/issues/entry], [pyzy]) AC_CONFIG_HEADERS([config.h]) Loading Loading @@ -95,7 +95,7 @@ AM_PROG_LIBTOOL # check glib2 AM_PATH_GLIB_2_0 PKG_CHECK_MODULES(GLIB2, [ glib-2.0 >= 2.26.0 glib-2.0 >= 2.24.0 ]) # check sqlite Loading Loading @@ -134,7 +134,7 @@ AM_CONDITIONAL(HAVE_LIBUUID, test x"$HAVE_LIBUUID" = x"yes") AC_PATH_PROG(ENV, env) AC_SUBST(ENV) # --disble-boost # --enable-boost AC_ARG_ENABLE(boost, AC_HELP_STRING([--enable-boost], [Do not use boost and use stdc++0x to replace boost.]), Loading Loading @@ -163,14 +163,14 @@ if test x"$enable_opencc" = x"yes"; then ]) fi # --enable-db-android # --disable-db-android AC_ARG_ENABLE(db-android, AS_HELP_STRING([--disable-db-android], [do not build database from pinyin in android]), [enable_db_android=$enableval], [enable_db_android=yes] ) AM_CONDITIONAL(IBUS_BUILD_DB_ANDROID, [test x"$enable_db_android" = x"yes" ]) AM_CONDITIONAL(PYZY_BUILD_DB_ANDROID, [test x"$enable_db_android" = x"yes" ]) # --enable-db-open-phrase AC_ARG_ENABLE(db-open-phrase, Loading @@ -179,7 +179,7 @@ AC_ARG_ENABLE(db-open-phrase, [enable_db_open_phrase=$enableval], [enable_db_open_phrase=no] ) AM_CONDITIONAL(IBUS_BUILD_DB_OPEN_PHRASE, [test x"$enable_db_open_phrase" = x"yes" ]) AM_CONDITIONAL(PYZY_BUILD_DB_OPEN_PHRASE, [test x"$enable_db_open_phrase" = x"yes" ]) # OUTPUT files AC_CONFIG_FILES([ Loading
data/db/android/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ data_files = \ rawdict_utf16_65105_freq.txt \ $(NULL) if IBUS_BUILD_DB_ANDROID if PYZY_BUILD_DB_ANDROID main_db_DATA = \ android.db \ $(NULL) Loading
data/db/open-phrase/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA if IBUS_BUILD_DB_OPEN_PHRASE if PYZY_BUILD_DB_OPEN_PHRASE db_file = open-phrase.db main_db_DATA = \ db/$(db_file) \ Loading @@ -31,7 +31,7 @@ DBTAR = pinyin-database-$(DBVER).tar.bz2 $(DBTAR): $(AM_V_GEN) \ wget http://ibus.googlecode.com/files/$(DBTAR) || \ wget http://pyzy.googlecode.com/files/$(DBTAR) || \ ( $(RM) $@; exit 1) stamp-db: $(DBTAR) Loading
pyzy-1.0.pc.in +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ datadir=@datadir@ pkgdatadir=@datadir@/ibus pkgdatadir=@datadir@/pyzy Name: PyZy Description: Chinese PinYin & ZhuYin Library Loading