-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathio.github.swordpuffin.wardrobe.json
More file actions
90 lines (90 loc) · 2.2 KB
/
io.github.swordpuffin.wardrobe.json
File metadata and controls
90 lines (90 loc) · 2.2 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"id" : "io.github.swordpuffin.wardrobe",
"runtime" : "org.gnome.Platform",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"command" : "wardrobe",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=home",
"--talk-name=ca.desrt.dconf",
"--env=GIO_EXTRA_MODULES=/app/lib/gio/modules/"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "dconf",
"buildsystem": "meson",
"config-opts": [
"-Dbash_completion=false",
"-Dman=false"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/libexec",
"/share/dbus-1"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/dconf/0.40/dconf-0.40.0.tar.xz",
"sha256": "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533"
},
{
"type": "patch",
"path": "dconf-override.patch"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.9.1"
}
]
},
{
"name": "gnome-autoar",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git",
"tag": "0.4.5"
}
]
},
{
"name" : "wardrobe",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/SwordPuffin/Wardrobe.git",
"tag" : "v1.1.4"
}
]
}
]
}