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
2 changed files:
Changes:
| ... | ... | @@ -28,11 +28,10 @@ mv noto-fonts-* noto-fonts |
| 28 | 28 | |
| 29 | 29 | [% IF c("var/linux") %]
|
| 30 | 30 | unzip "$rootdir/[% c('input_files_by_name/arimo') %]"
|
| 31 | - cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* NotoSans{JP,KR,SC,TC}-Regular.otf $distdir/
|
|
| 32 | -[% END %]
|
|
| 33 | - |
|
| 34 | -[% IF c("var/linux") || c("var/windows") %]
|
|
| 35 | - cp NotoColorEmoji.ttf $distdir/
|
|
| 31 | + cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* \
|
|
| 32 | + NotoSans{JP,KR,SC,TC}-Regular.otf \
|
|
| 33 | + NotoColorEmoji.ttf \
|
|
| 34 | + $distdir/
|
|
| 36 | 35 | [% END %]
|
| 37 | 36 | |
| 38 | 37 | cp "$rootdir/[% c('input_files_by_name/Pyidaungsu') %]" $distdir/
|
| ... | ... | @@ -190,7 +190,7 @@ input_files: |
| 190 | 190 | enable: '[% c("var/linux") %]'
|
| 191 | 191 | - URL: https://github.com/googlefonts/noto-emoji/raw/b3e3051a088047d19fd4d49b1c3ac42fb8c3aaf8/fonts/NotoColorEmoji.ttf
|
| 192 | 192 | sha256sum: 3ed77810c203e1a67735dc19d395f32c23f2d7c0c3696690f4f78e15e57ab816
|
| 193 | - enable: '[% c("var/linux") || c("var/windows") %]'
|
|
| 193 | + enable: '[% c("var/linux") %]'
|
|
| 194 | 194 | - URL: https://github.com/stipub/stixfonts/raw/v2.13b171/fonts/static_otf/STIXTwoMath-Regular.otf
|
| 195 | 195 | sha256sum: 3a5f3f26f40d5698b3c62dd085d48d6663696a3f80825aab8b553d5097518e8c
|
| 196 | 196 | name: stix
|