summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorTreeve Jelbert2017-04-26 08:57:37 +0200
committerTreeve Jelbert2017-04-26 08:57:37 +0200
commitbd70647e7fd1395097c50c9e3764def8dbbf3f89 (patch)
tree849a491a247bda8e2db6a9f536c6becfc3684955 /fonts-x11
parent7c3e581421e6b76021ccb1795f2031b62fc2cffc (diff)
add noto-mono font
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/noto-mono/BUILD1
-rwxr-xr-xfonts-x11/noto-mono/DEPENDS1
-rwxr-xr-xfonts-x11/noto-mono/DETAILS18
-rw-r--r--fonts-x11/noto-mono/HISTORY2
-rwxr-xr-xfonts-x11/noto-mono/INSTALL2
-rwxr-xr-xfonts-x11/noto-mono/PRE_BUILD3
6 files changed, 27 insertions, 0 deletions
diff --git a/fonts-x11/noto-mono/BUILD b/fonts-x11/noto-mono/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/noto-mono/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/noto-mono/DEPENDS b/fonts-x11/noto-mono/DEPENDS
new file mode 100755
index 0000000000..9f16f82bde
--- /dev/null
+++ b/fonts-x11/noto-mono/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/X11_DEPENDS"
diff --git a/fonts-x11/noto-mono/DETAILS b/fonts-x11/noto-mono/DETAILS
new file mode 100755
index 0000000000..f23325c888
--- /dev/null
+++ b/fonts-x11/noto-mono/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=noto-mono
+ SPELLX=NotoMono-hinted
+ VERSION=2017-04-26
+ SOURCE_HASH=sha512:15df12f0972959eccd29667b012fc83421ad6b3c84641fa87581b44bf39f9d7ef7f64bde785db9b84a959efdcee45fd0efa6ff53ac271068e4d9e07f719b1884
+ SOURCE=$SPELL-$VERSION.zip
+ DOCS="README LICENSE AUTHORS NEWS BUGS *.txt"
+ SOURCE_URL[0]=https://noto-website.storage.googleapis.com/pkgs/$SPELLX.zip
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE=https://www.google.com/get/noto
+ LICENSE[0]="OFL"
+ KEYWORDS="fonts ttf"
+ SHORT="font family with a harmonious look and feel"
+cat << EOF
+Google has been developing a font family called Noto, which aims to support all
+languages with a harmonious look and feel. Noto is Google’s answer to tofu. The name
+noto is to convey the idea that Google’s goal is to see “no more tofu”. Noto has
+multiple styles and weights, and freely available to all.
+EOF
diff --git a/fonts-x11/noto-mono/HISTORY b/fonts-x11/noto-mono/HISTORY
new file mode 100644
index 0000000000..5870acd153
--- /dev/null
+++ b/fonts-x11/noto-mono/HISTORY
@@ -0,0 +1,2 @@
+2017-04-26 Treeve Jelbert <treeve@sourcemage.org>
+ * ALL: spell created.
diff --git a/fonts-x11/noto-mono/INSTALL b/fonts-x11/noto-mono/INSTALL
new file mode 100755
index 0000000000..d2f15e6e63
--- /dev/null
+++ b/fonts-x11/noto-mono/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
diff --git a/fonts-x11/noto-mono/PRE_BUILD b/fonts-x11/noto-mono/PRE_BUILD
new file mode 100755
index 0000000000..fee3737273
--- /dev/null
+++ b/fonts-x11/noto-mono/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file