Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: src/package_repo/package-list-dev.txt

Issue 444016: Build IBus packages. (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 gtk-doc-tools 138 gtk-doc-tools
139 139
140 # Packages needed to build fio 140 # Packages needed to build fio
141 libaio-dev 141 libaio-dev
142 142
143 # Packages needed for the devkit server 143 # Packages needed for the devkit server
144 python-webpy 144 python-webpy
145 145
146 # Packages needed to build gpt 146 # Packages needed to build gpt
147 uuid-dev 147 uuid-dev
148
149 # Packages needed to build IBus
150 im-switch
151 iso-codes
152 python-dbus
153 python-gobject-dev
154 python-glade2
155 python-gtk2
156 python-xdg
157 python2.6-dev
158
159 # Packages needed to build IBus-Chewing
160 cmake
161 gob2
162 libchewing3-dev
163
164 # Packages needed to build IBus-Anthy
165 cvs
166 gettext
167 libanthy-dev
168 swig
OLDNEW
« no previous file with comments | « no previous file | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698