[oe-commits] Korey Lu : ttf-wqy-zenhei 0.6.26: add chinese zenhei fonts

GIT User account git at amethyst.openembedded.net
Sun Oct 19 15:49:43 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e7b674b968b221595393d0c599065c65f1093cb0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7b674b968b221595393d0c599065c65f1093cb0

Author: Korey Lu <koreylu at gmail.com>
Date:   Sun Oct 19 17:48:03 2008 +0200

ttf-wqy-zenhei 0.6.26: add chinese zenhei fonts

---

 packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
new file mode 100644
index 0000000..873179d
--- /dev/null
+++ b/packages/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
@@ -0,0 +1,19 @@
+require ttf.inc
+
+DESCRIPTION = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font"
+AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors"
+HOMEPAGE = "http://wqy.sourceforge.net/en/"
+LICENSE = "GPLv2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz"
+S = "${WORKDIR}/wqy-zenhei"
+
+do_install_append () { 
+	install -d ${D}${sysconfdir}/fonts/conf.d/
+	install -m 0644 ${S}/44-wqy-zenhei.conf ${D}${sysconfdir}/fonts/conf.d/
+	install -m 0644 ${S}/66-wqy-zenhei-sharp.conf ${D}${sysconfdir}/fonts/conf.d/
+}
+
+PACKAGES = "${PN}"
+
+FILES_${PN} = "${datadir}/fonts ${sysconfdir}"





More information about the Openembedded-commits mailing list