mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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
This commit is contained in:
parent
92f79bfd74
commit
34b9d1c988
@ -33,6 +33,7 @@ PLATFORM_DIRS="acpi assets fake_hal init installer login_manager \
|
|||||||
|
|
||||||
THIRD_PARTY_DIR="$SRC_ROOT/third_party"
|
THIRD_PARTY_DIR="$SRC_ROOT/third_party"
|
||||||
THIRD_PARTY_PACKAGES="connman e2fsprogs/files gflags gtest \
|
THIRD_PARTY_PACKAGES="connman e2fsprogs/files gflags gtest \
|
||||||
|
ibus ibus-chewing ibus-anthy \
|
||||||
ply-image slim/src synaptics \
|
ply-image slim/src synaptics \
|
||||||
wpa_supplicant xscreensaver/xscreensaver-5.08 \
|
wpa_supplicant xscreensaver/xscreensaver-5.08 \
|
||||||
xserver-xorg-core xserver-xorg-video-intel"
|
xserver-xorg-core xserver-xorg-video-intel"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user