summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-04 18:05:04 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-06 15:16:01 +0100
commit61911b23099c2658186179504ded318c987b5276 (patch)
treeaa06906b8a9f0e08253b560fd519a6f03f233d80 /meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
parent4128325a4c87bcde6ac6ffe5dbf5d6d057ee4804 (diff)
downloadmeta-openembedded-61911b23099c2658186179504ded318c987b5276.tar.gz
ttf: introduce update-fonts bbclass and change all ttf recipes to use it
* without this ttf.inc had to set RRECOMMENDS and postinst/postrm without PN suffix to cover all subpackages created in ttf recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
index 3c49e2483..1e21e1476 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb
@@ -6,7 +6,7 @@ LICENSE = "OFL"
6LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL" 6LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL"
7LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ 7LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \
8" 8"
9PR = "r6" 9PR = "r7"
10 10
11SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " 11SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz "
12 12
@@ -22,15 +22,16 @@ do_install_append() {
22 22
23} 23}
24 24
25PACKAGES = "${PN}-dbg ${PN} ${PN}-alt" 25PACKAGES = "${PN} ${PN}-alt"
26UPDATE_FONTS_PACKAGES = "${PN} ${PN}-alt"
26 27
27FILES_ttf-gentium-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ 28FILES_${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \
28 ${datadir}/fonts/truetype/GenAR*.ttf \ 29 ${datadir}/fonts/truetype/GenAR*.ttf \
29 ${datadir}/doc/ttf-gentium-alt/*" 30 ${datadir}/doc/ttf-gentium-alt/*"
30 31
31FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ 32FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \
32 ${datadir}/fonts/truetype/GenR*.ttf \ 33 ${datadir}/fonts/truetype/GenR*.ttf \
33 ${datadir}/doc/ttf-gentium/*" 34 ${datadir}/doc/ttf-gentium/*"
34 35
35SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883" 36SRC_URI[md5sum] = "4c3e6ae586be277537ebb68f2a45b883"
36SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37" 37SRC_URI[sha256sum] = "4746c04c9a4ad9e0788a38e0a2f81919a630d8070ceabc89f156b6d41d8ceb37"