Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
92527a35 by Pier Angelo Vendrame at 2025-09-15T12:21:36+00:00
Bug 41563: Do not copy Noto Color Emoji on Windows.

The file is not compatible with Windows, and the Windows version does
not work as expected either.

- - - - -


2 changed files:

- projects/fonts/build
- projects/fonts/config


Changes:

=====================================
projects/fonts/build
=====================================
@@ -28,11 +28,10 @@ mv noto-fonts-* noto-fonts
 
 [% IF c("var/linux") %]
   unzip "$rootdir/[% c('input_files_by_name/arimo') %]"
-  cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* 
NotoSans{JP,KR,SC,TC}-Regular.otf $distdir/
-[% END %]
-
-[% IF c("var/linux") || c("var/windows") %]
-  cp NotoColorEmoji.ttf $distdir/
+  cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* \
+    NotoSans{JP,KR,SC,TC}-Regular.otf \
+    NotoColorEmoji.ttf \
+    $distdir/
 [% END %]
 
 cp "$rootdir/[% c('input_files_by_name/Pyidaungsu') %]" $distdir/


=====================================
projects/fonts/config
=====================================
@@ -190,7 +190,7 @@ input_files:
     enable: '[% c("var/linux") %]'
   - URL: 
https://github.com/googlefonts/noto-emoji/raw/b3e3051a088047d19fd4d49b1c3ac42fb8c3aaf8/fonts/NotoColorEmoji.ttf
     sha256sum: 3ed77810c203e1a67735dc19d395f32c23f2d7c0c3696690f4f78e15e57ab816
-    enable: '[% c("var/linux") || c("var/windows") %]'
+    enable: '[% c("var/linux") %]'
   - URL: 
https://github.com/stipub/stixfonts/raw/v2.13b171/fonts/static_otf/STIXTwoMath-Regular.otf
     sha256sum: 3a5f3f26f40d5698b3c62dd085d48d6663696a3f80825aab8b553d5097518e8c
     name: stix



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/92527a3568b3945b7f2b25bd36ebcf62700de278

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/92527a3568b3945b7f2b25bd36ebcf62700de278
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to