OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This file contains the list of packages we install for Chrome OS developers. | 5 # This file contains the list of packages we install for Chrome OS developers. |
6 # One package per line | 6 # One package per line |
7 | 7 |
8 # To read these into a line in a script, do: | 8 # To read these into a line in a script, do: |
9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '` | 9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '` |
10 # change "' '" to "','" for a comma separated list | 10 # change "' '" to "','" for a comma separated list |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 | 134 |
135 # Packages needed to build clutter | 135 # Packages needed to build clutter |
136 cdbs | 136 cdbs |
137 gtk-doc-tools | 137 gtk-doc-tools |
138 | 138 |
139 # Packages needed to build fio | 139 # Packages needed to build fio |
140 libaio-dev | 140 libaio-dev |
141 | 141 |
142 # Packages needed for the devkit server | 142 # Packages needed for the devkit server |
143 python-webpy | 143 python-webpy |
| 144 |
| 145 # Packages needed to build IBus |
| 146 im-switch |
| 147 iso-codes |
| 148 python-dbus |
| 149 python-gobject-dev |
| 150 python-glade2 |
| 151 python-gtk2 |
| 152 python-xdg |
| 153 python2.6-dev |
| 154 |
| 155 # Packages needed to build IBus-Chewing |
| 156 cmake |
| 157 gob2 |
| 158 libchewing3-dev |
| 159 |
| 160 # Packages needed to build IBus-Anthy |
| 161 cvs |
| 162 gettext |
| 163 libanthy-dev |
| 164 swig |
OLD | NEW |