Sorry, I should have looked at the script before I posted. I didn't realize the Enterprise Trial ISO that was linked in the posted PKGBUILD was on a permanent link. Certainly, that could save users (and Microsoft) a lot of bandwidth if it were dynamically mounted to access the Install.wim inside, and only extract specific files from it, rather than copying it entirely to the local filesystem.
Assuming, of course, that this particular permanent link allows random access. Worth a shot, though.
I do know I won't be using the download-ISO version for my own installs, since I keep a handy Windows 10 Pro for Workstations installation on my machine, and the fonts from it also match the PKGBUILD hashes. Doesn't mean it's not useful to actually become a stand-alone self-sufficient script that doesn't require manual intervention.
Pinned Comments
Bevan commented on 2019-04-16 07:36 (UTC) (edited on 2019-07-11 18:01 (UTC) by Bevan)
FAQ, please read before posting:
I get an error that the sources cannot be downloaded: Please read the instructions on the top of the PKGBUILD.
Some fonts are missing in my copy of Windows (e.g., holomdl2, corbel, chandra, ...): It seems that Microsoft distributes some fonts only with some Windows versions. You can just comment out the corresponding line in the PKGBUILD and then build with "makepkg --skipchecksums".
Some fonts have different checksums: We keep the checksums synchronized with our own Windows installations that are regularly updated. Different Windows versions, different ISOs etc. may contain fonts in different versions/variants. Just build the package using "makepkg --skipchecksums".
Why does the version not correspond to the latest Windows 10 build: If fonts have not changes between builds, there is no reason to change the version number of this package.
Why are some fonts (e.g., traditional chinese, japanese etc.) not included here, not even in the corresponding split packages: We currently only include fonts that are installed on a standard Windows installation, without additional feature-on-demand packages (see: https://docs.microsoft.com/en-us/typography/fonts/windows_10_font_list).
Bevan commented on 2016-08-08 18:05 (UTC)