summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2015-11-13 21:19:36 +0100
committerMichael Lass2015-11-13 21:19:36 +0100
commit62f8cc290438ada6d23643910b68ed0e5803c707 (patch)
treec1af1ea689f1f8e63df8690027367b4503b3083c
parent35c936ce493c95f0106e5f71ee1409e3d35a5687 (diff)
downloadaur-62f8cc290438ada6d23643910b68ed0e5803c707.tar.gz
Update instructions for fetching files from CD
Since Windows 10 1511 there is no /Windows/System32/license.rtf anymore in the install.wim archive. Instead it can be obtained from /Windows/System32/Licenses. The exact path depends on the specific CD version. Example paths are * /Windows/System32/Licenses/neutral/Eval/EnterpriseEval for the Enterprise evaluation version * /Windows/System32/Licenses/neutral/_Default/ProfessionalN for an european Professional version Just use wildcards for the dynamic parts of the path since there should be only one version on each CD.
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5252cc7d138..6beb581cdec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,6 @@
# Maintainer: Doug Newgard <scimmia at archlinux dot info>
# Contributor: reflexing <reflexing@reflexing.ru>
-# This PKGBUILD is maintained on github:
-# https://github.com/michaellass/AUR
-
# Instructions were copied from ttf-ms-win8 and slightly modified:
#
# BUILD INSTRUCTIONS:
@@ -14,8 +11,8 @@
# system is prohibited by EULA (although in certain countries EULA is invalid).
# Please consult Microsoft license before using fonts.
#
-# You can acquire fonts either from an installed Windows 10 system
-# or install medium.
+# You can acquire fonts either from an installed and up-to-date Windows 10
+# system or the most recent install medium.
#
# On the installed Windows 10 system fonts are usually located in
# C:\Windows\Fonts
@@ -37,12 +34,13 @@
# Put the following script together with previously extracted
# 'install.wim' and execute:
#
-# wimextract install.wim 1 /Windows/{Fonts/"*".{ttf,ttc},System32/license.rtf} --dest-dir fonts
+# wimextract install.wim 1 /Windows/{Fonts/"*".{ttf,ttc},System32/Licenses/neutral/"*"/"*"/license.rtf} --dest-dir fonts
#
# Fonts and license will be located in the 'fonts' dir.
#
-# You need the files listed in the source=() array. Place them in the same
-# directory as this PKGBUILD file, then run makepkg.
+# You need the files listed in the _ttf_ms_win10[_*] arrays, depending on
+# what packages you want to build. Place them in the same directory as this
+# PKGBUILD file, then run makepkg.
pkgbase=ttf-ms-win10
pkgname=($pkgbase{,-japanese,-korean,-sea,-thai,-zh_cn,-zh_tw,-other})