From f8f7bea05ec9ee9dc7091c109ab0947203006ef9 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 9 Nov 2015 17:49:30 +0900 Subject: 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 --- strata/gnome.morph | 5 +++++ strata/gnome/libhangul.morph | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 strata/gnome/libhangul.morph 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 -- cgit v1.2.1