sync
[gitlive] / config1.builder
1 [
2     {
3         "name" : "gitlive",
4         "compile_flags" : "",
5         "execute_args" : "-g",
6         "target_bin" : "/tmp/gitlive",
7         "sources" : [
8             "..//gitlive/Gitlive.vala",
9             "..//gitlive/GitMonitor.vala",
10             "..//gitlive/GitRepo.vala",
11             "..//gitlive/Monitor.vala",
12             "..//gitlive/Spawn.vala",
13             "..//gitlive/StatusIcon.vala",
14             "..//gitlive/WindowLog.vala",
15             "..//gitlive"
16         ],
17         "packages" : [
18         ]
19     },
20     {
21         "name" : "_default_",
22         "compile_flags" : "",
23         "execute_args" : "",
24         "target_bin" : "",
25         "sources" : [
26             "..//gitlive"
27         ],
28         "packages" : [
29             "libcanberra",
30             "libwnck-3.0",
31             "gee-0.8",
32             "posix",
33             "libnotify",
34             "glib-2.0"
35         ]
36     }
37 ]