88c1719a8cbbd6a9733e1d22492763407e5a1be5
[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             "..//gitlive/GitBranch.vala",
18             "..//gitlive/NewBranch.vala",
19             "..//gitlive/GitMonitorQueue.vala",
20             "..//gitlive/RooTicket.vala",
21             "..//gitlive/MergeBranch.vala",
22             "..//gitlive/RepoStatusPopover.vala",
23             "..//gitlive/Clone.vala"
24         ],
25         "packages" : [
26         ]
27     },
28     {
29         "name" : "_default_",
30         "compile_flags" : "",
31         "execute_args" : "",
32         "target_bin" : "",
33         "sources" : [
34             "..//gitlive"
35         ],
36         "packages" : [
37             "libcanberra",
38             "libwnck-3.0",
39             "gee-0.8",
40             "posix",
41             "libnotify",
42             "glib-2.0",
43             "gdk-3.0",
44             "gtk+-3.0",
45             "json-glib-1.0",
46             "libsoup-2.4",
47             "gtksourceview-3.0"
48         ]
49     }
50 ]