Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch dejavu-fonts .gitignore file | Andrew Robbins | 2017-09-07 | 1 | -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-fonts | Andrew Robbins | 2017-09-07 | 2 | -0/+2 |
| | |||||
* | Add project 'dejavu-fonts' and its action file | Andrew Robbins | 2017-09-07 | 1 | -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. |