From b257d438f4071a5091d5353be9899473a7edfc53 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 8 Nov 2024 10:40:47 +0000 Subject: [PATCH] Update build process --- Makefile | 2 +- sources/config-looped-thai-ui.yaml | 1 + sources/config-sans-thai-looped.yaml | 1 + sources/config-sans-thai-ui.yaml | 1 + sources/config-sans-thai.yaml | 1 + sources/config-serif-thai.yaml | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0215f5d..3a49c6e9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ venv: venv/touchfile build.stamp: venv .init.stamp sources/config*.yaml $(SOURCES) rm -rf fonts - (for config in sources/config*.yaml; do . venv/bin/activate; python3 -m notobuilder $$config; done) && touch build.stamp + (for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config; done) && touch build.stamp .init.stamp: venv . venv/bin/activate; python3 scripts/first-run.py diff --git a/sources/config-looped-thai-ui.yaml b/sources/config-looped-thai-ui.yaml index 4c94414e..194bb308 100644 --- a/sources/config-looped-thai-ui.yaml +++ b/sources/config-looped-thai-ui.yaml @@ -1,5 +1,6 @@ buildVariable: false familyName: Noto Sans Thai Looped UI googleFonts: true +recipeProvider: noto sources: - NotoSansThaiLoopedUI.glyphs diff --git a/sources/config-sans-thai-looped.yaml b/sources/config-sans-thai-looped.yaml index 79ff71ec..9927e363 100644 --- a/sources/config-sans-thai-looped.yaml +++ b/sources/config-sans-thai-looped.yaml @@ -4,5 +4,6 @@ googleFonts: true includeSubsets: - from: Noto Sans name: GF_Latin_Core +recipeProvider: noto sources: - NotoSansThaiLooped.glyphs diff --git a/sources/config-sans-thai-ui.yaml b/sources/config-sans-thai-ui.yaml index 593a02ff..fed9a711 100644 --- a/sources/config-sans-thai-ui.yaml +++ b/sources/config-sans-thai-ui.yaml @@ -1,5 +1,6 @@ buildVariable: true familyName: Noto Sans Thai UI googleFonts: true +recipeProvider: noto sources: - NotoSansThaiUI.designspace diff --git a/sources/config-sans-thai.yaml b/sources/config-sans-thai.yaml index 1aa2c51c..e0f908c0 100644 --- a/sources/config-sans-thai.yaml +++ b/sources/config-sans-thai.yaml @@ -4,5 +4,6 @@ googleFonts: true includeSubsets: - from: Noto Sans name: GF_Latin_Core +recipeProvider: noto sources: - NotoSansThai.designspace diff --git a/sources/config-serif-thai.yaml b/sources/config-serif-thai.yaml index 4f813587..6ba651c1 100644 --- a/sources/config-serif-thai.yaml +++ b/sources/config-serif-thai.yaml @@ -6,5 +6,6 @@ googleFonts: true includeSubsets: - from: Noto Serif name: GF_Latin_Core +recipeProvider: noto sources: - NotoSerifThai.glyphs