summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-09 17:49:30 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-11 03:20:52 +0900
commitf8f7bea05ec9ee9dc7091c109ab0947203006ef9 (patch)
treebf0efe41a51c4938c6268052299a5123a3dde5d3
parent2ce228052c5a2b63bc61d7521443ca9c21b01c96 (diff)
downloaddefinitions-f8f7bea05ec9ee9dc7091c109ab0947203006ef9.tar.gz
Added libhangul to GNOME stratum
libhangul is the low level library for dealing with hangul script, input methods are built on top of this library. Change-Id: I65ef905ad9f23f91705714f32abed4bf5f5135c0
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/libhangul.morph6
2 files changed, 11 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index 8fade9b2..ce159fd9 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -114,6 +114,11 @@ chunks:
- gconf
- iso-codes
- libnotify
+- name: libhangul
+ morph: strata/gnome/libhangul.morph
+ repo: upstream:libhangul
+ ref: 78e9d8926262db423b4cf9181e1c2cb06a120a9b
+ unpetrify-ref: libhangul-0.1.0-19-g78e9d89
- name: libcanberra
repo: upstream:libcanberra
ref: c0620e432650e81062c1967cc669829dbd29b310
diff --git a/strata/gnome/libhangul.morph b/strata/gnome/libhangul.morph
new file mode 100644
index 00000000..f3df4601
--- /dev/null
+++ b/strata/gnome/libhangul.morph
@@ -0,0 +1,6 @@
+name: libhangul
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+# Avoid an autotools error at translation build time, simply dont build po directory
+- sed -i 's/SUBDIRS = hangul data tools po/SUBDIRS = hangul data tools/g' Makefile.am