summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorFlorian Franzmann2013-02-08 15:16:22 +0100
committerFlorian Franzmann2013-02-08 15:16:22 +0100
commit9e429f27c456bcfe2f1a7752c34bc4a17b5551b8 (patch)
treea8c4f3a1e90b35c3dd2192a287138cfb6f0ccf5d /fonts-x11
parentc2f8dd588da955ebaefbee89a1962a0df7786dcd (diff)
fonts-x11/ttf-roboto: new spell, a family of sans-serif fonts
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-roboto/BUILD1
-rwxr-xr-xfonts-x11/ttf-roboto/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-roboto/DETAILS19
-rw-r--r--fonts-x11/ttf-roboto/HISTORY3
-rwxr-xr-xfonts-x11/ttf-roboto/INSTALL3
-rwxr-xr-xfonts-x11/ttf-roboto/PRE_BUILD3
6 files changed, 30 insertions, 0 deletions
diff --git a/fonts-x11/ttf-roboto/BUILD b/fonts-x11/ttf-roboto/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-roboto/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-roboto/DEPENDS b/fonts-x11/ttf-roboto/DEPENDS
new file mode 100755
index 0000000000..ebcc0be0c6
--- /dev/null
+++ b/fonts-x11/ttf-roboto/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts-x11/ttf-roboto/DETAILS b/fonts-x11/ttf-roboto/DETAILS
new file mode 100755
index 0000000000..811d0dd36a
--- /dev/null
+++ b/fonts-x11/ttf-roboto/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ttf-roboto
+ VERSION=20120823
+ SOURCE="Roboto_Hinted_${VERSION}.zip"
+ SOURCE_URL[0]=http://commondatastorage.googleapis.com/androiddevelopers/design/${SOURCE}
+ SOURCE_HASH=sha512:ce4af34d0a23dd4076d033dcb03f17335eb83317da72b45257291be3aa34ff589405bfdfb768faca769d401a9091b63e5f195704ed69874d7d17289ca436a785
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://developer.android.com/design/style/typography.html"
+ LICENSE[0]=apache
+ ENTERED=20130208
+ SHORT="a sans-serif typeface introduced by google for the Ice Cream Sandwich release of Android"
+cat << EOF
+The Android design language relies on traditional typographic tools such
+as scale, space, rhythm, and alignment with an underlying grid. Successful
+deployment of these tools is essential to help users quickly understand
+a screen of information. To support such use of typography, Ice Cream
+Sandwich introduced a new type family named Roboto, created specifically
+for the requirements of UI and high-resolution screens. The current TextView
+framework supports regular, bold, italic, and bold italic weights by default.
+EOF
diff --git a/fonts-x11/ttf-roboto/HISTORY b/fonts-x11/ttf-roboto/HISTORY
new file mode 100644
index 0000000000..820135537f
--- /dev/null
+++ b/fonts-x11/ttf-roboto/HISTORY
@@ -0,0 +1,3 @@
+2013-02-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/fonts-x11/ttf-roboto/INSTALL b/fonts-x11/ttf-roboto/INSTALL
new file mode 100755
index 0000000000..68f210d948
--- /dev/null
+++ b/fonts-x11/ttf-roboto/INSTALL
@@ -0,0 +1,3 @@
+install -m644 $SOURCE_DIRECTORY/*.ttf $INSTALL_ROOT/usr/share/fonts/TTF/ &&
+mkdir -p $INSTALL_ROOT/usr/share/doc/ttf-roboto/ &&
+install -m644 $SOURCE_DIRECTORY/{COPYING.txt,RobotoSpecimenBook.pdf} $INSTALL_ROOT/usr/share/doc/ttf-roboto/
diff --git a/fonts-x11/ttf-roboto/PRE_BUILD b/fonts-x11/ttf-roboto/PRE_BUILD
new file mode 100755
index 0000000000..cdbb3242dc
--- /dev/null
+++ b/fonts-x11/ttf-roboto/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''