-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.adishatz.Screenshot.json
56 lines (56 loc) · 1.35 KB
/
org.adishatz.Screenshot.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
48
49
50
51
52
53
54
55
56
{
"app-id" : "org.adishatz.Screenshot",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "org.adishatz.Screenshot",
"finish-args" : [
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gnome.Shell.Screenshot"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "libportal",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Ddocs=false",
"-Dtests=false",
"-Dvapi=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.7.1"
}
]
},
{
"name" : "screenshot",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/gnumdk/screenshot.git",
"tag": "0.7.1"
}
]
}
]
}