From 74939a5a16ac0e04408f2ab1a1c39d6479281f2f Mon Sep 17 00:00:00 2001 From: Kostadin Damyanov Date: Fri, 4 Sep 2015 22:20:01 +0300 Subject: [PATCH] courier_prime: also install courier_sans and courier_code --- .../courier_prime/courier_prime-1.0.recipe | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/media-fonts/courier_prime/courier_prime-1.0.recipe b/media-fonts/courier_prime/courier_prime-1.0.recipe index 88aab4fe3..5faf976b8 100644 --- a/media-fonts/courier_prime/courier_prime-1.0.recipe +++ b/media-fonts/courier_prime/courier_prime-1.0.recipe @@ -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}/ }