Skip to content

Commit

Permalink
courier_prime: use a mirrored package.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Dec 4, 2016
1 parent 04051fe commit ad44387
Showing 1 changed file with 11 additions and 12 deletions.
Expand Up @@ -7,16 +7,17 @@ should not change."
HOMEPAGE="http://quoteunquoteapps.com/courierprime/"
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=""
REVISION="1"
# use a stable version mirrored.
SOURCE_URI="
http://mirror.facebook.net/gentoo/distfiles/courier-prime-$portVersion.tar.xz
http://ftp.yzu.edu.tw/Linux/gentoo/distfiles/courier-prime-$portVersion.tar.xz
"
#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="443f5efa8848c60c9f5392e89b89a5c4fd1477d96daa1c7d0890bbe44f621e4b"
SOURCE_DIR="courier-prime-$portVersion"

ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
Expand All @@ -40,6 +41,4 @@ INSTALL()
FONTDIR=$fontsDir/ttfonts
mkdir -p ${FONTDIR}
cp -r *.ttf ${FONTDIR}/
cp -r $sourceDir2/*.ttf ${FONTDIR}/
cp -r $sourceDir3/*.ttf ${FONTDIR}/
}

0 comments on commit ad44387

Please sign in to comment.