summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb18
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.80.bb20
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 @@
1require ttf.inc
2
3DESCRIPTION = "Ubuntu Font Family - TTF Version"
4HOMEPAGE = "http://font.ubuntu.com"
5LICENSE = "UFL"
6PR = "r2"
7
8SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}+ufl.zip"
9SRC_URI[md5sum] = "2c3287ea72f81ce025095f7a6d68af28"
10SRC_URI[sha256sum] = "23206a306d92ec57404ab3bc75610b6d8cfed0b8ddcfbe51b99fb48519a4855b"
11S = "${WORKDIR}/ubuntu-font-family-0.69+ufl"
12
13PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans ttf-ubuntu-serif"
14RRECOMMENDS_${PN}-dbg = ""
15
16FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
17FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"
18FILES_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 @@
1require ttf.inc
2
3DESCRIPTION = "Ubuntu Font Family - TTF Version"
4HOMEPAGE = "http://font.ubuntu.com"
5LICENSE = "UFL"
6LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b"
7PR = "r0"
8
9SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip"
10
11SRC_URI[md5sum] = "a1fc70f5a5b1d096ab8310886cddaa1c"
12SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c"
13
14S = "${WORKDIR}/ubuntu-font-family-${PV}"
15
16PACKAGES = "${PN}-dbg ttf-ubuntu-mono ttf-ubuntu-sans"
17RRECOMMENDS_${PN}-dbg = ""
18
19FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*"
20FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*"