[oe-commits] Michael 'Mickey' Lauer : ttf-ubuntu-font-family: new recipe; ubuntu font family

git version control git at git.openembedded.org
Sun Oct 24 17:12:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b88e215e4253d3a2e3cf06140d739be378ba0a1c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b88e215e4253d3a2e3cf06140d739be378ba0a1c

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Oct 24 19:21:18 2010 +0200

ttf-ubuntu-font-family: new recipe; ubuntu font family
NOTE: only Sans for the moment, Mono and Serif are hopefully forthcoming

---

 recipes/ttf-fonts/ttf-ubuntu-font-family_0.69.bb |   18 ++++++++++++++++++
 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 0000000..cc8d2e4
--- /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*"





More information about the Openembedded-commits mailing list