From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 18:51:23 +0000 (+0000) Subject: Sahitya: add source block to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c4e0dbf515ed8592d6b28e1b29b52dcff4350c;p=thirdparty%2Fgoogle%2Ffonts.git Sahitya: add source block to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/sahitya/METADATA.pb b/ofl/sahitya/METADATA.pb index 4e01f8c31..033fcce50 100644 --- a/ofl/sahitya/METADATA.pb +++ b/ofl/sahitya/METADATA.pb @@ -25,3 +25,16 @@ subsets: "menu" subsets: "devanagari" subsets: "latin" primary_script: "Deva" +source { + repository_url: "https://github.com/huertatipografica/sahitya" + commit: "c4b5b34d0fbad63654b1d9a6bff72e566bf9a2c6" + files { + source_file: "Sahitya-Regular.glyphs" + dest_file: "Sahitya-Regular.ttf" + } + files { + source_file: "Sahitya-Bold.glyphs" + dest_file: "Sahitya-Bold.ttf" + } + branch: "master" +} diff --git a/ofl/sahitya/upstream_info.md b/ofl/sahitya/upstream_info.md new file mode 100644 index 000000000..29b782d21 --- /dev/null +++ b/ofl/sahitya/upstream_info.md @@ -0,0 +1,35 @@ +# Sahitya — Source Metadata Investigation + +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Summary + +The canonical upstream repository for Sahitya was identified at `huertatipografica/sahitya` on GitHub. The repository contained Glyphs source files for both weights at the repository root. A source block was added to METADATA.pb. + +## Upstream Repository + +- **URL**: https://github.com/huertatipografica/sahitya +- **Owner**: huertatipografica (Huerta Tipográfica) +- **Branch**: master +- **Commit**: `c4b5b34d0fbad63654b1d9a6bff72e566bf9a2c6` +- **Commit message**: "fixed some conjuncts" + +## Source Files Found + +| File | Type | +|------|------| +| `Sahitya-Regular.glyphs` | Glyphs source (Regular weight) | +| `Sahitya-Bold.glyphs` | Glyphs source (Bold weight) | + +## Designer + +Sahitya was designed by Juan Pablo del Peral of Huerta Tipográfica (huertatipografica.com). The repository is hosted under the `huertatipografica` GitHub organization. + +## Investigation Notes + +The repository was located by checking the `huertatipografica` GitHub organization (matching the designer's website domain in the copyright notice). The repository `huertatipografica/sahitya` was confirmed to exist. The root directory contained two Glyphs source files corresponding to the Regular and Bold weights. The font covers the Devanagari and Latin scripts. + +## Result + +A source block was added to METADATA.pb referencing the repository URL, the latest commit hash, and both Glyphs source files.