From: Felipe Correa da Silva Sanches Date: Fri, 27 Feb 2026 12:32:53 +0000 (+0000) Subject: IM Fell English SC: add source block to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00f3ca7e4454ea4305198b93f8aab4962b2ee66;p=thirdparty%2Fgoogle%2Ffonts.git IM Fell English SC: add source block to METADATA.pb - Repo: librefonts/imfellenglishsc - Commit: unknown - Config: none - Status: missing_config - Confidence: HIGH --- diff --git a/ofl/imfellenglishsc/METADATA.pb b/ofl/imfellenglishsc/METADATA.pb index 33de6d9ec..e3e932893 100644 --- a/ofl/imfellenglishsc/METADATA.pb +++ b/ofl/imfellenglishsc/METADATA.pb @@ -14,3 +14,6 @@ fonts { } subsets: "menu" subsets: "latin" +source { + repository_url: "https://github.com/librefonts/imfellenglishsc" +} diff --git a/ofl/imfellenglishsc/upstream_info.md b/ofl/imfellenglishsc/upstream_info.md new file mode 100644 index 000000000..adf43b9a8 --- /dev/null +++ b/ofl/imfellenglishsc/upstream_info.md @@ -0,0 +1,39 @@ +# Investigation: IM Fell English SC + +## Summary + +| Field | Value | +|-------|-------| +| Family Name | IM Fell English SC | +| Slug | im-fell-english-sc | +| License Dir | ofl | +| Repository URL | https://github.com/librefonts/imfellenglishsc | +| Commit Hash | unknown | +| Config YAML | none | +| Status | no_config_possible | +| Confidence | HIGH | + +## Source Data (METADATA.pb) + +``` +No source block +``` + +## Investigation + +The METADATA.pb for IM Fell English SC (at `google/fonts/ofl/imfellenglishsc/METADATA.pb`) contains no source block. The family was added in the initial commit to google/fonts (commit `90abd17b4`, dated 2015-03-07 by Dave Crossland). + +The upstream repository was identified as `https://github.com/librefonts/imfellenglishsc` (confirmed by examining the cached repo at `upstream_repos/fontc_crater_cache/librefonts/imfellenglishsc/`). + +The librefonts/imfellenglishsc repository contains only TTX-decompiled font files: +- `IMFeENsc28P.ttf.ttx` (and split per-table `.ttx` files) + +There are no gftools-builder-compatible sources (no `.glyphs`, `.ufo`, or `.designspace` files). The `src/` directory contains only `METADATA_comments.txt` and `VERSIONS.txt`. The SC (Small Caps) variant is a companion to IM Fell English, designed by Igino Marini. + +The HEAD commit of the upstream repo is `34a4488608a28f901546cfccf90a5b00ae0fc5a0` (message: "update .travis.yml"). + +Because the upstream repository only contains TTX decompiled sources and no gftools-builder-compatible source files, it is not possible to add a meaningful `config_yaml` for automated rebuilds. + +## Conclusion + +No source block can be completed for IM Fell English SC. The upstream repository (`librefonts/imfellenglishsc`) only contains TTX-decompiled sources. Status: `no_config_possible`. A source block with `repository_url` only could be added to document the upstream location, but no `config_yaml` is available.