Merge pull request #304 from Max-Might/master

Updating some fonts
This commit is contained in:
diversys
2015-09-04 23:11:14 +03:00
3 changed files with 56 additions and 15 deletions

View File

@@ -3,29 +3,32 @@ DESCRIPTION="Courier Prime was designed to replace the legendary Courier \
especially in screenwriting. It's Courier, just better. Courier Prime is \
optimized for 12 point size, and matches the metrics of Courier and Courier \
Final Draft, so you can (mostly) swap it out one-for-one and your page count \
should not change.
"
should not change."
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
SOURCE_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73"
REVISION="2"
LICENSE="SIL Open Font License v1.1"
COPYRIGHT="2013 Quote-Unquote Apps"
LICENSE="SIL Open Font License v1.1"
REVISION="3"
SOURCE_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip"
SOURCE_URI_2="http://quoteunquoteapps.com/downloads/courier-sans.zip"
SOURCE_URI_3="http://quoteunquoteapps.com/downloads/courier-code.zip"
CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73"
CHECKSUM_SHA256_2="754b3937340f5522ccf96be7832efbd809ef93f373d51b12919adbd9c0a468d7"
CHECKSUM_SHA256_3="4485257345c3a7ccc172f89b229db0f8c7dd787cdf4943c825a45f9bf834fd91"
SOURCE_DIR="Courier Prime"
SOURCE_DIR_2="CourierPrimeSans-master/ttf"
SOURCE_DIR_3=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE=yes
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
courier_prime = $portVersion
"
REQUIRES=""
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
SOURCE_DIR="Courier Prime"
BUILD_PREREQUIRES="
cmd:cp
cmd:mkdir
"
BUILD()
{
@@ -37,4 +40,6 @@ INSTALL()
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
cp -r $sourceDir2/*.ttf ${FONTDIR}/
cp -r $sourceDir3/*.ttf ${FONTDIR}/
}

View File

@@ -0,0 +1,33 @@
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/andyfitz/overpass/raw/master/Desktop%20Fonts/Overpass_TTF_Fonts.zip"
CHECKSUM_SHA256="b42a3063e07bd06a8c2e2b27dc62c676514983a00fe2ecf497ea59b2e16f9d6d"
SOURCE_DIR="Desktop Fonts"
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

@@ -5,7 +5,7 @@ Unicode Basic Multilingual Plane (BMP), using an intermediate bitmapped \
font format."
HOMEPAGE="http://unifoundry.com"
COPYRIGHT="Unifoundry"
SLICENSE="GNU GPL v2"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="http://unifoundry.com/pub/unifont-7.0.06/font-builds/unifont-7.0.06.ttf#noarchive"
CHECKSUM_SHA256="a7a49189502d01033cc4028048f10706c665952341f2d5831d4477c8b301b362"
@@ -18,10 +18,13 @@ CHECKSUM_SHA256_4="0e1841505d1be6636cf6d5e60cc4ff09b56784e29f2728060231b26d74ab7
SOURCE_DIR=""
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="unifont = $portVersion"
BUILD_REQUIRES=""
BUILD_PREREQUIRES="coreutils"
BUILD()