summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 10:53:03 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 15:33:01 +0000
commitac7c3ce380f50b5ed60841df1694c68ec4bb14ad (patch)
treed678ece97c1f0b3e69553f1d734a5b31fa63a965
parente428d3697930cb0881e33bd4e5d9d1a918f72859 (diff)
downloaddefinitions-ac7c3ce380f50b5ed60841df1694c68ec4bb14ad.tar.gz
Adding chinese font packages.
Having chinese fonts installed is the final touch to having asian input methods working completely out of the box on a GNOME system. Change-Id: If5973ccf13a1d33116d7de8436c03622b356ff35
-rw-r--r--strata/graphics-common.morph20
-rw-r--r--strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph5
-rw-r--r--strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph5
-rw-r--r--strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph5
-rw-r--r--strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph5
5 files changed, 40 insertions, 0 deletions
diff --git a/strata/graphics-common.morph b/strata/graphics-common.morph
index 63907275..0a4830a7 100644
--- a/strata/graphics-common.morph
+++ b/strata/graphics-common.morph
@@ -33,6 +33,26 @@ chunks:
repo: upstream:ttf-alee
ref: 97ededc81c03d0a7333a15a9a1e6acc4d0e5ac50
unpetrify-ref: fonts-alee_13.1
+- name: chinese-fonts-truetype-bkai00mp
+ morph: strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph
+ repo: upstream:chinese-fonts-truetype/bkai00mp
+ ref: aa20d88b0ae7945f0956d7d662e8e5cf1e50b53a
+ unpetrify-ref: bkai00mp.ttf
+- name: chinese-fonts-truetype-gkai00mp
+ morph: strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph
+ repo: upstream:chinese-fonts-truetype/gkai00mp
+ ref: 7569dd2d8f31617a87229a4446b294a0d48055dd
+ unpetrify-ref: gkai00mp.ttf
+- name: chinese-fonts-truetype-bsmi00lp
+ morph: strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph
+ repo: upstream:chinese-fonts-truetype/bsmi00lp
+ ref: 8f1febdd4f74d56670777c8a5fc25dc6d8cf972c
+ unpetrify-ref: bsmi00lp.ttf
+- name: chinese-fonts-truetype-gbsn00lp
+ morph: strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph
+ repo: upstream:chinese-fonts-truetype/gbsn00lp
+ ref: be390396044728b4b535a067e3a0dca7daa0b8b6
+ unpetrify-ref: gbsn00lp.ttf
- name: libpng
repo: upstream:libpng
ref: 88dd30b232362b65cca374dda39096888163dd6b
diff --git a/strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph b/strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph
new file mode 100644
index 00000000..8dcde50f
--- /dev/null
+++ b/strata/graphics-common/chinese-fonts-truetype-bkai00mp.morph
@@ -0,0 +1,5 @@
+name: chinese-fonts-truetype-bkai00mp
+kind: chunk
+install-commands:
+- mkdir -p "$DESTDIR"/usr/share/fonts/truetype/chinese
+- install -p *.ttf "$DESTDIR"/usr/share/fonts/truetype/chinese
diff --git a/strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph b/strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph
new file mode 100644
index 00000000..8e0c060d
--- /dev/null
+++ b/strata/graphics-common/chinese-fonts-truetype-bsmi00lp.morph
@@ -0,0 +1,5 @@
+name: chinese-fonts-truetype-bsmi00lp
+kind: chunk
+install-commands:
+- mkdir -p "$DESTDIR"/usr/share/fonts/truetype/chinese
+- install -p *.ttf "$DESTDIR"/usr/share/fonts/truetype/chinese
diff --git a/strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph b/strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph
new file mode 100644
index 00000000..f1a0d15f
--- /dev/null
+++ b/strata/graphics-common/chinese-fonts-truetype-gbsn00lp.morph
@@ -0,0 +1,5 @@
+name: chinese-fonts-truetype-gbsn00lp
+kind: chunk
+install-commands:
+- mkdir -p "$DESTDIR"/usr/share/fonts/truetype/chinese
+- install -p *.ttf "$DESTDIR"/usr/share/fonts/truetype/chinese
diff --git a/strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph b/strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph
new file mode 100644
index 00000000..c08e0736
--- /dev/null
+++ b/strata/graphics-common/chinese-fonts-truetype-gkai00mp.morph
@@ -0,0 +1,5 @@
+name: chinese-fonts-truetype-gkai00mp
+kind: chunk
+install-commands:
+- mkdir -p "$DESTDIR"/usr/share/fonts/truetype/chinese
+- install -p *.ttf "$DESTDIR"/usr/share/fonts/truetype/chinese