-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathio.github.Foldex.AdwSteamGtk.json
More file actions
97 lines (97 loc) · 3.61 KB
/
io.github.Foldex.AdwSteamGtk.json
File metadata and controls
97 lines (97 loc) · 3.61 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
91
92
93
94
95
96
97
{
"app-id": "io.github.Foldex.AdwSteamGtk",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"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": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dbackend-gtk4=enabled"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/archive/refs/tags/0.9.1.tar.gz",
"sha256": "ea422b789ae487e04194d387bea031fd7485bf88a18aef8c767f7d1c29496a4e",
"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/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl",
"sha256": "850ba148bd908d7e2411587e247a1e4f0327839c40e2e5e6d05a007ecc69911d",
"x-checker-data": {
"type": "pypi",
"name": "pyparsing",
"packagetype": "bdist_wheel"
}
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl",
"sha256": "b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529",
"x-checker-data": {
"type": "pypi",
"name": "packaging",
"packagetype": "bdist_wheel"
}
}
]
},
{
"name": "adwaita-steam-gtk",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"dest-filename": "AdwSteamGtk.tar.gz",
"url": "https://api.github.com/repos/Foldex/AdwSteamGtk/tarball/v0.8.0",
"sha256": "3bae27dfc2667a56a9edec7c29241a82ac677d0258963824f22cb70e61ec143d",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/Foldex/AdwSteamGtk/releases/latest",
"version-query": ".tag_name",
"url-query": ".tarball_url"
}
}
]
}
]
}