ttf-ubuntu-font-family: new recipe; ubuntu font family
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 24 Oct 2010 17:21:18 +0000 (19:21 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 24 Oct 2010 17:21:52 +0000 (19:21 +0200)
NOTE: only Sans for the moment, Mono and Serif are hopefully forthcoming

recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb [new file with mode: 0644]

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 (file)
index 0000000..cc8d2e4
--- /dev/null
@@ -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*"