File tree 2 files changed +43
-7
lines changed
2 files changed +43
-7
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ modules:
149
149
sources :
150
150
- type : git
151
151
url : https://gitlab.com/kicad/services/kicad-doc.git
152
- commit : 87e6055ee094286a3bfb6caf2c7ed2b9c0f47322
153
- tag : 8 .0.9
152
+ commit : 56a4049a74c43f9e1d8499b579b9e47346de80f8
153
+ tag : 9 .0.0
154
154
x-checker-data :
155
155
is-important : true
156
156
type : git
157
157
tag-pattern : ^([\d\.]+)$
158
158
versions :
159
- < : 8 .99.0
159
+ < : 9 .99.0
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ command: kicad-startup
6
6
finish-args :
7
7
- --device=dri
8
8
- --filesystem=home
9
+ # Required for default path of KiCad's IPC API
10
+ - --filesystem=/tmp:rw
9
11
- --share=ipc
10
12
- --share=network
11
13
- --socket=x11
@@ -217,6 +219,39 @@ modules:
217
219
type : git
218
220
tag-pattern : ^(v[\d\.]+)$
219
221
222
+ - name : protobuf
223
+ buildsystem : cmake-ninja
224
+ config-opts :
225
+ - -Dprotobuf_BUILD_SHARED_LIBS=ON
226
+ cleanup :
227
+ - /bin
228
+ - /include
229
+ sources :
230
+ - type : git
231
+ url : https://github.com/protocolbuffers/protobuf.git
232
+ tag : v29.3
233
+ commit : b407e8416e3893036aee5af9a12bd9b6a0e2b2e6
234
+ x-checker-data :
235
+ type : git
236
+ tag-pattern : ^v([\d.]+)$
237
+
238
+ - name : nng
239
+ buildsystem : cmake-ninja
240
+ config-opts :
241
+ - -DCMAKE_BUILD_TYPE=RelWithDebInfo
242
+ - -DBUILD_SHARED_LIBS=ON
243
+ cleanup :
244
+ - /bin
245
+ - /include
246
+ sources :
247
+ - type : git
248
+ url : https://github.com/nanomsg/nng.git
249
+ tag : v1.10.1
250
+ commit : d98d3ec1e0c3230a6f9e60616180ac66f5791a5b
251
+ x-checker-data :
252
+ type : git
253
+ tag-pattern : ^v([\d.]+)$
254
+
220
255
- python3-pytest.yml
221
256
222
257
- name : kicad
@@ -264,20 +299,21 @@ modules:
264
299
done;
265
300
unset desktop_name
266
301
# TODO (post-install script): Re-add <kudos> tag to metainfo.xml for UserDocs.
267
- run-tests : true
302
+ # Disable tests until they work again
303
+ # run-tests: true
268
304
subdir : kicad-git
269
305
sources :
270
306
- type : git
271
307
dest : kicad-git
272
308
url : https://gitlab.com/kicad/code/kicad.git
273
- commit : 9c4f534cf1a8fa5b2f3e7d4e1804fad681de921a
274
- tag : 8 .0.9
309
+ commit : 286b0611feca00727bf70bfa184ec2c28a745dc3
310
+ tag : 9 .0.0
275
311
x-checker-data :
276
312
is-main-source : true
277
313
type : git
278
314
tag-pattern : ^([\d\.]+)$
279
315
versions :
280
- < : 8 .99.0
316
+ < : 9 .99.0
281
317
- type : script
282
318
dest : flatpak-extra
283
319
dest-filename : pip3
You can’t perform that action at this time.
0 commit comments