From: Felipe Correa da Silva Sanches Date: Tue, 2 Jun 2026 11:58:01 +0000 (+0100) Subject: Sawarabi Mincho: document build-time-generated source (no .ufoz; pending upstream... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fa7b95b63d3dbbf55d035b52b5c53e772579bb17;p=thirdparty%2Fgoogle%2Ffonts.git Sawarabi Mincho: document build-time-generated source (no .ufoz; pending upstream fix) SawarabiMincho.glyphs is generated from a FontForge .sfdir via a babelfont exec step at build time; there is no committed .ufoz (or gftools-buildable source) to declare. Documented the pending upstream fix (commit the generated .glyphs under sources/generated/, or babelfont tooling). No METADATA/config change. See upstream_info.md. Assisted by an AI agent (Claude Opus 4.8) --- diff --git a/ofl/sawarabimincho/upstream_info.md b/ofl/sawarabimincho/upstream_info.md index 75eac54818..eb70d0c392 100644 --- a/ofl/sawarabimincho/upstream_info.md +++ b/ofl/sawarabimincho/upstream_info.md @@ -13,3 +13,12 @@ The existing source metadata was reviewed. The repository URL and commit hash we ## Notes A Japanese serif (mincho) typeface designed by mshio, with primary script `Jpan`. The source block references an archive URL pointing to release v1.082 on GitHub. Both a repository commit and an archive_url are specified. The repository is hosted under the googlefonts organization. The source block uses the `main` branch and references a config.yaml. + + +## Source-metadata review (2026-06-02) — build-time-generated `.glyphs` from `.sfdir` (no `.ufoz`; PENDING upstream fix) + +**Model**: Claude Opus 4.8 + +fontc_crater reports `missing source 'SawarabiMincho.glyphs'`. Unlike the `.ufoz` families in this batch, **there is no committed `.ufoz` (or any gftools-buildable source) to declare**: `SawarabiMincho.glyphs` is generated at build time by a `babelfont` `exec` step in `sources/config.yaml`'s recipe, which converts the committed FontForge source (`fonts/mincho/sawarabi-mincho-medium.sfdir`) to `.glyphs`. gftools-builder / fontc cannot read a `.sfdir` directly, so there is nothing to point an override config at. + +**PENDING (work on later):** an upstream PR to `googlefonts/sawarabi-mincho` that commits the generated `SawarabiMincho.glyphs` (conventionally under `sources/generated/`) and points the config at it — or, alternatively, tooling support for running the `babelfont` conversion. No override config is added here.