]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
akronim: 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/akronim
Commit: 9288ae0636d38a5b42002d6df8b5906c49fe9b1a

Assisted by an AI agent (Claude Opus 4.6)

ofl/akronim/METADATA.pb
ofl/akronim/upstream_info.md

index 6b92e3abe6b461c00f16a4870efbb8303937102a..71b24a9caba0fa527663703f34e0075d094c8592 100644 (file)
@@ -15,3 +15,7 @@ fonts {
 subsets: "menu"
 subsets: "latin"
 subsets: "latin-ext"
+source {
+  repository_url: "https://github.com/librefonts/akronim"
+  commit: "9288ae0636d38a5b42002d6df8b5906c49fe9b1a"
+}
index 5b7c2bd26a364185dbe20a472f5fd4e26feee37f..c42ffa7d2c979c777aa7d8cff933178d4752c2dc 100644 (file)
@@ -1,40 +1,42 @@
-# Akronim
+# Akronim - Source Repository Investigation
 
-**Status**: `no_upstream_repo`
-**Date**: 2026-02-25
-**Designer**: Grzegorz Klimczewski
-**License**: OFL
-**METADATA.pb**: `ofl/akronim/METADATA.pb`
+**Model**: Claude Opus 4.6
 
-## Data
+## Source Repository
 
 | Field | Value |
 |-------|-------|
-| Repository URL | — |
-| Commit | unknown |
-| Config YAML | — |
+| **Repository** | [librefonts/akronim](https://github.com/librefonts/akronim) |
+| **Commit** | `9288ae0636d38a5b42002d6df8b5906c49fe9b1a` |
+| **Confidence** | medium |
+| **Source Types** | ttx |
+| **Has config.yaml** | No |
 
-## Methodology
+## Investigation Summary
 
-### Repository URL
-No upstream repository URL found.
+METADATA.pb for Akronim had no source block. A source block was added pointing to the librefonts mirror repository.
 
-### Commit Hash
-Commit hash unknown — could not be determined.
+## Source Analysis
 
-### Config YAML
-Not applicable — no upstream repository exists.
+The repository at https://github.com/librefonts/akronim 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.
 
-## Evidence
+**Available source types**: ttx (decompiled from binaries)
 
-### METADATA.pb source block
-No source block present in METADATA.pb.
+## Build Status
 
-### google/fonts history
-- Last font modification: `347b8a4d15b6`
-- Date: 2017-05-01 18:20:28 +0100
-- Subject: "hotfix-akronim: v1.002 added (#746)"
+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.
 
-## Confidence
+## Notes
 
-**High**: No upstream repository exists for this family.
+librefonts mirror with TTX sources. src/ has only METADATA_comments.txt and VERSIONS.txt.
+
+## Binary History in google/fonts
+
+```
+2017-05-01 13:20:28 -0400 347b8a4d15b618e787fc726898c66bb1dd6c0b02 hotfix-akronim: v1.002 added (#746)
+```
+
+## Actions Taken
+
+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.