From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:50 +0000 (+0100) Subject: NTR: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4148cf8642fe0dddbf0abac4804fdd9e4be644e8;p=thirdparty%2Fgoogle%2Ffonts.git NTR: add override config.yaml (compat + legacy sources upstream) - Repo: appajid/ntr - Commit: 1268910 (unchanged) - Config: override in ofl/ntr/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: NTR.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/ntr/config.yaml b/ofl/ntr/config.yaml new file mode 100644 index 000000000..ab4a3abb2 --- /dev/null +++ b/ofl/ntr/config.yaml @@ -0,0 +1,3 @@ +sources: + - NTR.ufo +familyName: NTR diff --git a/ofl/ntr/upstream_info.md b/ofl/ntr/upstream_info.md index de809f461..9bcefb420 100644 --- a/ofl/ntr/upstream_info.md +++ b/ofl/ntr/upstream_info.md @@ -45,3 +45,9 @@ No `config.yaml` is present in the google/fonts directory for this family, and n - The repo has been dormant since November 2014. There is no evidence of more recent upstream activity. - Font version in the binary is 1.0.5 (ttfautohint v1.2.25). - No cached clone found in `/mnt/shared/upstream_repos/fontc_crater_cache/`. + +## 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 `1268910` (upstream legacy: .sfd in repo root). Added an override `config.yaml` in `ofl/ntr/` that references the compatible sources only (`NTR.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`.