Package Details: ttf-ms-win11-auto-zh_tw 10.0.26100.1742-4

Git Clone URL: https://aur.archlinux.org/ttf-ms-win11-auto.git (read-only, click to copy)
Package Base: ttf-ms-win11-auto
Description: Microsoft Windows 11 Traditional Chinese TrueType fonts
Upstream URL: https://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-ms-win11-zh_tw
Provides: ttf-ms-win11-zh_tw
Submitter: octocorvus
Maintainer: octocorvus (kode54)
Last Packager: kode54
Votes: 92
Popularity: 4.93
First Submitted: 2022-05-06 13:39 (UTC)
Last Updated: 2025-05-20 01:55 (UTC)

Dependencies (5)

Required by (0)

Sources (143)

Pinned Comments

kode54 commented on 2024-02-04 10:43 (UTC) (edited on 2025-05-20 21:47 (UTC) by kode54)

You apparently need to be a member of the disk group to mount a filesystem as an otherwise unprivileged user.

sudo usermod -aG disk $USER

And log out and back in again.

Edit: If you experience weird missing dependency issues with fuse3 or gumbo-parser, you need to rebuild httpdirfs. rebuild-detector, which supplies checkrebuild and a pacman hook which also runs it during upgrades, can somewhat alleviate the problem of keeping AUR packages up to date, since they're not usually bumped when they need a rebuild.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

adairo commented on 2025-05-29 20:30 (UTC)

Rebuilding httpdirfs worked for me. Thanks.

oech3 commented on 2025-05-28 18:11 (UTC)

https://aur.archlinux.org/packages/ttf-win10

oech3 commented on 2025-05-28 08:52 (UTC) (edited on 2025-05-28 08:53 (UTC) by oech3)

I'm looking at official Virtual machine image from MS to avoid double extracting.

kode54 commented on 2025-05-28 08:35 (UTC)

Go ahead and submit a patch to fix the package. But I would prefer a solution which does not require downloading the entire ISO and extracting the entire .WIM from it. But I guess bandwidth doesn't matter anyway, most users won't care if they have to download 7GB to acquire 100MB worth of fonts. Several of which are already months behind the current versions, but downloading ISOs will never fix that.

oech3 commented on 2025-05-26 12:19 (UTC)

@gwuensch PM will reject the request if it is wrong.

gwuensch commented on 2025-05-26 11:43 (UTC)

I don't think I'm following, why is this package supposed to be deleted all of a sudden? I wouldn't call the package "irreparably broken" just because some dependency isn't packaged correctly at the moment. Or is there a different reason I'm missing?

kode54 commented on 2025-05-26 11:24 (UTC)

Fear not, for I have already filed for deletion of this package.

oech3 commented on 2025-05-26 11:03 (UTC) (edited on 2025-05-26 11:05 (UTC) by oech3)

@kode54 What is the best packaging layout you consider? PKGBUILD is just a script. So I consider this package will be deleted as a invalid format by your request, not by reason related with law.

kode54 commented on 2025-05-26 10:11 (UTC)

@oech3 httpdirfs does not download the entire .iso, and in fact, the extraction does not download the entire .wim, either. You're welcome to propose solutions that follow this, or else you're just proposing this package become ttf-ms-win11.

oech3 commented on 2025-05-26 09:45 (UTC) (edited on 2025-05-26 09:47 (UTC) by oech3)

Size of BUILDDIR is saved if files are partially extracted at _package(). But logic of hashsum will be broken (I don't know why you don't just hold hashsum of .wim).