-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.yihuajack.GnomeSemiLab.json
113 lines (113 loc) · 3.24 KB
/
com.github.yihuajack.GnomeSemiLab.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
{
"app-id" : "com.github.yihuajack.GnomeSemiLab",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "gnome-semilab",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "libcsv",
"builddir" : true,
"buildsystem" : "autotools",
"no-autogen" : false,
"rm-configure" : true,
"sources" : [
{
"type" : "git",
"branch" : "master",
"url" : "https://github.com/rgamble/libcsv"
},
{
"type" : "script",
"commands": [ "autoreconf -fi" ]
}
]
},
{
"name" : "xlsxwriter",
"builddir" : true,
"buildsystem" : "cmake",
"sources" : [
{
"type" : "git",
"branch" : "main",
"url" :"https://github.com/jmcnamara/libxlsxwriter"
}
]
},
{
"name" : "gsl",
"builddir" : true,
"buildsystem" : "autotools",
"sources" : [
{
"type" : "archive",
"archive-type" : "tar-gzip",
"url" : "https://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz",
"mirror-urls" : [
"https://mirror.vern.cc/gnu/gsl/gsl-2.7.1.tar.gz",
"https://mirror.us-midwest-1.nexcess.net/gnu/gsl/gsl-2.7.1.tar.gz"
],
"sha512" : "3300a748b63b583374701d5ae2a9db7349d0de51061a9f98e7c145b2f7de9710b3ad58b3318d0be2a9a287ace4cc5735bb9348cdf48075b98c1f6cc1029df131"
}
]
},
{
"name" : "plplot",
"builddir" : true,
"buildsystem" : "cmake",
"sources" : [
{
"type" : "git",
"branch" : "master",
"url" : "git://git.code.sf.net/p/plplot/plplot"
}
]
},
{
"name" : "progressbar",
"builddir" : true,
"buildsystem" : "cmake",
"sources" : [
{
"type" : "git",
"branch" : "master",
"url" : "https://github.com/doches/progressbar"
}
]
},
{
"name" : "gnome-semilab",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"branch" : "main",
"url" : "file:///home/ayka-tsuzuki/gnome-semilab"
}
]
}
],
"build-options" : {
"env" : { }
}
}