forked from flathub/org.gahshomar.Gahshomar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gahshomar.Gahshomar.json
48 lines (48 loc) · 1.36 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
45
46
47
48
{
"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.2" ,
"commit" : "7b5aa0637729fa53e0943f581c035147ad8e2ccd"
},
{
"type" : "patch",
"path" : "fix_appdata.patch"
}
],
"post-install":[
"rm ${FLATPAK_DEST}/share/icons/hicolor/48x48/apps/org.gahshomar.Gahshomar-no-icon.png"
]
}
]
}