morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
43348a3b
by Pier Angelo Vendrame at 2025-10-13T15:17:18+00:00
2 changed files:
Changes:
| ... | ... | @@ -28,8 +28,14 @@ mv noto-fonts-* noto-fonts |
| 28 | 28 | |
| 29 | 29 | [% IF c("var/linux") %]
|
| 30 | 30 | unzip "$rootdir/[% c('input_files_by_name/arimo') %]"
|
| 31 | + |
|
| 32 | + mkdir jigmo
|
|
| 33 | + pushd jigmo
|
|
| 34 | + unzip "$rootdir/[% c('input_files_by_name/jigmo') %]"
|
|
| 35 | + popd
|
|
| 36 | + |
|
| 31 | 37 | cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* \
|
| 32 | - NotoSans{JP,KR,SC,TC}-Regular.otf \
|
|
| 38 | + jigmo/Jigmo*.ttf \
|
|
| 33 | 39 | NotoColorEmoji.ttf \
|
| 34 | 40 | $distdir/
|
| 35 | 41 | [% END %]
|
| ... | ... | @@ -175,18 +175,9 @@ input_files: |
| 175 | 175 | - URL: https://github.com/notofonts/noto-fonts/raw/71d0a9e78ae4257499cabd4a8ad3e5e976c5c352/hinted/ttf/Tinos/Tinos-Regular.ttf
|
| 176 | 176 | sha256sum: cf264a22292950ca1679b2ade07e9e6ecb26c649ab70975d0e113f979efa827a
|
| 177 | 177 | enable: '[% c("var/linux") %]'
|
| 178 | - # Noto Sans CJK Version 2.004
|
|
| 179 | - - URL: https://github.com/googlefonts/noto-cjk/raw/523d033d6cb47f4a80c58a35753646f5c3608a78/Sans/SubsetOTF/JP/NotoSansJP-Regular.otf
|
|
| 180 | - sha256sum: dff723ba59d57d136764a04b9b2d03205544f7cd785a711442d6d2d085ac5073
|
|
| 181 | - enable: '[% c("var/linux") %]'
|
|
| 182 | - - URL: https://github.com/googlefonts/noto-cjk/raw/523d033d6cb47f4a80c58a35753646f5c3608a78/Sans/SubsetOTF/KR/NotoSansKR-Regular.otf
|
|
| 183 | - sha256sum: 69975a0ac8472717870aefeab0a4d52739308d90856b9955313b2ad5e0148d68
|
|
| 184 | - enable: '[% c("var/linux") %]'
|
|
| 185 | - - URL: https://github.com/googlefonts/noto-cjk/raw/523d033d6cb47f4a80c58a35753646f5c3608a78/Sans/SubsetOTF/SC/NotoSansSC-Regular.otf
|
|
| 186 | - sha256sum: faa6c9df652116dde789d351359f3d7e5d2285a2b2a1f04a2d7244df706d5ea9
|
|
| 187 | - enable: '[% c("var/linux") %]'
|
|
| 188 | - - URL: https://github.com/googlefonts/noto-cjk/raw/523d033d6cb47f4a80c58a35753646f5c3608a78/Sans/SubsetOTF/TC/NotoSansTC-Regular.otf
|
|
| 189 | - sha256sum: 5bab0cb3c1cf89dde07c4a95a4054b195afbcfe784d69d75c340780712237537
|
|
| 178 | + - URL: https://kamichikoichi.github.io/jigmo/Jigmo-20250912.zip
|
|
| 179 | + sha256sum: 5744c7386d129475d87607ca66d043c8793c65448adeaedc921b6931890e5d0b
|
|
| 180 | + name: jigmo
|
|
| 190 | 181 | enable: '[% c("var/linux") %]'
|
| 191 | 182 | - URL: https://github.com/googlefonts/noto-emoji/raw/b3e3051a088047d19fd4d49b1c3ac42fb8c3aaf8/fonts/NotoColorEmoji.ttf
|
| 192 | 183 | sha256sum: 3ed77810c203e1a67735dc19d395f32c23f2d7c0c3696690f4f78e15e57ab816
|