summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:28:57 +0200
committerIsmael Luceno2021-04-25 14:28:57 +0200
commit72fdbaadc953189f5a2ac1df4a044bcf988393b9 (patch)
tree5bfa47f4a2a9aeb7fe10429ec401f0e154c03798
parente40c76c886d2bc03c332ec91d21dcb363cc9d95d (diff)
ttf-league-gothic: new spell, A revival of an old classic, Alternate Gothic #1
-rw-r--r--ChangeLog1
-rwxr-xr-xfonts-x11/ttf-league-gothic/BUILD1
-rwxr-xr-xfonts-x11/ttf-league-gothic/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-league-gothic/DETAILS22
-rw-r--r--fonts-x11/ttf-league-gothic/HISTORY2
-rwxr-xr-xfonts-x11/ttf-league-gothic/INSTALL3
6 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a7dc20c27..f55e52b7d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
Frederic Goudy's Kennerley Oldstyle
* fonts-x11/ttf-knewave: new spell, A bold, painted face for the
rocker within
+ * fonts-x11/ttf-league-gothic: new spell, A revival of an old classic, Alternate Gothic #1
2021-04-24 Ismael Luceno <ismael@sourcemage.org>
* fonts-x11/ttf-carlito: new spell, Carlito Typeface
diff --git a/fonts-x11/ttf-league-gothic/BUILD b/fonts-x11/ttf-league-gothic/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-league-gothic/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-league-gothic/DEPENDS b/fonts-x11/ttf-league-gothic/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-league-gothic/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-league-gothic/DETAILS b/fonts-x11/ttf-league-gothic/DETAILS
new file mode 100755
index 0000000000..0f3317e084
--- /dev/null
+++ b/fonts-x11/ttf-league-gothic/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=ttf-league-gothic
+ VERSION=1.601
+ SOURCE="LeagueGothic-$VERSION.zip"
+ SOURCE_URL[0]="https://github.com/theleagueof/league-gothic/releases/download/$VERSION/$SOURCE"
+ SOURCE_HASH=sha512:7773a4eb2f87377e565e1a96cea4f185d0befd0ccadf9bfb5f507912de41d780a1dc58657d8293466861cad1f375d36c496c9a4419ef41e9660fee8c13ed7cd6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.zip}"
+ WEB_SITE="http://theleagueofmoveabletype.com/league-gothic"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A revival of an old classic, Alternate Gothic #1"
+cat << EOF
+League Gothic is a revival of an old classic, and one of our favorite typefaces,
+Alternate Gothic #1. It was originally designed by Morris Fuller Benton for the
+American Type Founders Company in 1903. The company went bankrupt in 1993, and
+since the original typeface was created before 1923, the typeface is in the
+public domain.
+
+We decided to make our own version, and contribute it to the Open Source Type
+Movement. Thanks to a commission from the fine & patient folks over at WND.com,
+it’s been revised & updated with contributions from Micah Rich, Tyler Finck, and
+Dannci, who contributed extra glyphs.
+EOF
diff --git a/fonts-x11/ttf-league-gothic/HISTORY b/fonts-x11/ttf-league-gothic/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-league-gothic/HISTORY
@@ -0,0 +1,2 @@
+2021-04-25 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/fonts-x11/ttf-league-gothic/INSTALL b/fonts-x11/ttf-league-gothic/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-league-gothic/INSTALL
@@ -0,0 +1,3 @@
+fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" &&
+install -d "$fontdir" &&
+find "$SOURCE_DIRECTORY" -iname '*.[ot]tf' -exec install -vm444 -t "$fontdir" {} +