-
Notifications
You must be signed in to change notification settings - Fork 3
/
org.gahshomar.Gahshomar.json
44 lines (44 loc) · 1.22 KB
/
org.gahshomar.Gahshomar.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
{
"app-id": "org.gahshomar.Gahshomar",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "gahshomar",
"finish-args": [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--metadata=X-DConf=migrate-path=/org/gahshomar/Gahshomar/"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
"shared-modules/libappindicator/libappindicator-gtk3-introspection-12.10.json",
{
"name": "gahshomar",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/Gahshomar/gahshomar.git",
"tag": "v5.0.3",
"commit": "78de5740aa03598d0c3c7fbc707baf9ba734bc04"
}
],
"post-install": [
"rm ${FLATPAK_DEST}/share/icons/hicolor/48x48/apps/org.gahshomar.Gahshomar-no-icon.png"
]
}
]
}