From 00eb284e330a952916e88529ecb88020b80e9366 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sat, 24 Apr 2021 21:21:02 +0200 Subject: ttf-roboto 2.138 --- fonts-x11/ttf-roboto/DETAILS | 4 ++-- fonts-x11/ttf-roboto/HISTORY | 3 +++ fonts-x11/ttf-roboto/INSTALL | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-roboto/DETAILS b/fonts-x11/ttf-roboto/DETAILS index b813705ec5..a4ede92037 100755 --- a/fonts-x11/ttf-roboto/DETAILS +++ b/fonts-x11/ttf-roboto/DETAILS @@ -1,8 +1,8 @@ SPELL=ttf-roboto - VERSION=2.134 + VERSION=2.138 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=https://github.com/google/roboto/archive/v${VERSION}.tar.gz - SOURCE_HASH=sha512:dd9da914126096407ea9441406f99a9e0ef6808aca5c5c9d2ba8aa43d6680ab5a9c45891d0bcea25a95989e30156513d1d8e7bb480459f5c43f74e153a39262f + SOURCE_HASH=sha512:f4bec4bd76745a625a946c98d52222d49e93e5480d9f25913ec2456dbd9252a07e4864eba98a8bb6ca724994fd82e7c8d91384ea315d028703e9a0e0b1df1446 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/roboto-${VERSION}" WEB_SITE="http://developer.android.com/design/style/typography.html" LICENSE[0]=apache diff --git a/fonts-x11/ttf-roboto/HISTORY b/fonts-x11/ttf-roboto/HISTORY index fcb1ac1194..925d85c747 100644 --- a/fonts-x11/ttf-roboto/HISTORY +++ b/fonts-x11/ttf-roboto/HISTORY @@ -1,3 +1,6 @@ +2021-04-24 Ismael Luceno + * DETAILS, INSTALL: updated spell to 2.138 + 2016-09-10 Florian Franzmann * DETAILS, INSTALL: version 2.134 * PRE_BUILD: removed diff --git a/fonts-x11/ttf-roboto/INSTALL b/fonts-x11/ttf-roboto/INSTALL index 250978301d..302ab0585e 100755 --- a/fonts-x11/ttf-roboto/INSTALL +++ b/fonts-x11/ttf-roboto/INSTALL @@ -1 +1,3 @@ -install -m644 $SOURCE_DIRECTORY/hinted/*.ttf $INSTALL_ROOT/usr/share/fonts/TTF/ +fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" && +install -d "$fontdir" && +install -m444 "$SOURCE_DIRECTORY"/src/hinted/*.ttf "$fontdir" -- cgit v1.2.3