-
Notifications
You must be signed in to change notification settings - Fork 10
/
nl.hjdskes.gcolor3.json
53 lines (53 loc) · 1.48 KB
/
nl.hjdskes.gcolor3.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
{
"app-id": "nl.hjdskes.gcolor3",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "gcolor3",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--metadata=X-DConf=migrate-path=/nl/hjdskes/gcolor3/"
],
"cleanup": [
"/share/man"
],
"modules": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dgtk_doc=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.4",
"commit": "f68764e288ede516d902b131cc4fadded3804059"
}
]
},
{
"name": "gcolor3",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/World/gcolor3.git",
"tag": "v2.4.0",
"commit": "7053f9e6a890175fc212df625e02ffbdce418146",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
},
{
"type": "patch",
"path": "fix_appdata.patch"
}
]
}
]
}