summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-18Inkfree updated to 1.01Doug Newgard
2021-02-06Update checksums for Windows 10 20H2 and remove holomdl2Michael Lass
* Update checksums for most recent windows version (Win 10 20H2). We probably missed updating the checksums for Win 10 2004. Sorry for that. * Remove holomdl2.ttf. I still haven't found a single Windows installation that contains this file. For now, let's just comment it out so people can still install it by modifying PKGBUILD.
2020-04-30Remove all dependenciesMichael Lass
Following https://wiki.archlinux.org/index.php/Font_package_guidelines#Dependencies
2019-05-22Win10 1903, 10.0.18362.116Doug Newgard
2019-04-15Update msgothic.ttc checksum for build 17763.348Michael Lass
2018-10-02Win 10 1809, 10.0.17763.1Doug Newgard
2018-08-19Override stock file: DLAGENTDoug Newgard
2018-07-22Update checksums for KB4345421Michael Lass
New OS build 17134.167 brings new versions of the Japanese fonts.
2018-06-02Update for OS build 17134.81Michael Lass
seguiemj.ttf has changed in the monthly update KB4100403.
2018-04-30Win 10, version 1804Doug Newgard
2018-03-14Update instructionsMichael Lass
wimlib is in the official repos.
2018-01-09Update checksums for build 16299.192Michael Lass
Cour.ttf was updated as part of KB4056892 (OS Build 16299.192): https://support.microsoft.com/en-us/help/4056892/windows-10-update-kb4056892 http://download.microsoft.com/download/D/A/0/DA052502-1178-41A0-83CF-7120155B2009/4056892.csv
2017-10-18Fall Creators UpdateDoug Newgard
2017-04-08Add new font in 15063Doug Newgard
2017-04-07Update for Windows 10 version 1703Michael Lass
- alias Creators Update - alias Redstone 2 - alias Build 15063
2017-01-20Remove .install fileDoug Newgard
2016-11-03Update calibri checksums for latest versionDoug Newgard
2016-08-29Move msgothic to Japanese packageDoug Newgard
2016-08-02Update for Windows 10.0.14393Doug Newgard
2015-12-17Conflict with individual ttf-win7-fonts packagesDoug Newgard
2015-12-17Simplify installing fontsDoug Newgard
No need to use a loop and run install for each file when we can just run it once.
2015-11-23Add error message for missing filesDoug Newgard
2015-11-13Erm.. Actually all fonts are required.Michael Lass
2015-11-13Update instructions for fetching files from CDMichael Lass
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.
2015-11-12Bump to 10.0.10586Doug Newgard
2015-11-05Only ttf-ms-win10 should provide/conflict with ttf-ms-fontsDoug Newgard
2015-11-05Switch to split packageDoug Newgard
2015-11-05Split font arrays by geographic regionDoug Newgard
2015-11-05Simplify install scriptlet and make it conform to coding styleDoug Newgard
2015-11-05Let install create the dirs it needsDoug Newgard
2015-11-05Fix gitignore pkg.tar and add backup filesDoug Newgard
2015-11-05Some more formatting/whitespace fixesDoug Newgard
2015-11-05Add .gitignoreMichael Lass
Prevent us from commiting things that shouldn't be commited.
2015-11-05Establish a coding style for this PKGBUILDMichael Lass
* four spaces as indent instead of tabs * curly brackets only when necessary * quotation marks only when necessary
2015-09-05Skip checksum check for readmeMichael Lass
In an installed windows machine the readme may be in a different language and therefore cause an error during checksum check.
2015-08-21Extend provides and conflictsMichael Lass
This package also provides the international fonts included in the ttf-ms-win8-* packages, so include them here. Thanks to FadeMind for pointing this out! :)
2015-08-21Initial commitMichael Lass