Package: mozc / 2.28.4715.102+dfsg-2.2+deb12u1

Metadata

Package Version Patches format
mozc 2.28.4715.102+dfsg-2.2+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update uim mozc to c979f127acaeb7b35d3344e8b1e40848e.patch | (download)

src/unix/uim/key_translator.cc | 441 441 + 0 - 0 !
src/unix/uim/key_translator.h | 111 111 + 0 - 0 !
src/unix/uim/mozc.cc | 1219 1219 + 0 - 0 !
src/unix/uim/scm/mozc-custom.scm | 396 396 + 0 - 0 !
src/unix/uim/scm/mozc-key-custom.scm | 74 74 + 0 - 0 !
src/unix/uim/scm/mozc.scm | 566 566 + 0 - 0 !
src/unix/uim/uim.gyp | 85 85 + 0 - 0 !
7 files changed, 2892 insertions(+)

 support uim framewor
0002 Support fcitx.patch | (download)

scripts/build | 6 6 + 0 - 0 !
scripts/build_fcitx5 | 6 6 + 0 - 0 !
scripts/build_fcitx5_bazel | 3 3 + 0 - 0 !
scripts/clang-format.sh | 2 2 + 0 - 0 !
scripts/configure | 2 2 + 0 - 0 !
scripts/install_fcitx | 27 27 + 0 - 0 !
scripts/install_fcitx5 | 9 9 + 0 - 0 !
scripts/install_fcitx5_bazel | 7 7 + 0 - 0 !
scripts/install_fcitx5_data | 22 22 + 0 - 0 !
scripts/install_fcitx5_icons | 27 27 + 0 - 0 !
scripts/install_server | 9 9 + 0 - 0 !
scripts/install_server_bazel | 8 8 + 0 - 0 !
src/BUILD.fcitx.bazel | 27 27 + 0 - 0 !
src/BUILD.fcitx5.bazel | 28 28 + 0 - 0 !
src/WORKSPACE.bazel | 16 16 + 0 - 0 !
src/unix/fcitx/BUILD | 97 97 + 0 - 0 !
src/unix/fcitx/eim.cc | 271 271 + 0 - 0 !
src/unix/fcitx/fcitx-mozc.conf | 11 11 + 0 - 0 !
src/unix/fcitx/fcitx.gyp | 111 111 + 0 - 0 !
src/unix/fcitx/fcitx_key_event_handler.cc | 243 243 + 0 - 0 !
src/unix/fcitx/fcitx_key_event_handler.h | 79 79 + 0 - 0 !
src/unix/fcitx/fcitx_key_translator.cc | 521 521 + 0 - 0 !
src/unix/fcitx/fcitx_key_translator.h | 121 121 + 0 - 0 !
src/unix/fcitx/fcitx_mozc.cc | 552 552 + 0 - 0 !
src/unix/fcitx/fcitx_mozc.h | 176 176 + 0 - 0 !
src/unix/fcitx/gen_fcitx_mozc_i18n.sh | 10 10 + 0 - 0 !
src/unix/fcitx/mozc.conf | 7 7 + 0 - 0 !
src/unix/fcitx/mozc_connection.cc | 214 214 + 0 - 0 !
src/unix/fcitx/mozc_connection.h | 154 154 + 0 - 0 !
src/unix/fcitx/mozc_response_parser.cc | 447 447 + 0 - 0 !
src/unix/fcitx/mozc_response_parser.h | 97 97 + 0 - 0 !
src/unix/fcitx/po/Messages.sh | 33 33 + 0 - 0 !
src/unix/fcitx/po/ca.po | 80 80 + 0 - 0 !
src/unix/fcitx/po/da.po | 80 80 + 0 - 0 !
src/unix/fcitx/po/de.po | 86 86 + 0 - 0 !
src/unix/fcitx/po/fcitx-mozc.pot | 78 78 + 0 - 0 !
src/unix/fcitx/po/ja.po | 87 87 + 0 - 0 !
src/unix/fcitx/po/ko.po | 82 82 + 0 - 0 !
src/unix/fcitx/po/ru.po | 82 82 + 0 - 0 !
src/unix/fcitx/po/zh_CN.po | 85 85 + 0 - 0 !
src/unix/fcitx/po/zh_TW.po | 84 84 + 0 - 0 !
src/unix/fcitx/surrounding_text_util.cc | 243 243 + 0 - 0 !
src/unix/fcitx/surrounding_text_util.h | 87 87 + 0 - 0 !
src/unix/fcitx5/BUILD | 101 101 + 0 - 0 !
src/unix/fcitx5/Messages.sh | 3 3 + 0 - 0 !
src/unix/fcitx5/fcitx5.gyp | 118 118 + 0 - 0 !
src/unix/fcitx5/fcitx_key_event_handler.cc | 244 244 + 0 - 0 !
src/unix/fcitx5/fcitx_key_event_handler.h | 79 79 + 0 - 0 !
src/unix/fcitx5/fcitx_key_translator.cc | 526 526 + 0 - 0 !
src/unix/fcitx5/fcitx_key_translator.h | 103 103 + 0 - 0 !
src/unix/fcitx5/mozc-addon.conf | 10 10 + 0 - 0 !
src/unix/fcitx5/mozc.conf | 7 7 + 0 - 0 !
src/unix/fcitx5/mozc_connection.cc | 69 69 + 0 - 0 !
src/unix/fcitx5/mozc_connection.h | 72 72 + 0 - 0 !
src/unix/fcitx5/mozc_engine.cc | 273 273 + 0 - 0 !
src/unix/fcitx5/mozc_engine.h | 148 148 + 0 - 0 !
src/unix/fcitx5/mozc_engine_factory.cc | 73 73 + 0 - 0 !
src/unix/fcitx5/mozc_response_parser.cc | 480 480 + 0 - 0 !
src/unix/fcitx5/mozc_response_parser.h | 88 88 + 0 - 0 !
src/unix/fcitx5/mozc_state.cc | 414 414 + 0 - 0 !
src/unix/fcitx5/mozc_state.h | 169 169 + 0 - 0 !
src/unix/fcitx5/org.fcitx.Fcitx5.Addon.Mozc.metainfo.xml.in | 16 16 + 0 - 0 !
src/unix/fcitx5/po/LINGUAS | 11 11 + 0 - 0 !
src/unix/fcitx5/po/ca.po | 119 119 + 0 - 0 !
src/unix/fcitx5/po/da.po | 119 119 + 0 - 0 !
src/unix/fcitx5/po/de.po | 120 120 + 0 - 0 !
src/unix/fcitx5/po/fcitx5-mozc.pot | 115 115 + 0 - 0 !
src/unix/fcitx5/po/he.po | 120 120 + 0 - 0 !
src/unix/fcitx5/po/ja.po | 120 120 + 0 - 0 !
src/unix/fcitx5/po/ko.po | 121 121 + 0 - 0 !
src/unix/fcitx5/po/ru.po | 124 124 + 0 - 0 !
src/unix/fcitx5/po/tr.po | 119 119 + 0 - 0 !
src/unix/fcitx5/po/zh_CN.po | 120 120 + 0 - 0 !
src/unix/fcitx5/po/zh_TW.po | 121 121 + 0 - 0 !
src/unix/fcitx5/surrounding_text_util.cc | 222 222 + 0 - 0 !
src/unix/fcitx5/surrounding_text_util.h | 86 86 + 0 - 0 !
76 files changed, 9047 insertions(+)

 [patch 2/7] support fcitx

