From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 18:51:27 +0000 (+0000) Subject: STIX Two Math + Text: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbdf7c1d098db22ef90cb028ab6c32f415a87605;p=thirdparty%2Fgoogle%2Ffonts.git STIX Two Math + Text: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/stixtwomath/METADATA.pb b/ofl/stixtwomath/METADATA.pb index 3aabd6dd6..7e27cef8d 100644 --- a/ofl/stixtwomath/METADATA.pb +++ b/ofl/stixtwomath/METADATA.pb @@ -35,4 +35,5 @@ source { dest_file: "STIXTwoMath-Regular.ttf" } branch: "master" + commit: "c4afdf3fa5390159ef24aca1db5e957487c23897" } diff --git a/ofl/stixtwomath/upstream_info.md b/ofl/stixtwomath/upstream_info.md new file mode 100644 index 000000000..2b57e3db5 --- /dev/null +++ b/ofl/stixtwomath/upstream_info.md @@ -0,0 +1,18 @@ +# STIX Two Math — Source Metadata Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Source Repository +- **URL**: https://github.com/stipub/stixfonts +- **Commit**: `c4afdf3fa5390159ef24aca1db5e957487c23897` +- **Status**: Commit hash was added to existing source block + +## What Was Done +The upstream repository at https://github.com/stipub/stixfonts was identified as the source for STIX Two Math. The latest commit on the master branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. Tagged releases were found (latest: `v2.13b171`). + +## Build System +The repository contains a `build.sh` shell script at the root level, along with a `tools/` directory and `requirements.in`/`requirements.txt` files indicating a Python-based build toolchain. Pre-built fonts are available in `fonts/static_ttf/` and `fonts/variable_ttf/` directories. + +## Notes +STIX Two Math is a mathematical OpenType font from the STIX Fonts project, designed by Tiro Typeworks, Ross Mills, John Hudson, and Paul Hanslow. It shares its upstream repository with STIX Two Text; both families were updated with the same commit hash. The METADATA.pb source block already included file mappings and a branch specification (`master`); only the commit hash was missing. diff --git a/ofl/stixtwotext/METADATA.pb b/ofl/stixtwotext/METADATA.pb index 94c2deaa6..6b42234f7 100644 --- a/ofl/stixtwotext/METADATA.pb +++ b/ofl/stixtwotext/METADATA.pb @@ -52,4 +52,5 @@ source { dest_file: "STIXTwoText-Italic[wght].ttf" } branch: "master" + commit: "c4afdf3fa5390159ef24aca1db5e957487c23897" } diff --git a/ofl/stixtwotext/upstream_info.md b/ofl/stixtwotext/upstream_info.md new file mode 100644 index 000000000..6089a46ab --- /dev/null +++ b/ofl/stixtwotext/upstream_info.md @@ -0,0 +1,18 @@ +# STIX Two Text — Source Metadata Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Source Repository +- **URL**: https://github.com/stipub/stixfonts +- **Commit**: `c4afdf3fa5390159ef24aca1db5e957487c23897` +- **Status**: Commit hash was added to existing source block + +## What Was Done +The upstream repository at https://github.com/stipub/stixfonts was identified as the source for STIX Two Text. The latest commit on the master branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. Tagged releases were found (latest: `v2.13b171`). + +## Build System +The repository contains a `build.sh` shell script at the root level, along with a `tools/` directory and `requirements.in`/`requirements.txt` files indicating a Python-based build toolchain. Pre-built fonts are available in `fonts/static_ttf/` and `fonts/variable_ttf/` directories. + +## Notes +STIX Two Text is a variable serif text font from the STIX Fonts project, designed by Tiro Typeworks, Ross Mills, John Hudson, and Paul Hanslow. It includes roman and italic variable fonts with a `wght` axis ranging from 400 to 700. It shares its upstream repository with STIX Two Math; both families were updated with the same commit hash. The METADATA.pb source block already included file mappings and a branch specification (`master`); only the commit hash was missing.