]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
tinos: 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/googlefonts/tinos
Commit: aaf68d53c2d49dbd443631c333c804bf4c664e60
Override config.yaml created

Assisted by an AI agent (Claude Opus 4.6)

apache/tinos/METADATA.pb
apache/tinos/config.yaml [new file with mode: 0644]
apache/tinos/upstream_info.md [new file with mode: 0644]

index 5825229f6d8fefedf2b54dc212c53ff70a1689f9..307bc9a2e487b0b4630d05b4a71ff9eb0a595f9d 100644 (file)
@@ -48,3 +48,8 @@ subsets: "latin"
 subsets: "latin-ext"
 subsets: "menu"
 subsets: "vietnamese"
+
+source {
+  repository_url: "https://github.com/googlefonts/tinos"
+  commit: "aaf68d53c2d49dbd443631c333c804bf4c664e60"
+}
diff --git a/apache/tinos/config.yaml b/apache/tinos/config.yaml
new file mode 100644 (file)
index 0000000..3b62d88
--- /dev/null
@@ -0,0 +1,9 @@
+# Override config.yaml for apache/tinos
+# NOTE: This is a best-effort starting point for reproducible builds.
+# The shipped binary may have been built with different tools/versions.
+#
+sources:
+  - sources/Tinos-Regular.glyphs
+  - sources/Tinos-Bold.glyphs
+  - sources/Tinos-Italic.glyphs
+  - sources/Tinos-BoldItalic.glyphs
diff --git a/apache/tinos/upstream_info.md b/apache/tinos/upstream_info.md
new file mode 100644 (file)
index 0000000..16d280e
--- /dev/null
@@ -0,0 +1,35 @@
+# Tinos — Source Repository Investigation
+
+**Model**: Claude Opus 4.6
+
+## Source Repository
+
+| Field | Value |
+|-------|-------|
+| Repository | https://github.com/googlefonts/tinos |
+| Commit | `aaf68d53c2d49dbd443631c333c804bf4c664e60` |
+| Confidence | High |
+
+## Source Types
+
+The repository contains Glyphs sources:
+- `sources/Tinos-Regular.glyphs`
+- `sources/Tinos-Bold.glyphs`
+- `sources/Tinos-Italic.glyphs`
+- `sources/Tinos-BoldItalic.glyphs`
+
+All four styles have individual Glyphs source files.
+
+## Build Compatibility
+
+No `config.yaml` is present in the upstream repository. The Glyphs sources could potentially be built with gftools-builder given an override config.
+
+## Investigation Notes
+
+Tinos is one of the Chrome OS core fonts (metrically compatible with Times New Roman), hosted under the googlefonts organization. The binary in google/fonts was last updated on 2017-08-07 (v1.231 hotfix). The repository is the canonical upstream maintained by the Google Fonts team.
+
+A source block was added to METADATA.pb pointing to this repository and commit.
+
+## Confidence: High
+
+Official googlefonts organization repository.