fcitx / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
114 stars 11 forks source link

fix mozc version info #48

Closed phoepsilonix closed 8 months ago

phoepsilonix commented 8 months ago

Description

flatpak info org.fcitx.Fcitx5.Addon.Mozc

The above command will display older version information.

Issue IDs

Modified code locations

modified: scripts/build_fcitx5_bazel src/unix/fcitx5/org.fcitx.Fcitx5.Addon.Mozc.metainfo.xml.in

added: scripts/version_info_update_fcitx5

Confirmation of the acceptable code locations

"Yes"

wengxt commented 8 months ago

Thanks for the idea, but I'll use a different approach to extract the version (via bazel).

wengxt commented 8 months ago

https://github.com/fcitx/mozc/commit/f38b3fdc954ed9f55dcea43db3d2a6c44f90d9de added with my own implement on updating version number with xq. The script is now integrated to fcitx5's ci task so it will be updated automatically on every upstream merge.