From: Michael 'Mickey' Lauer Date: Sun, 24 Oct 2010 17:21:18 +0000 (+0200) Subject: ttf-ubuntu-font-family: new recipe; ubuntu font family X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88e215e4253d3a2e3cf06140d739be378ba0a1c;p=openembedded.git ttf-ubuntu-font-family: new recipe; ubuntu font family NOTE: only Sans for the moment, Mono and Serif are hopefully forthcoming --- 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*"