From 5509ce7aa0af34ddac75b6b7986a94019a23cf53 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 24 Nov 2015 16:36:02 +0000 Subject: Adding chinese font lorries This completes the input methods for the GNOME system, with chinese fonts we can now boot a GNOME system and select chinese pinyin and start using the input method out of the box. Change-Id: I6e90044c680c460a694de8f95b5cd83247152e27 --- open-source-lorries/chinese-fonts-truetype.lorry | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 open-source-lorries/chinese-fonts-truetype.lorry diff --git a/open-source-lorries/chinese-fonts-truetype.lorry b/open-source-lorries/chinese-fonts-truetype.lorry new file mode 100644 index 0000000..e1d7ce2 --- /dev/null +++ b/open-source-lorries/chinese-fonts-truetype.lorry @@ -0,0 +1,18 @@ +{ + "chinese-fonts-truetype/bkai00mp": { + "type": "gzip", + "url": "ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/bkai00mp.ttf.gz" + }, + "chinese-fonts-truetype/bsmi00lp": { + "type": "gzip", + "url": "ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/bsmi00lp.ttf.gz" + }, + "chinese-fonts-truetype/gbsn00lp": { + "type": "gzip", + "url": "ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gbsn00lp.ttf.gz" + }, + "chinese-fonts-truetype/gkai00mp": { + "type": "gzip", + "url": "ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz" + } +} -- cgit v1.2.1