Initial inclusion of font-overpass-otf. Resolves T4687.
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T4687: overpass fonts
- Commits
- R4110:d632c9e61ea3: Initial commit for font-overpass-otf
Check Libreoffice and gnome-terminal if the fonts are available.
Also run a find /usr/share/fonts/ -iname 'overpass*'
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Please update this diff with a test plan (how was this package tested after installation?). Thanks
How should I do that? Test if the files got placed?
| package.yml | ||
|---|---|---|
| 16 | Ikey helped me with this bit. I believe it's due to 2 directories being in the archive, and the builder cd'ing into the directory it finds. I need to move both overpass/*.otf and overpass-mono/*.otf | |
Just click on Edit revision and fill in the lest plan. You can for example check in Openoffice is you see the font in the list.
PS: Wouldn't it be better to also put the -mono in /usr/share/fonts/opentype/overpass/ instead of splitting them into different folders ?
Gotcha. Updated the test plan.
The fonts are supplied in two separate directories. As upstream does it this way, I thought it best to leave it as intended.