-
Notifications
You must be signed in to change notification settings - Fork 2
/
net.figuiere.gpsami.json
140 lines (140 loc) · 4.52 KB
/
net.figuiere.gpsami.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
{
"app-id" : "net.figuiere.gpsami",
"runtime" : "org.kde.Platform",
"runtime-version" : "5.15-22.08",
"sdk" : "org.kde.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command" : "gpsami",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home",
"--device=all"
],
"build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
"build-args" : [
"--share=network"
],
"env" : {
"RUST_BACKTRACE" : "1",
"RUSTFLAGS" : "-L=/app/lib",
"RUST_LOG" : "gpsami=debug"
}
},
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "gtk4",
"buildsystem": "meson",
"config-opts": [
"-Ddemos=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtk/4.6/gtk-4.6.7.tar.xz",
"sha256": "effd2e7c4b5e2a5c7fad43e0f24adea68baa4092abb0b752caff278e6bb010e8"
}
],
"modules": [
{
"name": "pango",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/pango/1.50/pango-1.50.11.tar.xz",
"sha256": "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
}
]
},
{
"name": "libsass",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/libsass/archive/3.6.4.tar.gz",
"sha256": "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
},
{
"name": "sassc",
"sources": [
{
"type": "archive",
"url": "https://github.com/sass/sassc/archive/3.6.1.tar.gz",
"sha256": "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": ["autoreconf -si"]
}
]
},
{
"name" : "graphene",
"buildsystem": "meson",
"builddir": true,
"config-opts" : ["-Dgtk_doc=false", "-Dgobject_types=true"],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ebassi/graphene",
"tag" : "1.10.0"
}
]
}
]
},
"build-aux/gudev.json",
"build-aux/libusb.json",
{
"name": "gpsbabel",
"config-opts": [
"--with-zlib=system"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_6_0.tar.gz",
"sha256": "ad56796f725dcdb7f52d9a9509d4922f11198c382fe10fc2d6c9efa8159f2090"
}
]
},
{
"name" : "gpsami",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "file:///home/hub/source/gpsami"
}
]
}
]
}