roojspacker
[roojspacker] / roojspacker / org.gnome.Roojspacker.json
1 {
2     "app-id": "org.gnome.Roojspacker",
3     "runtime": "org.gnome.Platform",
4     "runtime-version": "3.26",
5     "sdk": "org.gnome.Sdk",
6     "command": "roojspacker",
7     "finish-args": [
8         "--share=network",
9         "--share=ipc",
10         "--socket=x11",
11         "--socket=wayland",
12         "--filesystem=xdg-run/dconf",
13         "--filesystem=~/.config/dconf:ro",
14         "--talk-name=ca.desrt.dconf",
15         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
16     ],
17     "build-options" : {
18         "cflags": "-O2 -g",
19         "cxxflags": "-O2 -g",
20         "env": {
21             "V": "1"
22         }
23     },
24     "cleanup": ["/include", "/lib/pkgconfig",
25                 "/share/pkgconfig", "/share/aclocal",
26                 "/man", "/share/man", "/share/gtk-doc",
27                 "/share/vala",
28                 "*.la", "*.a"],
29     "cleanup": [
30         "/include",
31         "/lib/pkgconfig",
32         "/man",
33         "/share/aclocal",
34         "/share/doc",
35         "/share/gtk-doc",
36         "/share/man",
37         "/share/pkgconfig",
38         "/share/vala",
39         "*.la",
40         "*.a"
41     ],
42     "modules": [
43         {
44             "name": "roojspacker",
45             "sources": [
46                     {
47                         "type": "git",
48                         "url": "file:///home/alan/gitlive/roojspacker/roojspacker"
49                     }
50             ]
51         }
52     ]
53 }