]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
muktamahee: add source metadata
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Mar 2026 10:32:32 +0000 (10:32 +0000)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Mar 2026 10:46:28 +0000 (10:46 +0000)
Repo: https://github.com/EkType/Mukta
Commit: 7db4b0fc09894ad6814346172f6f0c1cf822a722

Assisted by an AI agent (Claude Opus 4.6)

ofl/muktamahee/METADATA.pb
ofl/muktamahee/upstream_info.md

index cb45583b5fdf8bb3f42c48bef91b023653b61ba6..7f6bb7e0bbf75d7443e36f4a5896a7b58a42be06 100644 (file)
@@ -71,3 +71,8 @@ subsets: "latin"
 subsets: "latin-ext"
 subsets: "menu"
 primary_script: "Guru"
+
+source {
+  repository_url: "https://github.com/EkType/Mukta"
+  commit: "7db4b0fc09894ad6814346172f6f0c1cf822a722"
+}
index 31cb76d568c296d56c173b9b224bb23c5d247049..324c2c7cae36bb736bdbb1cfc3ae1aedcfbb9f9c 100644 (file)
@@ -1,13 +1,30 @@
-# Mukta Mahee — Source Investigation
+# Mukta Mahee — Source Repository Investigation
 
 **Model**: Claude Opus 4.6
 
 ## Source Repository
-- **URL**: No public repository found
-- **Commit**: N/A
 
-## Findings
-No source block was found in METADATA.pb. The font was designed by Ek Type but had no source repository or commit information recorded.
+| Field | Value |
+|-------|-------|
+| Repository | [EkType/Mukta](https://github.com/EkType/Mukta) |
+| Commit | `7db4b0fc09894ad6814346172f6f0c1cf822a722` |
+| Date | 2017-05-23 |
+| Confidence | High |
 
-## Status
-- **Category**: NO_SOURCE
+## Investigation
+
+The METADATA.pb for Mukta Mahee had no source block. The upstream repository is EkType/Mukta, a monorepo containing four Mukta script variants. Mukta Mahee (Gurmukhi) sources are under the `MuktaMahee-Gurmukhi/` directory.
+
+### Source Types Available
+
+- **VFB** (FontLab): `MuktaMahee-Gurmukhi/{weight}/VFB/MuktaMahee-{weight}.vfb` (7 weights)
+- **TTX**: `MuktaMahee-Gurmukhi/MuktaMahee-{weight}.ttx` (all 7 weights)
+- **Feature files**: Per-weight `GPOS`, `features` files plus shared `GDEF`, `GSUB`, `GlyphOrderAndAliasDB`
+
+### Buildability
+
+VFB-only editable sources. The TTX files are XML representations of compiled fonts, not design sources. Not directly buildable with gftools-builder.
+
+### Actions Taken
+
+A source block was added to METADATA.pb pointing to commit `7db4b0f` (2017-05-23, "Update to 2.538"), which corresponds to the v2.538 update that was onboarded to google/fonts (PR #1018).