aboutsummaryrefslogtreecommitdiff
path: root/projects/dejavu-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-37/+37
| | | | | | * projects/dejavu-fonts/dejavu-fonts ditto
* 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.
* Add install, revision files for project dejavu-fontsAndrew Robbins2017-09-072-0/+2
|
* Add project 'dejavu-fonts' and its action fileAndrew Robbins2017-09-071-0/+120
Will be used to build the DejaVu Sans Mono ttf file from source in order to: cut down on the number of binary files added to the repo; build from source wherever possible any software included in the final Libreboot ROM. These fonts take a non-significant amount of time to build and are light on dependencies (fontforge, libfont-ttf-perl) so this shouldn't be an issue.