summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorVlad Glagolev2018-05-17 21:39:28 -0400
committerVlad Glagolev2018-05-17 21:39:28 -0400
commit7a71af9dafce5983d87aa1dbb1e89c263e13a1a6 (patch)
tree0d5de911e44bb664215d82c9d6c379642628f135 /fonts-x11
parentbbd11b1784d054f5ba38f33fef9d4274638b5458 (diff)
hack: => 3.003
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/hack/DETAILS10
-rw-r--r--fonts-x11/hack/HISTORY5
-rwxr-xr-xfonts-x11/hack/INSTALL2
3 files changed, 11 insertions, 6 deletions
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 <stealth@sourcemage.org>
+ * DETAILS: updated spell to 3.003; updated source URL; dropped unneeded
+ docs collection
+ * INSTALL: corrected source path
+
2016-07-27 Treeve Jelbert <treeve@sourcemage.org>
* 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"