Files
mozc/ibus-provide-layout-variations.patch
Fuminobu Takeyama 0acda24660 Accepting request 1093661 from home:ftake:branches:M17N
- Upstream update to 2.29.5111.102
  * Fix overlay of mozc-candidate-style in mozc.el
  * Enable the candidate window to show on a secondary and later display
  * Update dictionaries
  * Introduce MOZC_IBUS_CANDIDATE_WINDOW to disable mozc_renderer
  * Support Emoji 15.0
  * Support ImeOn/ImeOff keys
  * Update absel-cpp and protobuf
  * Remove add-missing-include.patch
    - Merged by upstream
- Update fcitx-mozc
  * Refresh fcitx-mozc-bazel-build.patch
- Update zip code dictionaries
  * Refresh add-sha256sum-for-zipcode-archives.patch

OBS-URL: https://build.opensuse.org/request/show/1093661
OBS-URL: https://build.opensuse.org/package/show/M17N/mozc?expand=0&rev=106
2023-06-18 15:51:51 +00:00

33 lines
886 B
Diff

diff --git a/src/unix/ibus/gen_mozc_xml.py b/src/unix/ibus/gen_mozc_xml.py
index 75514ea3..7998c0e9 100755
--- a/src/unix/ibus/gen_mozc_xml.py
+++ b/src/unix/ibus/gen_mozc_xml.py
@@ -244,6 +244,27 @@ def main():
'rank': 99,
'symbol': 'A',
'composition_mode': 'DIRECT',
+ }, {
+ 'name': 'mozc-jp-jp',
+ 'longname': product_name + " - JP layout",
+ 'layout': 'jp',
+ 'layout_variant': '',
+ 'layout_option': '',
+ 'rank': 0,
+ }, {
+ 'name': 'mozc-us',
+ 'longname': product_name + " - US layout",
+ 'layout': 'us',
+ 'layout_variant': '',
+ 'layout_option': '',
+ 'rank': 0,
+ }, {
+ 'name': 'mozc-dv',
+ 'longname': product_name + " - US Dvorak layout",
+ 'layout': 'us',
+ 'layout_variant': 'dvorak',
+ 'layout_option': '',
+ 'rank': 0,
}]
if options.output_cpp: