Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo10
1 files changed, 2 insertions, 8 deletions
diff --git a/repo b/repo
index 8254585..cccaec9 100644
--- a/repo
+++ b/repo
@@ -54,13 +54,7 @@ def build(packages):
finally:
os.chdir(old_cwd)
-_i586 = ['sugar-artwork', 'sugar-datastore', 'sugar', 'sugar-toolkit',
- 'sugar-base', 'pyabiword', 'NetworkManager', 'SDL_mixer',
- 'telepathy-gabble', 'telepathy-glib', 'gvfs', 'DeviceKit-disks',
- 'libatasmart']
-_noarch = ['sugar-presence-service', 'sugar-browse', 'sugar-imageviewer',
- 'sugar-jukebox', 'sugar-chat', 'sugar-write', 'sugar-calculator',
- 'sugar-pippy', 'sugar-terminal', 'sugar-turtleart', 'sugar-log',
- 'sugar-read', 'etoys']
+_i586 = ['xorg-x11-drv-openchrome']
+_noarch = ['sugar-presence-service', 'sugar-turtleart', 'sugar-read', 'etoys']
build(_i586 + _noarch)