Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-sugar.ks
blob: 74410f7bfe7a7e0e07988de1760fe0f56e635652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%include soas-base.ks

# include our sugar on a stick repo
repo --name=sugar --cost=3 --baseurl=http://download.sugarlabs.org/soas/repositories/2/

%packages --excludedocs --instLangs en:es:ar:pl:pt_BR:pt:it:fr:ht:el:mn:mr_IN:th:am_ET:km_KH:ne_NP:ur_PK:rw:ja:de:tr:te:ps:fa_AF:si

# sugar!
# temporary changes until comps group gets fixed
sugar

# additional packages
hulahop
pyabiword
gnome-python2-evince
DeviceKit-disks
espeak
etoys
evince-djvu
gtksourceview2
gvfs
libffi
numpy
olpcsound
pygame
python-json
squeak-vm

# display manager
slim

# e-mail client
alpine

# multimedia implementations
gnash-plugin

# work around for keyboard layout
system-config-keyboard

# allow reproduction of images
livecd-tools

# include to get better feedback
smolt

# pull plymouth theme
-plymouth-theme-*
plymouth-theme-soas

# sound
pulseaudio
alsa-plugins-pulseaudio
alsa-utils
gstreamer-plugins-good
gstreamer-plugins-espeak


#vte is needed by Terminal
vte

%end