Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7a71af9dafce5983d87aa1dbb1e89c263e13a1a6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7a71af9dafce5983d87aa1dbb1e89c263e13a1a6)
  • Date: Fri, 18 May 2018 01:40:02 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

fonts-x11/hack/DETAILS | 10 +++++-----
fonts-x11/hack/HISTORY | 5 +++++
fonts-x11/hack/INSTALL | 2 +-
3 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 7a71af9dafce5983d87aa1dbb1e89c263e13a1a6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hack: => 3.003

diff --git a/fonts-x11/hack/DETAILS b/fonts-x11/hack/DETAILS
index 5919cad..3b8ea9f 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 ac186b7..458b797 100644
--- a/fonts-x11/hack/HISTORY
+++ b/fonts-x11/hack/HISTORY
@@ -1,2 +1,7 @@
+2018-05-17 Vlad Glagolev <stealth AT 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 AT sourcemage.org>
* ALL: spell created version 2.020
diff --git a/fonts-x11/hack/INSTALL b/fonts-x11/hack/INSTALL
index d2f15e6..60173c8 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"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7a71af9dafce5983d87aa1dbb1e89c263e13a1a6), Vlad Glagolev, 05/17/2018

Archive powered by MHonArc 2.6.24.

Top of Page