-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsugar.src.pb
56 lines (52 loc) · 1.35 KB
/
sugar.src.pb
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
---
- hosts: all
vars:
TYPE: sugar
INSTANCE: git
PKGS:
- python3-empy
- python-six
- python3-six
- python-gtk2-dev
- libasound2-dev
- librsvg2-dev
- icon-naming-utils
REPOS:
- https://github.com/sugarlabs/sugar
- https://github.com/sugarlabs/sugar-artwork
- https://github.com/sugarlabs/sugar-datastore
- https://github.com/sugarlabs/sugar-toolkit
- https://github.com/sugarlabs/sugar-toolkit-gtk3
- https://github.com/sugarlabs/terminal-activity
# supplemental:
- https://github.com/sugarlabs/jukebox-activity
- https://github.com/sugarlabs/iq-activity
- https://github.com/sugarlabs/clock-activity
- https://github.com/sugarlabs/speak
- https://github.com/sugarlabs/story
BIN:
- name: build.sh
exec: |
DIR=`pwd`
cd $DIR/sugar-toolkit
./autogen.sh
make
sudo make install
cd $DIR/sugar-toolkit-gtk3
./autogen.sh
make
sudo make install
cd $DIR/sugar-artwork
./autogen.sh
make
sudo make install
cd $DIR/sugar-toolkit-datastore
./autogen.sh
make
sudo make install
cd $DIR/sugar
./autogen.sh
make
sudo make install
tasks:
- include: tasks/compfuzor.includes type=src