]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Sahitya: add source block to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:23 +0000 (18:51 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 23:16:13 +0000 (23:16 +0000)
Assisted by an AI agent (Claude Opus 4.6)

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

index 4e01f8c31a8390b4e79708b6e8a1d5ee76b33189..033fcce50cf7a76aaa594bf238d1de88296be794 100644 (file)
@@ -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 (file)
index 0000000..29b782d
--- /dev/null
@@ -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.