]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Mingzat: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:00:37 +0000 (18:00 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:11:19 +0000 (23:11 +0000)
- Repo: silnrsi/font-mingzat
- Commit: bfe7e71 (v1.100 tag, matches archive_url release)
- Status: complete
- Confidence: HIGH

Assisted by an AI agent (Claude Opus 4.6)

ofl/mingzat/METADATA.pb
ofl/mingzat/upstream_info.md [new file with mode: 0644]

index 449dd45f77ee677c24d7b8428f18f2ce5156d2eb..f9ae3818e4b74f8a9db942894335e299ba097b40 100644 (file)
@@ -18,6 +18,7 @@ subsets: "lepcha"
 subsets: "menu"
 source {
   repository_url: "https://github.com/silnrsi/font-mingzat"
+  commit: "bfe7e714b737d9d0b3b43ad88e3b844449175560"
   archive_url: "https://github.com/silnrsi/font-mingzat/releases/download/v1.100/Mingzat-1.100.zip"
   files {
     source_file: "Mingzat-1.100/OFL.txt"
diff --git a/ofl/mingzat/upstream_info.md b/ofl/mingzat/upstream_info.md
new file mode 100644 (file)
index 0000000..42ae0b8
--- /dev/null
@@ -0,0 +1,36 @@
+# Mingzat — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Repository
+
+- **URL**: https://github.com/silnrsi/font-mingzat
+- **Branch**: master
+- **Commit (v1.100)**: `bfe7e714b737d9d0b3b43ad88e3b844449175560`
+- **Latest tag**: v1.200 (`59ed20ce52c89b343fda8a0d338f24aaff6e952a`)
+
+## Source Files
+
+- `source/Mingzat.designspace` — designspace file
+- `source/Mingzat-Regular.ufo` — UFO source with embedded `features.fea`
+- Additional OpenType feature sources in `source/opentype/`
+
+## Build System
+
+- **Smith** (SIL's font build tool), configured via `wscript`
+- The `config.yaml` in google/fonts already points to `source/Mingzat.designspace`, which allows Google Fonts infrastructure to rebuild from source using fontmake/fontc.
+
+## config.yaml
+
+Already present and correct — points to `sources: [source/Mingzat.designspace]`. No changes needed.
+
+## Notes
+
+- The METADATA.pb references the v1.100 release archive. A newer release (v1.200) exists upstream. The current enrichment adds the commit hash for the version currently served by Google Fonts (v1.100).
+- The archive URL (`https://github.com/silnrsi/font-mingzat/releases/download/v1.100/Mingzat-1.100.zip`) was verified accessible (HTTP 302 redirect to GitHub asset CDN, as expected).
+- The repository URL (`https://github.com/silnrsi/font-mingzat`) was verified accessible (HTTP 200).
+
+## Confidence
+
+**High** — The v1.100 tag clearly corresponds to the release archive referenced in METADATA.pb. The commit hash is unambiguous.