Skip to content

Commit 8e8cf2f

Browse files
committed
Fix Arabic UI build, make build error on any fail
1 parent bda0783 commit 8e8cf2f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ venv: venv/touchfile
1616

1717
build.stamp: venv .init.stamp sources/config*.yaml $(SOURCES)
1818
rm -rf fonts
19-
(for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config; done) && touch build.stamp
19+
(for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config || exit 1; done) && touch build.stamp
2020

2121
.init.stamp: venv
2222
. venv/bin/activate; python3 scripts/first-run.py

sources/NotoSansArabicUI.glyphs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
.appVersion = "3512";
33
DisplayStrings = (
4-
"/gaf-ar.medi"
4+
"/alef-ar.fina.wide/alefFathatan-ar.fina"
55
);
66
classes = (
77
{
@@ -46251,7 +46251,7 @@ unicode = FE73;
4625146251
{
4625246252
export = 0;
4625346253
glyphname = "alef-ar.fina.wide";
46254-
lastChange = "2016-07-29 16:49:39 +0000";
46254+
lastChange = "2026-08-12 12:59:06 +0000";
4625546255
layers = (
4625646256
{
4625746257
anchors = (
@@ -46262,6 +46262,10 @@ position = "{128, 0}";
4626246262
{
4626346263
name = top;
4626446264
position = "{103, 694}";
46265+
},
46266+
{
46267+
name = top.digit;
46268+
position = "{67, 694}";
4626546269
}
4626646270
);
4626746271
layerId = "9B455188-434F-489F-9A18-4C18DBE88840";
@@ -46429,7 +46433,7 @@ position = "{103, 714}";
4642946433
},
4643046434
{
4643146435
name = top.digit;
46432-
position = "{92, 714}";
46436+
position = "{86, 714}";
4643346437
}
4643446438
);
4643546439
layerId = "A2AC38AA-6CC4-4B2B-B5AB-64A49772F2D3";

0 commit comments

Comments
 (0)