aboutsummaryrefslogtreecommitdiff
path: root/projects/dejavu-fonts/patches
Commit message (Collapse)AuthorAgeFilesLines
* Update dejavu-fonts .gitignore patchAndrew Robbins2018-12-112-24/+28
| | | | | | | | The fc-lang symlink has been added to the .gitignore file in order to allow creating the symlink once after the initial download of dejavu-fonts. This avoids the otherwise necessary step of recreating the symlink before each build (as it could have been removed by the project's clean() action).
* Patch dejavu-fonts to require a recent fontforgeAndrew Robbins2018-12-101-0/+51
| | | | | | | | | fontforge was not able to create fonts in a reproducible manner until upstream revision 69e561773b91e37096a855f0353b1d6781a61250 Requiring at minimum a fontforge built from source on 2017-12-20 (the date the aforementioned revision was made) ensures that dejavu fonts are reproducible in Libreboot's build system.
* Patch dejavu-fonts .gitignore fileAndrew Robbins2017-09-071-0/+24
Without patching .gitignore, when `git clean -df` is run it will remove files UnicodeData.txt and Blocks.txt. These files should be preserved between builds to avoid needless refetching.