
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 37e83f04 by Pier Angelo Vendrame at 2025-03-20T18:10:57+01:00 Bug 41401: Replace Noto Sans Myanmar with Pyidaungsu. - - - - - 2 changed files: - projects/fonts/build - projects/fonts/config Changes: ===================================== projects/fonts/build ===================================== @@ -31,6 +31,8 @@ mv noto-fonts-* noto-fonts cp Arimo-*/fonts/ttf/*.ttf Cousine-* Tinos-* NotoSans{JP,KR,SC,TC}-Regular.otf $distdir/ [% END %] +cp "$rootdir/[% c('input_files_by_name/Pyidaungsu') %]" $distdir/ + cp README.txt "$distdir/000_README.txt" cd $distdir/.. [% c('tar', { ===================================== projects/fonts/config ===================================== @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: '3' +version: '4' filename: "[% project %]-[% c('version') %]-[% c('var/platform') %]-[% c('var/build_id') %].tar.[% c('compress_tar') %]" container: # We just copy files around, no need to use a container. @@ -55,7 +55,6 @@ var: - NotoSansModi - NotoSansMongolian - NotoSansMro - - NotoSansMyanmar - NotoSansMultani - NotoSansNewa - NotoSansNewTaiLue @@ -193,3 +192,6 @@ input_files: sha256sum: 3a5f3f26f40d5698b3c62dd085d48d6663696a3f80825aab8b553d5097518e8c name: stix enable: '[% c("var/have_stix") %]' + - URL: 'https://github.com/mcfnlp/Pyidaungsu/raw/refs/heads/master/Pyidaungsu2.5.3/R...' + sha256sum: df7106c15da76f6a24c10821b43da51f54961f6bc6791fb1fcf21c6c60bb2e10 + name: Pyidaungsu View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/37... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/37... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)