-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.fyralabs.Sdk.json
179 lines (179 loc) · 4.89 KB
/
com.fyralabs.Sdk.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"build-runtime": true,
"id": "com.fyralabs.Sdk",
"id-platform": "com.fyralabs.Platform",
"default-branch": "nightly",
"runtime-version": "46",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"sdk-extensions": ["org.gnome.Sdk.Locale", "org.gnome.Sdk.Docs"],
"platform-extensions": ["org.gnome.Platform.Locale"],
"inherit-extensions": [
"org.freedesktop.Platform.GL",
"org.freedesktop.Platform.VAAPI.Intel",
"org.freedesktop.Platform.Timezones",
"org.freedesktop.Platform.GStreamer",
"org.freedesktop.Platform.openh264"
],
"inherit-sdk-extensions": ["org.freedesktop.Sdk.Extension"],
"finish-args": [
"--env=ALSA_CONFIG_DIR=/usr/share/alsa",
"--env=ALSA_CONFIG_PATH=/usr/share/alsa/alsa-flatpak.conf",
"--env=GI_TYPELIB_PATH=/app/lib/girepository-1.0",
"--env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/share",
"--sdk=com.fyralabs.Sdk//nightly",
"--runtime=com.fyralabs.Platform//nightly"
],
"cleanup-platform": [
"/share/runtime/docs",
"/include",
"/share/aclocal",
"/share/pkgconfig",
"/lib/pkgconfig",
"/share/gir-1.0",
"/share/vala"
],
"build-options": {
"env": {
"PYTHON": "python3"
}
},
"modules": [
{
"name": "tau-hydrogen",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/tau-hydrogen.git",
"branch": "main"
}
],
"modules": [
{
"name": "xcursorgen",
"cleanup": ["*"],
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.8.tar.gz",
"sha256": "b8bb2756918343b8bc15a4ce875e9efb6c4e7777adba088280e53dd09753b6ac"
}
]
}
]
},
{
"name": "stylesheet",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/tau-helium.git",
"branch": "main"
}
],
"modules": [
{
"name": "sass",
"buildsystem": "simple",
"build-commands": [
"install -D -m755 sass ${FLATPAK_DEST}/bin/sass",
"install -D -m755 src/dart ${FLATPAK_DEST}/bin/src/dart",
"install -D -m755 src/sass.snapshot ${FLATPAK_DEST}/bin/src/sass.snapshot"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-linux-x64.tar.gz",
"sha256": "d7a8a926ecb23725dd8c564b470af95db4e9f608271171b988f2e18c1e656873",
"only-arches": ["x86_64"]
},
{
"type": "archive",
"url": "https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-linux-arm64.tar.gz",
"sha256": "d3387f4a7dc8ccbd9cfe519cd7c2f19031a1d235cf6d93913c3e6bcc9eaa2e43",
"only-arches": ["aarch64"]
}
]
}
]
},
{
"name": "libhelium",
"buildsystem": "meson",
"config-opts": [
"-Dstylesheet=false",
"-Ddemo=false",
"-Dvaladoc=false",
"-Dgidoc=false",
"--wrap-mode=nodownload"
],
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/libhelium.git",
"branch": "main"
},
{
"type": "git",
"url": "https://github.com/tau-OS/libbismuth.git",
"branch": "main",
"dest": "./subprojects/libbismuth"
},
{
"type": "git",
"url": "https://github.com/tau-OS/tau-helium.git",
"branch": "main",
"dest": "./subprojects/tau-helium"
},
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"branch": "main",
"dest": "./subprojects/blueprint-compiler"
}
]
},
{
"name": "libbismuth",
"buildsystem": "meson",
"config-opts": [
"-Dvapi=true",
"-Dintrospection=enabled",
"--wrap-mode=nodownload"
],
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/libbismuth.git",
"branch": "main"
}
]
},
{
"name": "default-gtk-settings",
"buildsystem": "simple",
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/tau-release.git",
"branch": "main"
}
],
"build-commands": [
"install -Dm644 gtk/settings.ini ${FLATPAK_DEST}/etc/gtk-4.0/settings.ini"
]
},
{
"name": "appdata",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}