From 24f6456a2c91682885bae47a264ba60eb5f533b9 Mon Sep 17 00:00:00 2001 From: Yusuke Sato Date: Thu, 24 Dec 2009 00:29:21 +0900 Subject: [PATCH] Adding third_party/ibus-hangul/ to the Chromium OS build. ibus-hangul provides an input method for Korean. - third_party/ibus-hangul/libhangul_0.0.10-1.diff.gz - third_party/ibus-hangul/libhangul_0.0.10.orig.tar.gz These files are source package of libhangul for Ubuntu Lucid (10.04 LTS) at http://packages.ubuntu.com/en/lucid/libhangul0-data. Since Karmic's libhangle (0.0.9) is too old to build ibus-hangul trunk, we'll build libhangul packages ourselves. - third_party/ibus-hangul/make_pkg.sh This script first builds and installs libhangul debian packages, then builds ibus-hangul. - third_party/ibus-hangul/ibus-hangul_1.2.0.20090617-2.diff.gz Copied from the Ubuntu Karmic's ibus-m17n package just like as third_party/clutter/clutter-1.0_1.0.4-0ubuntu1.diff.gz. - third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff Patch for third_party/ibus-hangul/debian/rules which removes setup tools written in Python from the ibus-hangul debian package. Review URL: http://codereview.chromium.org/501150 --- build_platform_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index 854ee7b912..2e8a9e7708 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -35,7 +35,7 @@ PLATFORM_DIRS="acpi assets fake_hal init installer login_manager \ THIRD_PARTY_DIR="$SRC_ROOT/third_party" THIRD_PARTY_PACKAGES="connman e2fsprogs/files \ gflags google-breakpad gpt gtest \ - ibus ibus-chewing ibus-anthy ibus-m17n \ + ibus ibus-chewing ibus-anthy ibus-hangul ibus-m17n \ ply-image slim/src synaptics \ wpa_supplicant xscreensaver/xscreensaver-5.08 \ xserver-xorg-core xserver-xorg-video-intel"