From 34b9d1c9882bdc1a1f26a6eec3da99df2e3f2601 Mon Sep 17 00:00:00 2001 From: "yusukes@google.com" Date: Fri, 27 Nov 2009 02:16:49 +0000 Subject: [PATCH] Build IBus packages. - scripts/build_platform_packages.sh Run third_party/{ibus, ibus-chewing, ibus-anthy}/make_pkg.sh scripts in order to create IBus debian packages. - third_party/ibus/make_pkg.sh - third_party/ibus-chewing/make_pkg.sh - third_party/ibus-anthy/make_pkg.sh New files. - third_party/ibus-chewing/ibus-chewing_1.2.0.20090818-2.diff.gz - third_party/ibus-anthy/ibus-anthy_1.2.0.20090813-2.diff.gz New files. These patch files create debian/ directories under third_party/ibus-chewing/ and third_party/ibus-anthy/ respectively. These files are copied from Ubuntu Karmic's deb source packages, just like third_party/clutter/clutter-1.0_1.0.4-0ubuntu1.diff.gz (I believe it's okay, but let me double-check). - package_repo/package-list-prod.txt - package_repo/repo_list_image.txt Add IBus packages to the rootfs image. - package_repo/package-list-dev.txt Add debian packages that are necessary to build IBus packages. Please note that autopoint script in gettext package requires cvs for unknown reasons. - package_repo/repo_list_dev.txt * IBus code requires slightly newer version of Gtk+/Glib. Upgraded them from 2.17.2-0ubuntu2 to 2.17.7-0ubuntu3 (Gtk+), from 2.21.2-0ubuntu1 to 2.21.4-0ubuntu1 (Glib). * cmake-data depends on emacsen-common and update-indetd. * python-gobject-dev depends on libffi-dev. * python2.6-dev is required, but python2.6-dev_2.6.2-0ubuntu2 is not available on Ubuntu (I don't know why). Therefore, upgraded all python2.6* packages from 2.6.2-0ubuntu2 to 2.6.2-0ubuntu3. Review URL: http://codereview.chromium.org/434033 Review URL: http://codereview.chromium.org/444016 git-svn-id: svn://chrome-svn/chromeos/trunk@325 06c00378-0e64-4dae-be16-12b19f9950a1 --- build_platform_packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index dcf325153d..c5ab3ed46f 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -33,6 +33,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 gtest \ + ibus ibus-chewing ibus-anthy \ ply-image slim/src synaptics \ wpa_supplicant xscreensaver/xscreensaver-5.08 \ xserver-xorg-core xserver-xorg-video-intel"