Overpass: bump version (#1099)

This commit is contained in:
miqlas
2017-04-22 22:56:04 +02:00
committed by waddlesplash
parent 9525ce33e0
commit 6678ec51e4
2 changed files with 39 additions and 33 deletions

View File

@@ -1,33 +0,0 @@
SUMMARY="An open source web font family"
DESCRIPTION="Inspired by the Highway Gothic font."
HOMEPAGE="http://overpassfont.org/"
COPYRIGHT="Red Hat, Inc."
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/RedHatBrand/overpass/releases/download/2.1/overpass-fonts-ttf-$portVersion.zip"
CHECKSUM_SHA256="8eb3d835eb01bdafe4993f1b4fb68fdbd526559ffd933b2442a95ce7f0daa7cd"
SOURCE_DIR="overpass-fonts-ttf-$portVersion"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
overpass = $portVersion
"
BUILD_PREREQUIRES="
cmd:cp
cmd:mkdir
"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
}

View File

@@ -0,0 +1,39 @@
SUMMARY="An open source web font family"
DESCRIPTION="Inspired by the Highway Gothic font, designed by Delve Fonts"
HOMEPAGE="http://overpassfont.org/"
COPYRIGHT="Red Hat, Inc."
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="https://github.com/RedHatBrand/Overpass/releases/download/$portVersion/overpass-webfonts.zip"
CHECKSUM_SHA256="8dad24f7b12d359dad64b1ce0c4c57e833ac2523d7411db12904acb3f6f98658"
SOURCE_DIR="overpass-mono-webfont"
SOURCE_URI_2=$SOURCE_URI
CHECKSUM_SHA256_2=$CHECKSUM_SHA256
SOURCE_DIR_2="overpass-webfont"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
overpass = $portVersion
"
BUILD_PREREQUIRES="
cmd:cp
cmd:mkdir
"
BUILD()
{
true
}
INSTALL()
{
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
cd $sourceDir2
cp -r *.ttf ${FONTDIR}/
}