diff --git a/media-fonts/roboto/roboto-1.2.recipe b/media-fonts/roboto/roboto-2.136.recipe similarity index 81% rename from media-fonts/roboto/roboto-1.2.recipe rename to media-fonts/roboto/roboto-2.136.recipe index 8119065cf..98fe23ecb 100644 --- a/media-fonts/roboto/roboto-1.2.recipe +++ b/media-fonts/roboto/roboto-2.136.recipe @@ -12,11 +12,12 @@ the Roboto Condensed variant in regular and bold weights, along with an italic \ style for each weight. " HOMEPAGE="http://www.google.com/fonts/specimen/Roboto" -SOURCE_URI="http://developer.android.com/downloads/design/roboto-1.2.zip" -CHECKSUM_SHA256="5101b5bdb3b7b14cc922a771ba068bfcae8634467c1f446bc89bc2b4f8b4f1b5" +SOURCE_URI="https://github.com/google/roboto/releases/download/v$portVersion/roboto-hinted.zip" +CHECKSUM_SHA256="c4528791de55ade3d6c698738a70b457311e4dd296c5a3318aa729874067fa6a" +SOURCE_FILENAME="roboto-$portVersion.zip" LICENSE="Apache v2" COPYRIGHT="2013 Christian Robertson" -REVISION="2" +REVISION="1" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -39,12 +40,6 @@ INSTALL() FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} - cd Roboto_v$portVersion - - cd Roboto - cp *.ttf ${FONTDIR} - - cd .. - cd RobotoCondensed + cd roboto-hinted/ cp *.ttf ${FONTDIR} }