From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 18:51:20 +0000 (+0000) Subject: Slackside One: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0efa67490ec427452a28e39267e2e9cb1dc4198;p=thirdparty%2Fgoogle%2Ffonts.git Slackside One: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/slacksideone/METADATA.pb b/ofl/slacksideone/METADATA.pb index 07a930c81..06856875d 100644 --- a/ofl/slacksideone/METADATA.pb +++ b/ofl/slacksideone/METADATA.pb @@ -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 index 000000000..a4f7a19f9 --- /dev/null +++ b/ofl/slacksideone/upstream_info.md @@ -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.