]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Sawarabi Mincho: document build-time-generated source (no .ufoz; pending upstream...
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Tue, 2 Jun 2026 11:58:01 +0000 (12:58 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Tue, 2 Jun 2026 12:04:44 +0000 (13:04 +0100)
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)

ofl/sawarabimincho/upstream_info.md

index 75eac5481817c64708c2cc28446a32ce70b0f941..eb70d0c392b7cb6c404e50876443fc6018c12084 100644 (file)
@@ -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.