Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : font-overpass-otf | |||||
| version : 3.0.2 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/RedHatBrand/Overpass/releases/download/3.0.2/overpass-desktop-fonts.zip : 10d2186ad1e1e628122f2e4ea0bbde16438e34a0068c35190d41626d89bb64e4 | |||||
| license : | |||||
| - OFL-1.1 | |||||
| - LGPL-2.1 | |||||
| component : desktop.font | |||||
| summary : Overpass font family | |||||
| description: | | |||||
| An open source font family inspired by Highway Gothic. | |||||
| Sponsored by Red Hat | |||||
| Created by Delve Fonts | |||||
JoshStrobl: Not really needed to be honest. | |||||
| install : | | |||||
| cd .. | |||||
JoshStroblUnsubmitted Not Done Inline ActionsWhat directory are you stepping to here? If it's so you can reference overpass/ then you can just do *.otf instead of overpass/*.otf/ JoshStrobl: What directory are you stepping to here? If it's so you can reference `overpass/` then you can… | |||||
kyenteiAuthorUnsubmitted Not Done Inline ActionsIkey 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 kyentei: Ikey helped me with this bit. I believe it's due to 2 directories being in the archive, and the… | |||||
| install -D -d -m 00755 $installdir/usr/share/fonts/overpass{,-mono} | |||||
JoshStroblUnsubmitted Done Inline ActionsNeeds to be /usr/share/fonts/opentype/ JoshStrobl: Needs to be `/usr/share/fonts/opentype/` | |||||
| install -m 00644 overpass/*.otf $installdir/usr/share/fonts/overpass/. | |||||
| install -m 00644 overpass-mono/*.otf $installdir/usr/share/fonts/overpass-mono/. | |||||
JoshStroblUnsubmitted Done Inline ActionsThese need to install to /usr/share/fonts/opentype/ JoshStrobl: These need to install to `/usr/share/fonts/opentype/` | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Not really needed to be honest.