-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathio.github.Foldex.AdwSteamGtk.json
108 lines (108 loc) · 3.88 KB
/
io.github.Foldex.AdwSteamGtk.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"app-id": "io.github.Foldex.AdwSteamGtk",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "adwaita-steam-gtk",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=~/.var/app/com.valvesoftware.Steam/.steam/steam",
"--filesystem=~/.steam/steam"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.14.0/blueprint-compiler-v0.14.0.tar.bz2",
"sha256": "2be7682be51b6cbd64ab6775ee6d5806bf18c599d503056eaa4e58f1705be22b",
"x-checker-data": {
"type": "anitya",
"project-id": 279929,
"url-template": "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$version/blueprint-compiler-v$version.tar.bz2"
}
}
],
"cleanup": [
"*"
]
},
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dbackend-gtk4=enabled"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/archive/refs/tags/0.8.1.tar.gz",
"sha256": "279cd848c41655964ea5109fd50ddf01ba414601d5265d1d16b8409ff54217f8",
"x-checker-data": {
"type": "anitya",
"project-id": 230124,
"url-template": "https://github.com/flatpak/libportal/archive/refs/tags/$version.tar.gz"
}
}
]
},
{
"name": "python3-packaging",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"packaging\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl",
"sha256": "93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84",
"x-checker-data": {
"type": "pypi",
"name": "pyparsing",
"packagetype": "bdist_wheel"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl",
"sha256": "09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759",
"x-checker-data": {
"type": "pypi",
"name": "packaging",
"packagetype": "bdist_wheel"
}
}
]
},
{
"name": "adwaita-steam-gtk",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}