Daescription: Support fcitx
  - Use latest version (commit: 27a5bd7e78ab)
  - Fix std::string issue.
0003 Change compiler from clang to gcc.patch | (download)

src/gyp/common.gypi | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 change compiler from clang to gcc
  Debian default c++ compiler is g++. This changes to it.
0004 Add usage_dict.txt.patch | (download)

src/third_party/japanese_usage_dictionary/usage_dict.txt | 1743 1743 + 0 - 0 !
1 file changed, 1743 insertions(+)

 japanese usage dictionary
0005 Enable verbose build.patch | (download)

src/build_mozc.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable verboase build
0006 Update gyp using absl.patch | (download)

scripts/build | 2 1 + 1 - 0 !
src/base/absl.gyp | 246 14 + 232 - 0 !
src/base/base.gyp | 21 8 + 13 - 0 !
src/base/base_test.gyp | 16 8 + 8 - 0 !
src/client/client_test.gyp | 2 1 + 1 - 0 !
src/composer/composer.gyp | 5 2 + 3 - 0 !
src/composer/composer_test.gyp | 4 2 + 2 - 0 !
src/config/config.gyp | 4 2 + 2 - 0 !
src/config/config_test.gyp | 2 1 + 1 - 0 !
src/converter/converter.gyp | 2 1 + 1 - 0 !
src/converter/converter_base.gyp | 6 3 + 3 - 0 !
src/converter/converter_main.gyp | 2 1 + 1 - 0 !
src/converter/converter_test.gyp | 2 1 + 1 - 0 !
src/data_manager/data_manager.gypi | 2 1 + 1 - 0 !
src/data_manager/data_manager_base.gyp | 9 4 + 5 - 0 !
src/data_manager/data_manager_test.gyp | 2 1 + 1 - 0 !
src/dictionary/dictionary.gyp | 9 4 + 5 - 0 !
src/dictionary/dictionary_base.gyp | 10 4 + 6 - 0 !
src/dictionary/dictionary_test.gyp | 2 1 + 1 - 0 !
src/dictionary/file/dictionary_file.gyp | 8 3 + 5 - 0 !
src/dictionary/system/system_dictionary.gyp | 4 2 + 2 - 0 !
src/dictionary/system/system_dictionary_test.gyp | 4 2 + 2 - 0 !
src/engine/engine.gyp | 7 3 + 4 - 0 !
src/gui/gui.gyp | 12 6 + 6 - 0 !
src/ios/ios.gyp | 2 1 + 1 - 0 !
src/ipc/ipc.gyp | 2 1 + 1 - 0 !
src/net/net.gyp | 2 1 + 1 - 0 !
src/prediction/prediction.gyp | 2 1 + 1 - 0 !
src/prediction/prediction_test.gyp | 2 1 + 1 - 0 !
src/renderer/renderer.gyp | 12 5 + 7 - 0 !
src/rewriter/calculator/calculator.gyp | 2 1 + 1 - 0 !
src/rewriter/rewriter.gyp | 3 1 + 2 - 0 !
src/rewriter/rewriter_base.gyp | 4 2 + 2 - 0 !
src/rewriter/rewriter_test.gyp | 4 2 + 2 - 0 !
src/session/session.gyp | 12 6 + 6 - 0 !
src/session/session_base.gyp | 6 3 + 3 - 0 !
src/session/session_test.gyp | 5 2 + 3 - 0 !
src/storage/louds/louds.gyp | 2 1 + 1 - 0 !
src/storage/louds/louds_test.gyp | 2 1 + 1 - 0 !
src/storage/storage.gyp | 3 1 + 2 - 0 !
src/testing/testing.gyp | 3 1 + 2 - 0 !
src/unix/emacs/emacs.gyp | 6 3 + 3 - 0 !
src/unix/ibus/ibus.gyp | 9 4 + 5 - 0 !
src/win32/base/win32_base.gyp | 4 2 + 2 - 0 !
44 files changed, 116 insertions(+), 354 deletions(-)

 update gyp using absl
  Upstream Mozc uses absl library onself. This updates the GYP configuration
  file to use the absl of the Debian package.
0007 common.gypi Use command v instead of which.patch | (download)

src/gyp/common.gypi | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 use 'command -v' instead of which
0009 protobuf.gyp Add latomic to link_settings.patch | (download)

src/protobuf/protobuf.gyp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] protobuf.gyp: add -latomic to link_settings

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

fcitx5 backport/e13338a41329f58e724801771f0cecf7338e24fb.patch | (download)

scripts/install_fcitx5_icons | 44 22 + 22 - 0 !
src/unix/fcitx5/mozc.conf | 2 1 + 1 - 0 !
src/unix/fcitx5/mozc_engine.cc | 18 9 + 9 - 0 !
3 files changed, 32 insertions(+), 32 deletions(-)

 [patch] rename mozc icon

Bug-Debian: https://bugs.debian.org/1091829