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

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

Issue 548109: Build: allow package lists to be filtered by arch. (Closed)
Patch Set: fixes for review Created 10 years, 11 months 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/scripts/install_packages.sh » ('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 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
11 11
12 # TODO: Something broke in the dependencies so we need to manually 12 # TODO: Something broke in the dependencies so we need to manually
13 # ensure that we have some X input packages 13 # ensure that we have some X input packages
14 xserver-xorg-input-kbd 14 xserver-xorg-input-kbd
15 xserver-xorg-input-mouse 15 xserver-xorg-input-mouse
16 xserver-xorg-input-synaptics 16 xserver-xorg-input-synaptics
17 xserver-xorg-video-intel 17 xserver-xorg-video-intel [i386]
18 18
19 # xserver 19 # xserver
20 xserver-xorg 20 xserver-xorg
21 21
22 # For creating tokens that allow user binaries to communicate with the xserver. 22 # For creating tokens that allow user binaries to communicate with the xserver.
23 xauth 23 xauth
24 24
25 # Needed by the developer kit. 25 # Needed by the developer kit.
26 # TODO: Remove these from the prod list eventually but keep in debug. 26 # TODO: Remove these from the prod list eventually but keep in debug.
27 apt 27 apt
28 tar 28 tar
29 29
30 # Some things freak out if the hostname is not set. 30 # Some things freak out if the hostname is not set.
31 hostname 31 hostname
32 32
33 # Newer packages of chromium-browser don't seem to have libgconf2 as 33 # Newer packages of chromium-browser don't seem to have libgconf2 as
34 # part of their depends, but chrome won't run without. 34 # part of their depends, but chrome won't run without.
35 libgconf2-4 35 libgconf2-4
36 36
37 # DRI drivers are needed to run the clutter-based WM. 37 # DRI drivers are needed to run the clutter-based WM.
38 libgl1-mesa-dri 38 libgl1-mesa-dri
39 39
40 # Fonts 40 # Fonts
41 ttf-dejavu 41 ttf-dejavu
42 ttf-droid 42 ttf-droid
43 ttf-sil-abyssinica 43 ttf-sil-abyssinica
44 44
45 # For power events (needed specifically to trap lid-close) 45 # For power events (needed specifically to trap lid-close)
46 acpid 46 acpid [i386]
47 47
48 # For power management (battery monitor) 48 # For power management (battery monitor)
49 devicekit-power 49 devicekit-power
50 50
51 # For dhcp 51 # For dhcp
52 dhcp3-client 52 dhcp3-client
53 53
54 # For system logging 54 # For system logging
55 rsyslog 55 rsyslog
56 56
(...skipping 13 matching lines...) Expand all
70 # For setting time 70 # For setting time
71 ntp 71 ntp
72 72
73 # For encrypted home directories 73 # For encrypted home directories
74 dmsetup 74 dmsetup
75 libhx18 75 libhx18
76 libpam-mount 76 libpam-mount
77 e4fsprogs-git 77 e4fsprogs-git
78 78
79 # Chrome OS packages; keep alphabetized 79 # Chrome OS packages; keep alphabetized
80 chromeos-acpi 80 chromeos-acpi [i386]
81 chromeos-chrome 81 chromeos-chrome
82 chromeos-cryptohome 82 chromeos-cryptohome
83 chromeos-init 83 chromeos-init
84 chromeos-installer 84 chromeos-installer
85 chromeos-flimflam 85 chromeos-flimflam
86 chromeos-libcros 86 chromeos-libcros
87 chromeos-login 87 chromeos-login
88 chromeos-minijail 88 chromeos-minijail
89 chromeos-metrics-collection 89 chromeos-metrics-collection
90 chromeos-metrics-daemon 90 chromeos-metrics-daemon
(...skipping 29 matching lines...) Expand all
120 120
121 # For collecting metrics 121 # For collecting metrics
122 time 122 time
123 123
124 # Install the chromeos build of upstart 124 # Install the chromeos build of upstart
125 upstart 125 upstart
126 126
127 # Listed as a recommendation rather than dependency by chromeos-chrome to 127 # Listed as a recommendation rather than dependency by chromeos-chrome to
128 # make it easier to replace it with different versions, but included here 128 # make it easier to replace it with different versions, but included here
129 # to make sure that we always include it in images. 129 # to make sure that we always include it in images.
130 flashplugin-installer 130 flashplugin-installer [!armel]
OLDNEW
« no previous file with comments | « no previous file | src/scripts/install_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698