-
Notifications
You must be signed in to change notification settings - Fork 23
/
dev.tchx84.Portfolio.json
47 lines (47 loc) · 1.18 KB
/
dev.tchx84.Portfolio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"app-id" : "dev.tchx84.Portfolio",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"separate-locales": false,
"command" : "dev.tchx84.Portfolio",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=home",
"--filesystem=/media",
"--filesystem=/run/media",
"--system-talk-name=org.freedesktop.UDisks2",
"--own-name=org.freedesktop.FileManager1"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "portfolio",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [
"-Dservice_filename=org.freedesktop.FileManager1.service"
],
"sources" : [
{
"type" : "git",
"path" : ".",
"branch": "HEAD"
}
]
}
]
}