Fix #5662 - Gitlive - create a tracking branch
[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             "..//gitlive/Ticket.vala",
25             "..//gitlive/RooProject.vala",
26             "..//gitlive/RooRepo.vala"
27         ],
28         "packages" : [
29         ]
30     },
31     {
32         "name" : "_default_",
33         "compile_flags" : "",
34         "execute_args" : "",
35         "target_bin" : "",
36         "sources" : [
37             "..//gitlive"
38         ],
39         "packages" : [
40             "libcanberra",
41             "libwnck-3.0",
42             "gee-0.8",
43             "posix",
44             "libnotify",
45             "glib-2.0",
46             "gdk-3.0",
47             "gtk+-3.0",
48             "json-glib-1.0",
49             "libsoup-2.4",
50             "gtksourceview-3.0",
51             "webkit2gtk-4.0"
52         ]
53     }
54 ]