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 on the production | 5 # This file contains the list of packages we install on the production |
6 # machines (ie, end users). One package per line | 6 # machines (ie, end users). 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 20 matching lines...) Expand all Loading... |
31 | 31 |
32 # TODO: For Karmic, we might need to add squashfs-tools until they get | 32 # TODO: For Karmic, we might need to add squashfs-tools until they get |
33 # get updated. | 33 # get updated. |
34 #squashfs-tools | 34 #squashfs-tools |
35 | 35 |
36 # Attempt to get nvidia drivers working | 36 # Attempt to get nvidia drivers working |
37 # TODO: This currently does not work, so uncomment with caution. | 37 # TODO: This currently does not work, so uncomment with caution. |
38 #nvidia-glx-180 | 38 #nvidia-glx-180 |
39 #nvidia-180-modaliases | 39 #nvidia-180-modaliases |
40 | 40 |
41 # People like the Android fonts | 41 # Fonts |
| 42 ttf-dejavu |
42 ttf-droid | 43 ttf-droid |
| 44 ttf-sil-abyssinica |
43 | 45 |
44 # for power events (needed specifically to trap lid-close) | 46 # for power events (needed specifically to trap lid-close) |
45 acpid | 47 acpid |
46 | 48 |
47 # for power management (battery monitor) | 49 # for power management (battery monitor) |
48 devicekit-power | 50 devicekit-power |
49 | 51 |
50 # for mounting | 52 # for mounting |
51 devicekit-disks | 53 devicekit-disks |
52 policykit-1 | 54 policykit-1 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 libnl1 | 92 libnl1 |
91 linux-firmware | 93 linux-firmware |
92 | 94 |
93 # For IBus | 95 # For IBus |
94 ibus | 96 ibus |
95 ibus-anthy | 97 ibus-anthy |
96 ibus-chewing | 98 ibus-chewing |
97 ibus-gtk | 99 ibus-gtk |
98 libibus1 | 100 libibus1 |
99 python-ibus | 101 python-ibus |
OLD | NEW |