summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-carlito/BUILD1
-rwxr-xr-xfonts-x11/ttf-carlito/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-carlito/DETAILS21
-rw-r--r--fonts-x11/ttf-carlito/HISTORY2
-rwxr-xr-xfonts-x11/ttf-carlito/INSTALL3
5 files changed, 28 insertions, 0 deletions
diff --git a/fonts-x11/ttf-carlito/BUILD b/fonts-x11/ttf-carlito/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-carlito/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-carlito/DEPENDS b/fonts-x11/ttf-carlito/DEPENDS
new file mode 100755
index 0000000000..9f16f82bde
--- /dev/null
+++ b/fonts-x11/ttf-carlito/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/X11_DEPENDS"
diff --git a/fonts-x11/ttf-carlito/DETAILS b/fonts-x11/ttf-carlito/DETAILS
new file mode 100755
index 0000000000..efa9f719de
--- /dev/null
+++ b/fonts-x11/ttf-carlito/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ttf-carlito
+ VERSION=2013092
+ SOURCE=crosextrafonts-${SPELL#ttf-}-$VERSION.tar.gz
+ SOURCE_URL[0]="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/$SOURCE"
+ SOURCE_HASH=sha512:
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SOURCE%.tar.?z}
+ WEB_SITE=http://openfontlibrary.org/font/carlito
+ ENTERED=20210424
+ LICENSE[0]="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
+ SHORT="Carlito Typeface"
+cat << EOF
+Modern, friendly sans-serif font, metric-compatible with Microsoft Fonts Calibri
+font.
+
+Comes in regular, bold, italic, and bold italic. The family covers
+Latin-Greek-Cyrillic (not a complete set, though) with about 2,000 glyphs. It
+has the same character coverage as Microsoft Fonts Calibri.
+
+This font is sans-serif typeface family based on Lato. Carlito is a default
+Calibri font replace in the LibreOffice Suite.
+EOF
diff --git a/fonts-x11/ttf-carlito/HISTORY b/fonts-x11/ttf-carlito/HISTORY
new file mode 100644
index 0000000000..579514b741
--- /dev/null
+++ b/fonts-x11/ttf-carlito/HISTORY
@@ -0,0 +1,2 @@
+2021-04-24 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/fonts-x11/ttf-carlito/INSTALL b/fonts-x11/ttf-carlito/INSTALL
new file mode 100755
index 0000000000..41e3bfe1e2
--- /dev/null
+++ b/fonts-x11/ttf-carlito/INSTALL
@@ -0,0 +1,3 @@
+local fontdir="$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -m 755 -d "$fontdir" &&
+install -m 444 -o root -g root "$SOURCE_DIRECTORY"/*/*.ttf "$fontdir"