Package Details: ttf-ms-win11-zh_tw 10.0.26100.2033-1

Git Clone URL: https://aur.archlinux.org/ttf-ms-win11.git (read-only, click to copy)
Package Base: ttf-ms-win11
Description: Microsoft Windows 11 Traditional Chinese TrueType fonts
Upstream URL: http://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-vista-fonts
Provides: ttf-font
Submitter: Vaporeon
Maintainer: Vaporeon (Scimmia)
Last Packager: Scimmia
Votes: 26
Popularity: 0.34
First Submitted: 2021-10-11 13:33 (UTC)
Last Updated: 2024-10-09 00:10 (UTC)

Dependencies (0)

Required by (256)

Sources (142)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Cknight70 commented on 2023-10-02 01:30 (UTC) (edited on 2023-10-02 01:35 (UTC) by Cknight70)

Was having an absolute pain with sha256, with little to no instructions how to install from an ISO, everyone posting outdated comments thanks to fonts UPDATING (shocker) what I did was

  1. download iso from Microsoft and followed instructions to extract from arch wiki https://wiki.archlinux.org/title/Microsoft_fonts#Extracting_fonts_from_a_Windows_ISO

  2. I replaced every single checksum with SKIP

  3. now makepkg builds the packages correctly.

PS I really see no reason why all the fonts should be required to pass a checksum, if you are worried about the integrity of the fonts, you can use the checksum of the ISO you download from microsoft which they have for you on their page. Seems like many people are having checksum issues with this aur package.

Vaporeon commented on 2023-06-17 19:02 (UTC)

I removed the pin as the ISO changed. This package tracks a running system where fonts are updated through the update service.

kaypirus commented on 2023-04-20 08:27 (UTC) (edited on 2023-04-20 08:33 (UTC) by kaypirus)

You need to update the sha256 hash in PKGBUILD for SegoeIcons.ttf and msjhbd.ttc

replace 3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2 with 7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b

replace 73293967f4bb2ceb68a40d642d7dbe410ea55abb1410ba94c02d9d88e4d055bf with 920f472051f70e33887909a4f2c91541a2b3afa7a4faf577acf350020cd29d46

In CLI:

sed -i 's/73293967f4bb2ceb68a40d642d7dbe410ea55abb1410ba94c02d9d88e4d055bf/920f472051f70e33887909a4f2c91541a2b3afa7a4faf577acf350020cd29d46/g; s/3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2/7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b/g' PKGBUILD

Doing git checkout 5ba5194a795c as the pinned comment suggested actually made it worse for me (more fonts couldn't be verified) so I had to reverse to the most recent change (which gave me only two verification errors), I used Win11_22H2_French_x64v1.iso

kugland commented on 2023-01-04 05:43 (UTC) (edited on 2023-01-04 05:44 (UTC) by kugland)

If you can’t mount the ISO, you can extract install.wim with iso-read from extra/libcdio.

% iso-read -U -i <ISO-IMAGE> -e sources/install.wim -o ./install.wim

Scimmia commented on 2022-12-25 13:30 (UTC)

habit, try actually reading what you posted.

pchmykh commented on 2022-12-25 11:39 (UTC) (edited on 2022-12-25 11:41 (UTC) by pchmykh)

There is an error during installation: http://pastebin.calculate-linux.ru/ru/show/267575

FuzzyAtish commented on 2022-12-17 07:41 (UTC)

The hash for SegoeIcons.ttf and msjhbd.ttc didn't match for me, so I had to update those in the PKGBULD

I created an updated version of PKGBUILD where I added the filenames in comments next to the hash values here

Vaporeon commented on 2022-12-16 14:37 (UTC)

10.0.22621.900 was a "Preview" Update. The release build was 10.0.22621.963 as was distributed last patch Tuesday. Windows Update will sometimes offer these builds when you manually check for updates. This can introduce a lag time between the font versions on your system and the generally available versions.

Jubijub commented on 2022-12-11 13:14 (UTC)

@Scimmia : sorry I rewrote the message, I had forgotten to remove that line.

If anyone can point me to the process to submit a patch I'd be happy to submit a pull request. In any case that fixed the problem and so this is a workaround until the PKGBUILD file gets updated. My OS build is Windows 11 Pro 22H2 Build 22621.900

Scimmia commented on 2022-12-10 18:22 (UTC) (edited on 2022-12-10 19:14 (UTC) by Scimmia)

Jubijub, your solution is to replace a hash with exactly the same thing that's already there?

EDIT: Ok, I see what you were saying. The second "search" was confusing. It appears that SegoeIcons.ttf changed from 7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b to 3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2 with 10.0.22621.900. I think that's currently optional and won't be fully pushed until Patch Tuesday next week.