This is an automated email from the ASF dual-hosted git repository.
leginee pushed a change to branch bazel-migration
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from f805c0b727 fix missing text in menu
new 8d9fbbad73 fix radio buttons of the fallback did not kick in.
new 7bdd9075f8 fix missing native bindings in dbg build
new 9d89ef9c87 fixed decoration nameing and icon.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
MODULE.bazel | 12 ++++++
MODULE.bazel.lock | 17 ++++++++
build/product.bzl | 77 ++++++++++++++++++++++++++++++++++++
main/default_images/BUILD.bazel | 9 ++++-
main/desktop/BUILD.bazel | 38 ++++++++++++++++++
main/desktop/util/fix_icon_rc.pl | 58 +++++++++++++++++++++++++++
main/postprocess/BUILD.bazel | 41 ++++++++++++++++++-
main/staging/BUILD.bazel | 7 +++-
main/staging/soffice.exe.manifest | 12 ++++++
main/sysui/desktop/icons/BUILD.bazel | 9 +++++
main/vcl/BUILD.bazel | 7 ++++
main/vcl/readme.md | 63 +++++++++++++++++++++++++++++
12 files changed, 346 insertions(+), 4 deletions(-)
create mode 100644 build/product.bzl
create mode 100644 main/desktop/util/fix_icon_rc.pl
create mode 100644 main/sysui/desktop/icons/BUILD.bazel