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             "..//gitlive/Clones.vala"
17         ],
18         "packages" : [
19         ]
20     },
21     {
22         "name" : "_default_",
23         "compile_flags" : "",
24         "execute_args" : "",
25         "target_bin" : "",
26         "sources" : [
27             "..//gitlive"
28         ],
29         "packages" : [
30             "libcanberra",
31             "libwnck-3.0",
32             "gee-0.8",
33             "posix",
34             "libnotify",
35             "glib-2.0",
36             "gdk-3.0",
37             "gtk+-3.0"
38         ]
39     }
40 ]