aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ttf-fonts
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-10-24 19:21:18 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-10-24 19:21:52 +0200
commitb88e215e4253d3a2e3cf06140d739be378ba0a1c (patch)
tree8de95b7d6dc5ecb5d8a22cb30fd4875367334e8f /recipes/ttf-fonts
parent368f6b0bc2cae91164b4a1fde0e21301ca120b02 (diff)
downloadopenembedded-b88e215e4253d3a2e3cf06140d739be378ba0a1c.tar.gz
ttf-ubuntu-font-family: new recipe; ubuntu font family
NOTE: only Sans for the moment, Mono and Serif are hopefully forthcoming
Diffstat (limited to 'recipes/ttf-fonts')
-rw-r--r--recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb b/recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
new file mode 100644
index 0000000000..cc8d2e4cb3
--- /dev/null
+++ b/recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb
@@ -0,0 +1,18 @@
+require ttf.inc
+
+DESCRIPTION = "Ubuntu Font Family - TTF Version"
+HOMEPAGE = "http://font.ubuntu.com"
+LICENSE = "UFL"
+PR = "r0"
+
+SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}+ufl.zip"
+SRC_URI[md5sum] = "2c3287ea72f81ce025095f7a6d68af28"
+SRC_URI[sha256sum] = "23206a306d92ec57404ab3bc75610b6d8cfed0b8ddcfbe51b99fb48519a4855b"
+S = "${WORKDIR}/ubuntu-font-family-0.69+ufl"
+
+PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans ttf-ubuntu-serif"
+RRECOMMENDS_${PN}-dbg = ""
+
+FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
+FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"
+FILES_ttf-ubuntu-serif = "${datadir}/fonts/truetype/*Serif*"