diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-09-25 11:49:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 09:47:32 +0200 |
commit | 6b3dfebd43ccbddbbf28a3d5c1db55be30d0d412 (patch) | |
tree | 3e97cf727414689d2933afa16d9759493d35d786 /meta-oe | |
parent | bf0a086890c3d883352d6ed79558f681fe9f8d09 (diff) | |
download | meta-openembedded-6b3dfebd43ccbddbbf28a3d5c1db55be30d0d412.tar.gz |
ttf-ubuntu-font-family: added license stuff and updated to 0.80 version
Dropped Serif handling code - there is no Ubuntu Serif.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb | 18 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb | 20 |
2 files changed, 20 insertions, 18 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb deleted file mode 100644 index 22a7aecd2..000000000 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require ttf.inc | ||
2 | |||
3 | DESCRIPTION = "Ubuntu Font Family - TTF Version" | ||
4 | HOMEPAGE = "http://font.ubuntu.com" | ||
5 | LICENSE = "UFL" | ||
6 | PR = "r2" | ||
7 | |||
8 | SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}+ufl.zip" | ||
9 | SRC_URI[md5sum] = "2c3287ea72f81ce025095f7a6d68af28" | ||
10 | SRC_URI[sha256sum] = "23206a306d92ec57404ab3bc75610b6d8cfed0b8ddcfbe51b99fb48519a4855b" | ||
11 | S = "${WORKDIR}/ubuntu-font-family-0.69+ufl" | ||
12 | |||
13 | PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans ttf-ubuntu-serif" | ||
14 | RRECOMMENDS_${PN}-dbg = "" | ||
15 | |||
16 | FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" | ||
17 | FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" | ||
18 | FILES_ttf-ubuntu-serif = "${datadir}/fonts/truetype/*Serif*" | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb new file mode 100644 index 000000000..08d79a18c --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require ttf.inc | ||
2 | |||
3 | DESCRIPTION = "Ubuntu Font Family - TTF Version" | ||
4 | HOMEPAGE = "http://font.ubuntu.com" | ||
5 | LICENSE = "UFL" | ||
6 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip" | ||
10 | |||
11 | SRC_URI[md5sum] = "a1fc70f5a5b1d096ab8310886cddaa1c" | ||
12 | SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c" | ||
13 | |||
14 | S = "${WORKDIR}/ubuntu-font-family-${PV}" | ||
15 | |||
16 | PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans" | ||
17 | RRECOMMENDS_${PN}-dbg = "" | ||
18 | |||
19 | FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" | ||
20 | FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" | ||