summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:29:00 +0200
committerIsmael Luceno2021-04-25 14:29:00 +0200
commit6aacb1e953f051e5a275eb77313592089a9994ae (patch)
treedccbf65f586953869fd3b40c4fd25ef06cc5e501
parentfd17d276848a9272874c7c8d76a658b07a8e6845 (diff)
ttf-linden-hill: new spell, A digital version of Frederic Goudy's Deepdene
-rw-r--r--ChangeLog1
-rwxr-xr-xfonts-x11/ttf-linden-hill/BUILD1
-rwxr-xr-xfonts-x11/ttf-linden-hill/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-linden-hill/DETAILS15
-rw-r--r--fonts-x11/ttf-linden-hill/HISTORY2
-rwxr-xr-xfonts-x11/ttf-linden-hill/INSTALL3
6 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c47f31df..d32830bc93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
coquettish script font
* fonts-x11/ttf-league-spartan: new spell, Revival of ATF's classic
Spartan
+ * fonts-x11/ttf-linden-hill: new spell, A digital version of Frederic Goudy's Deepdene
2021-04-24 Ismael Luceno <ismael@sourcemage.org>
* fonts-x11/ttf-carlito: new spell, Carlito Typeface
diff --git a/fonts-x11/ttf-linden-hill/BUILD b/fonts-x11/ttf-linden-hill/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-linden-hill/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-linden-hill/DEPENDS b/fonts-x11/ttf-linden-hill/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-linden-hill/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-linden-hill/DETAILS b/fonts-x11/ttf-linden-hill/DETAILS
new file mode 100755
index 0000000000..177c2b8bd0
--- /dev/null
+++ b/fonts-x11/ttf-linden-hill/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ttf-linden-hill
+ VERSION=20110526
+ XREF=a3f7ae6c4cac1b7e5ce5269e1fcc6a2fbb9e31ee
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/linden-hill/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:bc96f6dd9a5c411c0c8fd5dbcbddb2d93b96db48cb313e5903004b6056677c1ae522fe8fa148620b48b566a674e14ee638b30d6ac6a645e58e752eab148aa1c1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/linden-hill-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/linden-hill"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A digital version of Frederic Goudy's Deepdene"
+cat << EOF
+Linden Hill is a digital version of Frederic Goudy's Deepdene. The package
+includes roman and italic.
+EOF
diff --git a/fonts-x11/ttf-linden-hill/HISTORY b/fonts-x11/ttf-linden-hill/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-linden-hill/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-linden-hill/INSTALL b/fonts-x11/ttf-linden-hill/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-linden-hill/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" {} +