mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
roboto: update to 2.136.
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user