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