From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:52 +0000 (+0100) Subject: Timmana: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59fb5dea6bb55650a8a2efc9fb970f451cad46c;p=thirdparty%2Fgoogle%2Ffonts.git Timmana: add override config.yaml (compat + legacy sources upstream) - Repo: appajid/timmana - Commit: 6ed6823 (unchanged) - Config: override in ofl/timmana/config.yaml - Status: complete - Confidence: HIGH Upstream at the pinned commit has both compatible sources (.ufo) and legacy .sfd/.vfb archives. The override references the compatible sources only: TimmanaRegular.ufo. STAT values omitted (all shipped fonts are statics; gftools-builder will auto-derive as needed). Assisted by an AI agent (Claude Opus 4.7 1M context) --- diff --git a/ofl/timmana/config.yaml b/ofl/timmana/config.yaml new file mode 100644 index 000000000..fa292b3f4 --- /dev/null +++ b/ofl/timmana/config.yaml @@ -0,0 +1,3 @@ +sources: + - TimmanaRegular.ufo +familyName: Timmana diff --git a/ofl/timmana/upstream_info.md b/ofl/timmana/upstream_info.md index ab09f5d7f..7a4fcb4f4 100644 --- a/ofl/timmana/upstream_info.md +++ b/ofl/timmana/upstream_info.md @@ -32,3 +32,9 @@ Source block was added to `METADATA.pb` pointing to the above repository and com ### Notes A secondary repository at `davelab6/timmana` was also found, but it contained only TTX (compiled XML) files and a bakery.yaml, with no editable source files. It was therefore skipped in favor of the canonical upstream. + +## Update (2026-04-24) — Override config.yaml + +**Model**: Claude Opus 4.7 (1M context) + +Upstream has both compatible sources (.ufo) and legacy `.sfd`/`.vfb` archives at the pinned commit `6ed6823` (upstream legacy: .vfb in repo root). Added an override `config.yaml` in `ofl/timmana/` that references the compatible sources only (`TimmanaRegular.ufo`). The legacy archives are retained upstream for historical reference but are not consumed by gftools-builder. `google-fonts-sources` auto-detects the override on the next regeneration of crater's `targets.json`.