This is an automated email from the ASF dual-hosted git repository. leginee pushed a commit to branch bazel-migration in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit af453cb46e8fc243be33ca28d55e9fdb219eb92c Author: Peter Kovacs <[email protected]> AuthorDate: Sat Jun 20 09:33:16 2026 +0200 update documentation --- CLAUDE.md | 15 +-------------- Migrated-packages.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index f3c0c60463..dc24ab81a0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,7 +25,6 @@ psprint_config — Linux PostScript/font config apple_remote — macOS Apple Remote control macOS — macOS-specific platform UI ── Deferred: Installer/packaging — post-build ──────────────────────────── -scp2 ✅ (installer package/script definitions) instsetoo_native ⬜ (native Windows installer build) setup_native ⬜ (Windows setup UI) packimages ⬜ (image packaging for install) @@ -36,7 +35,6 @@ autodoc ⬜ (API documentation generator) odk ⬜ (OpenDocument/Developer Kit) helpauthoring ⬜ (help authoring tools) helpcontent2 ⬜ (help content sources) -xmlhelp ✅ tvhlp1.dll + ucpchelp1.dll; stlport for hash_map, libxslt for XSLT in urlparameter xml2cmp ⬜ (XML component comparison tool) qadevOOo ⬜ (Java-based QA test framework) test 🔨 C++ unit-test infra runnable. @gtest 1.7.0 bzlmod wrap (built @@ -50,22 +48,11 @@ test 🔨 C++ unit-test infra runnable. @gtest 1.7.0 bzlmod wrap (bui testgraphical ⬜ (graphical/visual regression tests; needs instsetoo_native + qadevOOo) testtools ⬜ (bridgetest — pure-C++ UNO bridge round-trip; cli/pyuno/java variants deferred) ── Deferred: Standalone/misc ───────────────────────────────────────────── -crashrep ✅ (crash reporter) automation ⬜ (test automation/macro recorder framework) migrationanalysis ⬜ (migration analysis tool) -extensions ✅ 14 DLLs + 7 .res files; deploymenten-US.res alias for deployment manager; - componentmodule.cxx textual_hdrs pattern; twain_headers strip/prefix; - twain.cxx excluded (not in SLOFILES); ws2_32.lib for updchk curl -extras ✅ staged: share/autotext, share/wordbook, share/gallery, share/template, - share/config (wizard), share/database, share/fonts/truetype (OpenSymbol), - presets/autotext, presets/config (palettes); bootstrap.ini → 4bazel profile more_fonts — bundled fonts; blocked: SourceForge token URLs prevent http_archive; OpenSymbol staged via extras; other fonts (DejaVu, Carlito…) deferred -default_images ✅ images.zip staged to share/config/ via images_zip Starlark rule + - make_images_zip.pl (Archive::Zip); vcl/res/ excluded (baked into .res); - strip_prefix="main/default_images" → zip entries like "framework/res/backing.png" -ooo_custom_images ✅ images_industrial.zip staged to share/config/; classic deferred - (classic_images.tar.gz needs tar→zip conversion) + readlicense_oo — readme.html/txt; blocked: needs xsltproc + l10ntools merge; deferred ``` ## Goal diff --git a/Migrated-packages.md b/Migrated-packages.md index e29729ad73..0a4928d3c8 100644 --- a/Migrated-packages.md +++ b/Migrated-packages.md @@ -150,4 +150,21 @@ rsc pipeline ✅ (rscpp + rsc2 called directly as Bazel actions; rsc.exe laun not used; -lip= + -subimages= required for image lookup; normal mode writes .res only; 31 modules wired up) — build/rules/rsc_pipeline.bzl ── Deployment local ───────────────────────────────────── -postprocess ✅ (services.rdb, ooo_services_rdb, uiconfig.zip, 20 .xcd packages via fcfg_merge+pack_registry) — main/postprocess/readme.md \ No newline at end of file +postprocess ✅ (services.rdb, ooo_services_rdb, uiconfig.zip, 20 .xcd packages via fcfg_merge+pack_registry) — main/postprocess/readme.md +── Deferred: Installer/packaging — post-build ──────────────────────────── +scp2 ✅ (installer package/script definitions) +── Deferred: Docs/tests/dev tooling ───────────────────────────────────── +xmlhelp ✅ tvhlp1.dll + ucpchelp1.dll; stlport for hash_map, libxslt for XSLT in urlparameter +── Deferred: Standalone/misc ───────────────────────────────────────────── +crashrep ✅ (crash reporter) +extensions ✅ 14 DLLs + 7 .res files; deploymenten-US.res alias for deployment manager; + componentmodule.cxx textual_hdrs pattern; twain_headers strip/prefix; + twain.cxx excluded (not in SLOFILES); ws2_32.lib for updchk curl +extras ✅ staged: share/autotext, share/wordbook, share/gallery, share/template, + share/config (wizard), share/database, share/fonts/truetype (OpenSymbol), + presets/autotext, presets/config (palettes); bootstrap.ini → 4bazel profile +default_images ✅ images.zip staged to share/config/ via images_zip Starlark rule + + make_images_zip.pl (Archive::Zip); vcl/res/ excluded (baked into .res); + strip_prefix="main/default_images" → zip entries like "framework/res/backing.png" +ooo_custom_images ✅ images_industrial.zip staged to share/config/; classic deferred + (classic_images.tar.gz needs tar→zip conversion) \ No newline at end of file
