Partial Fix #5560 - Gitlive - branching wip
[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         ],
24         "packages" : [
25         ]
26     },
27     {
28         "name" : "_default_",
29         "compile_flags" : "",
30         "execute_args" : "",
31         "target_bin" : "",
32         "sources" : [
33             "..//gitlive"
34         ],
35         "packages" : [
36             "libcanberra",
37             "libwnck-3.0",
38             "gee-0.8",
39             "posix",
40             "libnotify",
41             "glib-2.0",
42             "gdk-3.0",
43             "gtk+-3.0",
44             "json-glib-1.0",
45             "libsoup-2.4",
46             "gtksourceview-3.0"
47         ]
48     }
49 ]