Page MenuHomeSolus

Initial commit for font-overpass-otf
ClosedPublic

Authored by kyentei on Nov 21 2017, 12:16 PM.
Tags
None
Referenced Files
F11052958: D1427.id3561.diff
Thu, Aug 10, 10:20 PM
F11052957: D1427.id3920.diff
Thu, Aug 10, 10:20 PM
F11052956: D1427.id.diff
Thu, Aug 10, 10:20 PM
F11052955: D1427.id6207.diff
Thu, Aug 10, 10:20 PM
F11037514: D1427.diff
Wed, Aug 9, 8:45 PM
F10985237: D1427.id3920.diff
Sun, Jul 23, 8:49 PM
F10896532: D1427.id6207.diff
Jul 2 2023, 12:55 AM
F10896529: D1427.diff
Jul 2 2023, 12:54 AM

Details

Summary

Initial inclusion of font-overpass-otf. Resolves T4687.

Test Plan

Check Libreoffice and gnome-terminal if the fonts are available.

Also run a find /usr/share/fonts/ -iname 'overpass*'

Diff Detail

Repository
R4110 font-overpass-otf
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
14–15

Not really needed to be honest.

17

What directory are you stepping to here? If it's so you can reference overpass/ then you can just do *.otf instead of overpass/*.otf/

18

Needs to be /usr/share/fonts/opentype/

19–20

These need to install to /usr/share/fonts/opentype/

This revision now requires changes to proceed.Nov 24 2017, 5:02 PM
kyentei edited edge metadata.

Updated D1427

  • Updated package.yml as per Josh's review

Please update this diff with a test plan (how was this package tested after installation?). Thanks

This revision now requires changes to proceed.Dec 28 2017, 6:00 PM

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
17

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

How should I do that? Test if the files got placed?

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 ?

How should I do that? Test if the files got placed?

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.

JoshStrobl edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 16 2018, 6:46 PM
This revision was automatically updated to reflect the committed changes.