From 7a71af9dafce5983d87aa1dbb1e89c263e13a1a6 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Thu, 17 May 2018 21:39:28 -0400 Subject: hack: => 3.003 --- fonts-x11/hack/DETAILS | 10 +++++----- fonts-x11/hack/HISTORY | 5 +++++ fonts-x11/hack/INSTALL | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'fonts-x11') diff --git a/fonts-x11/hack/DETAILS b/fonts-x11/hack/DETAILS index 5919cadf1e..3b8ea9f34a 100755 --- a/fonts-x11/hack/DETAILS +++ b/fonts-x11/hack/DETAILS @@ -1,11 +1,11 @@ SPELL=hack SPELLX=Hack - VERSION=v2.020 - SOURCE_HASH=sha512:de3c8e13ace5ee49bb2b5dd331cc3109ad12b762f967c88cdf8f0d1080e5c3cb99d2dffe1c986c9fcc6e46e31c3bc7141cf1c9e1b8430d1ef76a90ab461d1a09 - SOURCE=$SPELLX-${VERSION//./_}-ttf.zip - DOCS="README LICENSE AUTHORS NEWS BUGS *.txt" - SOURCE_URL[0]=https://github.com/chrissimpkins/Hack/releases/download/${VERSION}/$SOURCE + VERSION=v3.003 + SOURCE=${SPELLX}-${VERSION}-ttf.zip + SOURCE_URL[0]=https://github.com/source-foundry/Hack/releases/download/${VERSION}/$SOURCE + SOURCE_HASH=sha512:7f6a2353711c9da17ff6ce648a28ff038462fbb6f3be91eb5b7f797a7182bb21224942ea5964cc8add3912e18c7e6267d311c7674f45f4295edfe1a1f69f46d3 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX" + GATHER_DOCS=off WEB_SITE=http://sourcefoundry.org/hack LICENSE[0]="OFL" KEYWORDS="fonts ttf" diff --git a/fonts-x11/hack/HISTORY b/fonts-x11/hack/HISTORY index ac186b7d17..458b797c41 100644 --- a/fonts-x11/hack/HISTORY +++ b/fonts-x11/hack/HISTORY @@ -1,2 +1,7 @@ +2018-05-17 Vlad Glagolev + * DETAILS: updated spell to 3.003; updated source URL; dropped unneeded + docs collection + * INSTALL: corrected source path + 2016-07-27 Treeve Jelbert * ALL: spell created version 2.020 diff --git a/fonts-x11/hack/INSTALL b/fonts-x11/hack/INSTALL index d2f15e6e63..60173c8d2c 100755 --- a/fonts-x11/hack/INSTALL +++ b/fonts-x11/hack/INSTALL @@ -1,2 +1,2 @@ install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" && -install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF" +install -vm 644 ttf/*.ttf "$INSTALL_ROOT/usr/share/fonts/TTF" -- cgit v1.2.3