diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-02-11 22:49:37 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:52:37 +0100 |
| commit | 20d6d3163b31d9f7099f24f4aaedb19c660fb7af (patch) | |
| tree | 9981c1dec8a7f2511444ea6437a4664ca84f74c3 | |
| parent | 45809914310d4d4eda5982e1680f28c334f90769 (diff) | |
| download | meta-openembedded-20d6d3163b31d9f7099f24f4aaedb19c660fb7af.tar.gz | |
ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 files changed, 21 insertions, 24 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb index 06e06ca52b..8aeee0c123 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | |||
| @@ -4,9 +4,9 @@ LICENSE = "Arphic Public License" | |||
| 4 | LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" | 4 | LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" |
| 5 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 5 | SRC_DISTRIBUTE_LICENSES += "${PN}" |
| 6 | RPROVIDES_${PN} = "virtual-chinese-font" | 6 | RPROVIDES_${PN} = "virtual-chinese-font" |
| 7 | PR = "r5" | 7 | PR = "r6" |
| 8 | 8 | ||
| 9 | UPDATE_FONTS_PACKAGES = "${PN}" | 9 | FONT_PACKAGES = "${PN}" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0.2.${PV}.1.orig.tar.gz" | 11 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0.2.${PV}.1.orig.tar.gz" |
| 12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb index eead861bc0..bcc797cc23 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb | |||
| @@ -12,7 +12,7 @@ RDEPENDS_${PN}-sans-condensed = "${PN}-common" | |||
| 12 | RDEPENDS_${PN}-serif = "${PN}-common" | 12 | RDEPENDS_${PN}-serif = "${PN}-common" |
| 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" | 13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" |
| 14 | RDEPENDS_${PN}-common = "" | 14 | RDEPENDS_${PN}-common = "" |
| 15 | PR = "r6" | 15 | PR = "r7" |
| 16 | 16 | ||
| 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ |
| 18 | file://30-dejavu-aliases.conf" | 18 | file://30-dejavu-aliases.conf" |
| @@ -31,7 +31,7 @@ PACKAGES = "\ | |||
| 31 | ${PN}-serif \ | 31 | ${PN}-serif \ |
| 32 | ${PN}-serif-condensed \ | 32 | ${PN}-serif-condensed \ |
| 33 | ${PN}-common" | 33 | ${PN}-common" |
| 34 | UPDATE_FONTS_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed" | 34 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed" |
| 35 | 35 | ||
| 36 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" | 36 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" |
| 37 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" | 37 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb index 1a04a5fb37..a96bc51114 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" | |||
| 6 | LIC_FILES_CHKSUM = "file://README.txt;md5=83544262a86f1f1ec761e75897df92bc" | 6 | LIC_FILES_CHKSUM = "file://README.txt;md5=83544262a86f1f1ec761e75897df92bc" |
| 7 | SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e" | 7 | SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e" |
| 8 | PV = "0.1+gitr${SRCPV}" | 8 | PV = "0.1+gitr${SRCPV}" |
| 9 | PR = "r2" | 9 | PR = "r3" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;protocol=git;branch=master" | 11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;protocol=git;branch=master" |
| 12 | 12 | ||
| @@ -18,7 +18,7 @@ do_install_prepend() { | |||
| 18 | 18 | ||
| 19 | PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \ | 19 | PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \ |
| 20 | ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" | 20 | ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" |
| 21 | UPDATE_FONTS_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" | 21 | FONT_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" |
| 22 | 22 | ||
| 23 | FILES_ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans-Bold.ttf" | 23 | FILES_ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans-Bold.ttf" |
| 24 | FILES_ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf" | 24 | FILES_ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf" |
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 1e21e14768..d289e80ead 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" | |||
| 6 | LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL" | 6 | LICENSE_URL = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL" |
| 7 | LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ | 7 | LIC_FILES_CHKSUM = "file://OFL;md5=33a5bf7b98a9c0ae87430760ba762295 \ |
| 8 | " | 8 | " |
| 9 | PR = "r7" | 9 | PR = "r8" |
| 10 | 10 | ||
| 11 | SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " | 11 | SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " |
| 12 | 12 | ||
| @@ -23,7 +23,7 @@ do_install_append() { | |||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | PACKAGES = "${PN} ${PN}-alt" | 25 | PACKAGES = "${PN} ${PN}-alt" |
| 26 | UPDATE_FONTS_PACKAGES = "${PN} ${PN}-alt" | 26 | FONT_PACKAGES = "${PN} ${PN}-alt" |
| 27 | 27 | ||
| 28 | FILES_${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ | 28 | FILES_${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ |
| 29 | ${datadir}/fonts/truetype/GenAR*.ttf \ | 29 | ${datadir}/fonts/truetype/GenAR*.ttf \ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb index 1f77211187..97a82ef235 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb | |||
| @@ -4,14 +4,14 @@ DESCRIPTION = "Hunky fonts - TTF Version" | |||
| 4 | HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts" | 4 | HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts" |
| 5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
| 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34" |
| 7 | PR = "r6" | 7 | PR = "r7" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/hunkyfonts-${PV}/TTF/" | 11 | S = "${WORKDIR}/hunkyfonts-${PV}/TTF/" |
| 12 | 12 | ||
| 13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
| 14 | UPDATE_FONTS_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 14 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
| 15 | 15 | ||
| 16 | FILES_ttf-hunky-sans = "${datadir}/fonts/truetype/HunkySans*.ttf" | 16 | FILES_ttf-hunky-sans = "${datadir}/fonts/truetype/HunkySans*.ttf" |
| 17 | FILES_ttf-hunky-serif = "${datadir}/fonts/truetype/HunkySerif*.ttf" | 17 | FILES_ttf-hunky-serif = "${datadir}/fonts/truetype/HunkySerif*.ttf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb index 901b8b2949..7ed4a648ba 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | |||
| @@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ | 7 | file://License.txt;md5=5b171c5100029d884fcea21d9a2b7543 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | PR = "r6" | 10 | PR = "r7" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" | 12 | SRC_URI = "http://fedorahosted.org/liberation-fonts/export/807b6dfd069b998cd9b4d3158da98817ef23c79d/F-9/liberation-fonts-ttf-3.tar.gz" |
| 13 | S = "${WORKDIR}/liberation-fonts-${PV}" | 13 | S = "${WORKDIR}/liberation-fonts-${PV}" |
| 14 | 14 | ||
| 15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
| 16 | UPDATE_FONTS_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 16 | FONT_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
| 17 | 17 | ||
| 18 | FILES_ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" | 18 | FILES_ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" |
| 19 | FILES_ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" | 19 | FILES_ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb index 6f12d29be2..52379449d7 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "${PN}" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE_E;md5=ac161e96eda00db9a3aec7870b5d9658 \ |
| 7 | file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \ | 7 | file://LICENSE_J;md5=a120ca8d7c8e4a475d5277c9aeb95221 \ |
| 8 | " | 8 | " |
| 9 | PR = "r3" | 9 | PR = "r4" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" | 11 | SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" |
| 12 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" | 12 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" |
| @@ -14,12 +14,9 @@ S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" | |||
| 14 | python populate_packages_prepend() { | 14 | python populate_packages_prepend() { |
| 15 | plugindir = d.expand('${datadir}/fonts/ttf-mplus/') | 15 | plugindir = d.expand('${datadir}/fonts/ttf-mplus/') |
| 16 | packages = do_split_packages(d, plugindir, '^(.*)\.ttf$', 'ttf-%s', 'TTF Font %s', extra_depends = "ttf-common") | 16 | packages = do_split_packages(d, plugindir, '^(.*)\.ttf$', 'ttf-%s', 'TTF Font %s', extra_depends = "ttf-common") |
| 17 | d.setVar('UPDATE_FONTS_PACKAGES', ' '.join(packages)) | 17 | d.setVar('FONT_PACKAGES', ' '.join(packages)) |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | # for update-fonts.bbclass sake only, replaced later in populate_packages_prepend | ||
| 21 | UPDATE_FONTS_PACKAGES = "${PN}" | ||
| 22 | |||
| 23 | do_install() { | 20 | do_install() { |
| 24 | install -d ${D}${datadir}/fonts/ttf-mplus | 21 | install -d ${D}${datadir}/fonts/ttf-mplus |
| 25 | install -m 0644 *.ttf ${D}${datadir}/fonts/ttf-mplus/ | 22 | install -m 0644 *.ttf ${D}${datadir}/fonts/ttf-mplus/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb index d982c112b1..d883734894 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | |||
| @@ -9,13 +9,13 @@ LICENSE = "Public domain" | |||
| 9 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" | 9 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" |
| 10 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 10 | SRC_DISTRIBUTE_LICENSES += "${PN}" |
| 11 | RPROVIDES_${PN} = "virtual-japanese-font" | 11 | RPROVIDES_${PN} = "virtual-japanese-font" |
| 12 | PR = "r8" | 12 | PR = "r9" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" | 14 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" |
| 15 | S = "${WORKDIR}/sazanami-20040629" | 15 | S = "${WORKDIR}/sazanami-20040629" |
| 16 | 16 | ||
| 17 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 17 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
| 18 | UPDATE_FONTS_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 18 | FONT_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
| 19 | 19 | ||
| 20 | FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \ | 20 | FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \ |
| 21 | ${datadir}/doc/ttf-sazanami-gothic/README" | 21 | ${datadir}/doc/ttf-sazanami-gothic/README" |
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 index 8d992590ad..bd8398095f 100644 --- 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 | |||
| @@ -4,7 +4,7 @@ DESCRIPTION = "Ubuntu Font Family - TTF Version" | |||
| 4 | HOMEPAGE = "http://font.ubuntu.com" | 4 | HOMEPAGE = "http://font.ubuntu.com" |
| 5 | LICENSE = "UFL" | 5 | LICENSE = "UFL" |
| 6 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b" | 6 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=325a1a9029112a2405e743c7f816427b" |
| 7 | PR = "r0" | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip" | 9 | SRC_URI = "http://font.ubuntu.com/download/ubuntu-font-family-${PV}.zip" |
| 10 | 10 | ||
| @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811 | |||
| 14 | S = "${WORKDIR}/ubuntu-font-family-${PV}" | 14 | S = "${WORKDIR}/ubuntu-font-family-${PV}" |
| 15 | 15 | ||
| 16 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 16 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
| 17 | UPDATE_FONTS_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 17 | FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
| 18 | 18 | ||
| 19 | FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" | 19 | FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" |
| 20 | FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" | 20 | FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb index 0263301ab8..6095386db3 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb | |||
| @@ -5,7 +5,7 @@ AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors" | |||
| 5 | HOMEPAGE = "http://wqy.sourceforge.net/en/" | 5 | HOMEPAGE = "http://wqy.sourceforge.net/en/" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c" |
| 8 | PR = "r3" | 8 | PR = "r4" |
| 9 | 9 | ||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz" | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz" |
| 11 | S = "${WORKDIR}/wqy-zenhei" | 11 | S = "${WORKDIR}/wqy-zenhei" |
| @@ -17,7 +17,7 @@ do_install_append () { | |||
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | PACKAGES = "${PN}" | 19 | PACKAGES = "${PN}" |
| 20 | UPDATE_FONTS_PACKAGES = "${PN}" | 20 | FONT_PACKAGES = "${PN}" |
| 21 | 21 | ||
| 22 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" | 22 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf.inc b/meta-oe/recipes-graphics/ttf-fonts/ttf.inc index 70283be78d..c77af39937 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf.inc +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf.inc | |||
| @@ -9,4 +9,4 @@ do_install() { | |||
| 9 | find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 9 | find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | inherit allarch update-fonts | 12 | inherit allarch fontcache |
