]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
jomolhari: add source metadata
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 26 Mar 2026 10:32:29 +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/librefonts/jomolhari
Commit: 08671f0429160658734b73c0bf14bec35dd0fd84

Assisted by an AI agent (Claude Opus 4.6)

ofl/jomolhari/METADATA.pb
ofl/jomolhari/upstream_info.md

index ea55b082ea2fc809828e80b62cf26e71358bd7c4..ff71a80483c00c2e0a0db028929ad496cb61d7a0 100644 (file)
@@ -18,3 +18,7 @@ subsets: "tibetan"
 primary_script: "Tibt"
 stroke: "SERIF"
 classifications: "DISPLAY"
+source {
+  repository_url: "https://github.com/librefonts/jomolhari"
+  commit: "08671f0429160658734b73c0bf14bec35dd0fd84"
+}
index f6a13d693b27717f467ea678ea48f0eae68110c8..a25aac5c2ed01bc921247420fed5ff2accd27278 100644 (file)
@@ -1,38 +1,42 @@
-# Investigation: Jomolhari
+# Jomolhari - Source Repository Investigation
 
-## Summary
+**Model**: Claude Opus 4.6
+
+## Source Repository
 
 | Field | Value |
 |-------|-------|
-| Family Name | Jomolhari |
-| Slug | jomolhari |
-| License Dir | ofl |
-| Repository URL | unknown |
-| Commit Hash | unknown |
-| Config YAML | unknown |
-| Status | missing_url |
-| Confidence | HIGH |
+| **Repository** | [librefonts/jomolhari](https://github.com/librefonts/jomolhari) |
+| **Commit** | `08671f0429160658734b73c0bf14bec35dd0fd84` |
+| **Confidence** | medium |
+| **Source Types** | ttx |
+| **Has config.yaml** | No |
+
+## Investigation Summary
+
+METADATA.pb for Jomolhari had no source block. A source block was added pointing to the librefonts mirror repository.
 
-## Source Data (METADATA.pb)
+## Source Analysis
 
-No source block
+The repository at https://github.com/librefonts/jomolhari is a **librefonts mirror**. These repositories contain TTX (XML) files that were mechanically decompiled from the binary TTF fonts, not original design sources. They do not contain the original .glyphs, .ufo, .sfd, or other editable source files that the designer used to create the font.
 
-## Investigation
+**Available source types**: ttx (decompiled from binaries)
 
-The `ofl/jomolhari/` directory contains `DESCRIPTION.en_us.html`, `FONTLOG.txt`, `Jomolhari-Regular.ttf`, `METADATA.pb`, and `OFL.txt`. The METADATA.pb has no `source { }` block.
+## Build Status
 
-The font's history in google/fonts is as follows:
-- `90abd17b4` (Initial commit, 2015-03-07): Added `ofl/jomolhari/Jomolhari-alpha3c-0605331.ttf` along with FONTLOG, DESCRIPTION, and OFL.txt.
-- `636da261d` (2019-09-11, "jomolhari: gen metadata and hotfix font"): The font file was renamed from `Jomolhari-alpha3c-0605331.ttf` to `Jomolhari-Regular.ttf` (with slight binary changes), and METADATA.pb was created.
+This family is **not buildable** with gftools-builder from these sources. The TTX files in librefonts mirrors are binary round-trips, not design sources. No config.yaml was created because there are no compatible sources to build from.
 
-The FONTLOG.txt describes the font as "alpha version 0.003c" from 2005-05-31 by Christopher Fynn. The original filename `Jomolhari-alpha3c-0605331.ttf` encodes "alpha3c" (version 0.003c) and "0605331" (likely a date or revision reference from the original non-git hosting).
+## Notes
 
-The original DESCRIPTION linked to `https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari` (a Google Sites page). The current DESCRIPTION no longer includes this link.
+librefonts mirror with TTX sources. Christopher Fynn's Tibetan/Dzongkha font. thinleyd/jomolhari exists but is a web app, not font source.
 
-The copyright is "Copyright (c) 2006, Christopher J Fynn. All rights reserved." The font is a Tibetan script typeface for Tibetan and Dzongkha text.
+## Binary History in google/fonts
 
-No modern git repository for Jomolhari was found in the cache at `upstream_repos/fontc_crater_cache/`. The original distribution appears to have been hosted on Google Sites/Code or a similar pre-git platform (circa 2005-2006). This font predates GitHub and modern version control workflows for font projects.
+```
+2019-09-11 08:52:10 +0100 636da261d0d2ef4ef9344ba15754e914d634a863 jomolhari: gen metadata and hotfix font
+```
 
-## Conclusion
+## Actions Taken
 
-No source block exists in METADATA.pb and no upstream git repository is known. The font originates from a 2005/2006 project by Christopher Fynn hosted on Google Sites, which is not a git-based repository. A public git repository likely does not exist for this project. This is a case where a `no_config_possible` or `missing_url` status is appropriate. Further investigation is needed to determine if a modern git hosting exists for this font.
+1. A `source { }` block was added to METADATA.pb with the librefonts mirror repository URL and commit hash.
+2. No config.yaml was created because the repository contains only TTX decompiled binary dumps, not original design sources suitable for gftools-builder.