]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Archivo Black: add source block to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Feb 2026 06:53:49 +0000 (06:53 +0000)
committerFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Feb 2026 09:22:56 +0000 (09:22 +0000)
- Repo: Omnibus-Type/ArchivoBlack
- Commit: 95df3c54 (Merge pull request #2 from m4rc1e/canonical)
- Config: override config.yaml in google/fonts
- Status: `missing_config`
- Confidence: HIGH

ofl/archivoblack/METADATA.pb
ofl/archivoblack/config.yaml [new file with mode: 0644]
ofl/archivoblack/upstream_info.md [new file with mode: 0644]

index 32f1265068b85709846d50df84fb5851c048bc52..8cde51d534cc5b0329be8ecf75b9d3d7def3a151 100644 (file)
@@ -17,6 +17,7 @@ subsets: "latin-ext"
 subsets: "menu"
 source {
   repository_url: "https://github.com/Omnibus-Type/ArchivoBlack"
+  commit: "95df3c54d818473a3e362f30ae3059bd85b80036"
 }
 stroke: "SANS_SERIF"
 classifications: "DISPLAY"
diff --git a/ofl/archivoblack/config.yaml b/ofl/archivoblack/config.yaml
new file mode 100644 (file)
index 0000000..58d1c88
--- /dev/null
@@ -0,0 +1,3 @@
+sources:
+  - SRC/Archivo-Black.glyphs
+buildVariable: false
diff --git a/ofl/archivoblack/upstream_info.md b/ofl/archivoblack/upstream_info.md
new file mode 100644 (file)
index 0000000..8960886
--- /dev/null
@@ -0,0 +1,65 @@
+# Archivo Black
+
+**Status**: `missing_config`
+**Date**: 2026-02-25
+**Designer**: Omnibus-Type
+**License**: OFL
+**METADATA.pb**: `ofl/archivoblack/METADATA.pb`
+
+## Data
+
+| Field | Value |
+|-------|-------|
+| Repository URL | https://github.com/Omnibus-Type/ArchivoBlack |
+| Commit | `95df3c54d818473a3e362f30ae3059bd85b80036` |
+| Config YAML | — |
+| Source types | glyphs, ufo |
+
+## Methodology
+
+### Repository URL
+Pre-existing in METADATA.pb `source { repository_url }` field.
+
+### Commit Hash
+Identified via google/fonts PR body analysis, commit message references, or date correlation with upstream history.
+- Commit date: 2017-06-06 23:03:44 -0300
+- Commit message: "Merge pull request #2 from m4rc1e/canonical"
+
+### Config YAML
+Missing — upstream repo has gftools-compatible sources (glyphs, ufo) but no config.yaml file exists. An override config.yaml could be created.
+
+## Evidence
+
+### METADATA.pb source block
+- `repository_url`: `https://github.com/Omnibus-Type/ArchivoBlack`
+- `commit`: `—`
+- `config_yaml`: `—`
+
+### google/fonts history
+- Last font modification: `e723d317895c`
+- Date: 2017-08-07 22:07:25 +0100
+- Subject: "archivoblack: v1.006 added. (#1121)"
+
+### Upstream repo cache
+- Cached at: `Omnibus-Type/ArchivoBlack`
+- Commit `95df3c54d818` verified ✓
+
+## Confidence
+
+**High**: URL pre-existing in METADATA.pb; commit verified in upstream repo
+
+## Notes
+
+Has gftools-buildable sources (glyphs, ufo), needs config.yaml
+
+## Override Config YAML
+
+An override `config.yaml` has been added to the google/fonts family directory. Contents:
+
+```yaml
+sources:
+  - SRC/Archivo-Black.glyphs
+buildVariable: false
+```
+
+This override config enables gftools-builder to compile the font from upstream sources.