diff options
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb | 25 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb | 27 |
2 files changed, 27 insertions, 25 deletions
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 deleted file mode 100644 index 30ad91a7af..0000000000 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | require ttf.inc | ||
| 2 | |||
| 3 | SUMMARY = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font" | ||
| 4 | AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors" | ||
| 5 | HOMEPAGE = "http://wqy.sourceforge.net/en/" | ||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c" | ||
| 8 | PR = "r4" | ||
| 9 | |||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz" | ||
| 11 | S = "${WORKDIR}/wqy-zenhei" | ||
| 12 | |||
| 13 | do_install_append () { | ||
| 14 | install -d ${D}${sysconfdir}/fonts/conf.d/ | ||
| 15 | install -m 0644 ${S}/44-wqy-zenhei.conf ${D}${sysconfdir}/fonts/conf.d/ | ||
| 16 | install -m 0644 ${S}/66-wqy-zenhei-sharp.conf ${D}${sysconfdir}/fonts/conf.d/ | ||
| 17 | } | ||
| 18 | |||
| 19 | PACKAGES = "${PN}" | ||
| 20 | FONT_PACKAGES = "${PN}" | ||
| 21 | |||
| 22 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" | ||
| 23 | |||
| 24 | SRC_URI[md5sum] = "bf2c1cb512606d995873bada27c777da" | ||
| 25 | SRC_URI[sha256sum] = "47355b6ec84bb309614b6d657ddfda993b96ed0be569264f82e523b254f945b2" | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb new file mode 100644 index 0000000000..1207a61b84 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | require ttf.inc | ||
| 2 | |||
| 3 | SUMMARY = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font" | ||
| 4 | AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors" | ||
| 5 | HOMEPAGE = "http://wenq.org/" | ||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "4c6c3f4e902dd5ee0a121e8c41d040bd" | ||
| 11 | SRC_URI[sha256sum] = "e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/wqy-zenhei" | ||
| 14 | |||
| 15 | do_install_append () { | ||
| 16 | sed -i -e '/<string>[^W]/d' ${S}/44-wqy-zenhei.conf | ||
| 17 | install -d ${D}${sysconfdir}/fonts/conf.d | ||
| 18 | |||
| 19 | for x in ${S}/*.conf; do | ||
| 20 | install -m 0644 $x ${D}${sysconfdir}/fonts/conf.d/ | ||
| 21 | done | ||
| 22 | } | ||
| 23 | |||
| 24 | PACKAGES = "${PN}" | ||
| 25 | FONT_PACKAGES = "${PN}" | ||
| 26 | |||
| 27 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" | ||
