system/ttf-roboto: Updated for version 2.135.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2016-11-27 12:31:50 +00:00 committed by Willy Sudiarto Raharjo
parent 59be4c9b6c
commit d72033ca88
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,3 @@
ttf-roboto (True Type Font)
Google's Android 5 system font for Slackware.
Google's Android 5 system font.

View file

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
ttf-roboto: ttf-roboto (True Type Font)
ttf-roboto:
ttf-roboto: Google's Android 5 system font for Slackware.
ttf-roboto: Google's Android 5 system font.
ttf-roboto:
ttf-roboto: Home page: http://goo.gl/dd6n7c
ttf-roboto: Home page: https://fonts.google.com/specimen/Roboto
ttf-roboto:
ttf-roboto:
ttf-roboto:

View file

@ -2,7 +2,7 @@
#
# Slackware build script for ttf-roboto.
#
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ttf-roboto
VERSION=${VERSION:-0.1}
VERSION=${VERSION:-2.135}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,14 +36,14 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
SRCNAM="RobotoTTF"
SRCNAM="roboto-hinted"
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
unzip $CWD/$SRCNAM.zip -d $PRGNAM-$VERSION/
rm -rf $SRCNAM $PRGNAM-$VERSION
unzip $CWD/$SRCNAM.zip
mv $SRCNAM $PRGNAM-$VERSION/
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -59,6 +59,7 @@ mkdir -p $PKG/usr/share/fonts/TTF
install -Dm644 Roboto*.ttf $PKG/usr/share/fonts/TTF/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="ttf-roboto"
VERSION="0.1"
HOMEPAGE="http://goo.gl/dd6n7c"
DOWNLOAD="http://material-design.storage.googleapis.com/publish/v_2/material_ext_publish/0B08MbvYZK1iNZGNoWmJqVEhQYTQ/RobotoTTF.zip"
MD5SUM="54a3ae81a391086048c507aac566a823"
VERSION="2.135"
HOMEPAGE="https://fonts.google.com/specimen/Roboto"
DOWNLOAD="https://github.com/google/roboto/releases/download/v2.135/roboto-hinted.zip"
MD5SUM="9cf53b122f7c51ac13202ee5694baa7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""