From 04051fe020924dd64728dd2993d206a3a25fe1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 4 Dec 2016 22:07:58 +0100 Subject: [PATCH] croscorefonts: use a stable version SOURCE_URI. --- ...nts-1.21.0.recipe => croscorefonts-1.31.0.recipe} | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) rename media-fonts/croscorefonts/{croscorefonts-1.21.0.recipe => croscorefonts-1.31.0.recipe} (56%) diff --git a/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe b/media-fonts/croscorefonts/croscorefonts-1.31.0.recipe similarity index 56% rename from media-fonts/croscorefonts/croscorefonts-1.21.0.recipe rename to media-fonts/croscorefonts/croscorefonts-1.31.0.recipe index df8960ee3b..dabc6e40ed 100644 --- a/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe +++ b/media-fonts/croscorefonts/croscorefonts-1.31.0.recipe @@ -5,13 +5,9 @@ They are also called Chrome OS core fonts." HOMEPAGE="http://en.wikipedia.org/wiki/Croscore_fonts" COPYRIGHT="2010-2013 Google Corporation" LICENSE="Apache v2" -REVISION="2" -# We don't list the checksums below intentionally as these archives are generated -# on the fly. -SOURCE_URI_1="http://www.google.com/fonts/download?kit=32ci3aiii8TFh9L2O_kK1w" -SOURCE_URI_2="http://www.google.com/fonts/download?kit=M2CeFoF86bDfqp_rSFi-T6CWcynf_cDxXwCLxiixG1c" -SOURCE_URI_3="http://www.google.com/fonts/download?kit=2Cuw8DPRXKIbXwFmqbUecA" -SOURCE_DIR="" +REVISION="1" +SOURCE_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/croscorefonts-$portVersion.tar.bz2" +CHECKSUM_SHA256="672c3487883ec1ef83d9254240d4327b014212abc823d06d15816095867315e1" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -33,6 +29,4 @@ INSTALL() mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} - cp ../sources-2/*.ttf ${FONTDIR} - cp ../sources-3/*.ttf ${FONTDIR} }