Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (00eb284e330a952916e88529ecb88020b80e9366)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (00eb284e330a952916e88529ecb88020b80e9366)
  • Date: Sat, 24 Apr 2021 19:21:37 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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(-)

New commits:
commit 00eb284e330a952916e88529ecb88020b80e9366
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ttf-roboto 2.138

diff --git a/fonts-x11/ttf-roboto/DETAILS b/fonts-x11/ttf-roboto/DETAILS
index b813705..a4ede92 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 fcb1ac1..925d85c 100644
--- a/fonts-x11/ttf-roboto/HISTORY
+++ b/fonts-x11/ttf-roboto/HISTORY
@@ -1,3 +1,6 @@
+2021-04-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, INSTALL: updated spell to 2.138
+
2016-09-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, INSTALL: version 2.134
* PRE_BUILD: removed
diff --git a/fonts-x11/ttf-roboto/INSTALL b/fonts-x11/ttf-roboto/INSTALL
index 2509783..302ab05 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"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (00eb284e330a952916e88529ecb88020b80e9366), Ismael Luceno, 04/24/2021

Archive powered by MHonArc 2.6.24.

Top of Page