]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Slackside One: add commit hash to METADATA.pb
authorFelipe Correa da Silva Sanches <juca@members.fsf.org>
Thu, 12 Mar 2026 18:51:20 +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/slacksideone/METADATA.pb
ofl/slacksideone/upstream_info.md [new file with mode: 0644]

index 07a930c8194c22d20dcf076bcb3acb7a170ef5f1..06856875d4b2f4ef2693a96ba00c10436b8dbff3 100644 (file)
@@ -31,6 +31,7 @@ source {
     dest_file: "DESCRIPTION.en_us.html"
   }
   branch: "master"
+  commit: "e5a03bb81c7a6c6eb9f901b993c2164213f143d4"
 }
 primary_script: "Hira"
 classifications: "DISPLAY"
diff --git a/ofl/slacksideone/upstream_info.md b/ofl/slacksideone/upstream_info.md
new file mode 100644 (file)
index 0000000..a4f7a19
--- /dev/null
@@ -0,0 +1,18 @@
+# Slackside One — Source Metadata Investigation
+
+**Model**: Claude Opus 4.6
+**Date**: 2026-03-12
+
+## Source Repository
+- **URL**: https://github.com/ManiackersDesign/slackside
+- **Commit**: `e5a03bb81c7a6c6eb9f901b993c2164213f143d4`
+- **Status**: Commit hash was added to existing source block
+
+## What Was Done
+The upstream repository at https://github.com/ManiackersDesign/slackside was identified as the source for Slackside One. The latest commit on the master branch was retrieved via the GitHub API and added to the `source` block in METADATA.pb. The repository contains a `build.py` script for building the fonts.
+
+## Build System
+The repository contains a `build.py` Python script at the root level for building font files from the sources in the `source/` directory. Pre-built fonts are available in the `fonts/` directory.
+
+## Notes
+Slackside One is a Japanese handwriting typeface by Maniackers Design. The METADATA.pb source block already included file mappings and a branch specification (`master`); only the commit hash was missing. Note that the license file in the repository is named `ofl.txt` (lowercase), which the file mapping correctly reflects.