]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Cairo: document build-time-generated source (no .ufoz; pending upstream fix)
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Tue, 2 Jun 2026 11:58:00 +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)
CairoNormal.glyphs is generated from sources/Cairo.glyphs by
scripts/makenormal.py at build time; there is no committed .ufoz to declare,
and declaring raw Cairo.glyphs would skip the transform. Documented the
pending upstream fix (commit the generated .glyphs under sources/generated/).
No METADATA/config change. See upstream_info.md.

Assisted by an AI agent (Claude Opus 4.8)

ofl/cairo/upstream_info.md

index f5f775db4606cdfbf85239236639a88663dfc788..ad8d8cd3ed0ca3867a5236dcf33097f90816fc7c 100644 (file)
@@ -63,3 +63,14 @@ The repo also contains `sources/cairoplay.yaml` for the Cairo Play variant and t
 ## Open Questions
 
 None. This family is fully documented and verified.
+
+
+## Source-metadata review (2026-06-02) — build-time-generated `.glyphs` (no `.ufoz`; PENDING upstream fix)
+
+**Model**: Claude Opus 4.8
+
+fontc_crater reports `missing source 'sources/CairoNormal.glyphs'` for this family. Unlike the `.ufoz` families in this batch, **there is no committed `.ufoz` to declare**: `sources/CairoNormal.glyphs` is generated at build time from the committed `sources/Cairo.glyphs` by `scripts/makenormal.py` (run by `build.sh`, then `rm`-ed), so it is absent from the static tree.
+
+Declaring the raw `sources/Cairo.glyphs` directly is **not** a valid workaround — it would skip the `makenormal` transform and build the wrong product. So no override config is added here.
+
+**PENDING (work on later):** an upstream PR to `Gue3bara/Cairo` that commits the generated `sources/CairoNormal.glyphs` (conventionally under `sources/generated/`) and points `sources/cairo.yaml` at it. (This is the same `sources/generated/` pattern recommended for the other build-time-generated families.)