From: Felipe Correa da Silva Sanches Date: Fri, 24 Apr 2026 09:14:50 +0000 (+0100) Subject: League Script: add override config.yaml (compat + legacy sources upstream) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d02e44e262e700a3a7385e23b280940bdba0700;p=thirdparty%2Fgoogle%2Ffonts.git League Script: add override config.yaml (compat + legacy sources upstream) - Repo: theleagueof/league-script-number-one - Commit: 225add0 (unchanged) - Config: override in ofl/leaguescript/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: source/LeagueScriptNumberOne.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/leaguescript/config.yaml b/ofl/leaguescript/config.yaml new file mode 100644 index 000000000..3b09587b5 --- /dev/null +++ b/ofl/leaguescript/config.yaml @@ -0,0 +1,3 @@ +sources: + - source/LeagueScriptNumberOne.ufo +familyName: "League Script" diff --git a/ofl/leaguescript/upstream_info.md b/ofl/leaguescript/upstream_info.md index 24a3cec5f..622bb99bc 100644 --- a/ofl/leaguescript/upstream_info.md +++ b/ofl/leaguescript/upstream_info.md @@ -46,3 +46,9 @@ The repository URL is present but the commit hash is missing. The upstream repo ## Commit Added (MEDIUM confidence) Commit `225add0b37cf8268759ba4572e02630d9fb54ecf` was determined by **date_correlation**. Found the latest upstream commit before the binary modification date in google/fonts (2019-07-09). This assumes the upstream HEAD at onboarding time was the commit used. + +## 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 `225add0` (upstream legacy: .vfb in source/). Added an override `config.yaml` in `ofl/leaguescript/` that references the compatible sources only (`source/LeagueScriptNumberOne.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`.