Skip to content

Commit 9b7a18a

Browse files
authored
Merge pull request #369 from jmaibaum/kicad-9.0.0
Update Kicad to v9.0.0
2 parents 8683c7e + 9c6b163 commit 9b7a18a

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

kicad-doc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ modules:
149149
sources:
150150
- type: git
151151
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
154154
x-checker-data:
155155
is-important: true
156156
type: git
157157
tag-pattern: ^([\d\.]+)$
158158
versions:
159-
<: 8.99.0
159+
<: 9.99.0

org.kicad.KiCad.yml

+40-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ command: kicad-startup
66
finish-args:
77
- --device=dri
88
- --filesystem=home
9+
# Required for default path of KiCad's IPC API
10+
- --filesystem=/tmp:rw
911
- --share=ipc
1012
- --share=network
1113
- --socket=x11
@@ -217,6 +219,39 @@ modules:
217219
type: git
218220
tag-pattern: ^(v[\d\.]+)$
219221

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+
220255
- python3-pytest.yml
221256

222257
- name: kicad
@@ -264,20 +299,21 @@ modules:
264299
done;
265300
unset desktop_name
266301
# 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
268304
subdir: kicad-git
269305
sources:
270306
- type: git
271307
dest: kicad-git
272308
url: https://gitlab.com/kicad/code/kicad.git
273-
commit: 9c4f534cf1a8fa5b2f3e7d4e1804fad681de921a
274-
tag: 8.0.9
309+
commit: 286b0611feca00727bf70bfa184ec2c28a745dc3
310+
tag: 9.0.0
275311
x-checker-data:
276312
is-main-source: true
277313
type: git
278314
tag-pattern: ^([\d\.]+)$
279315
versions:
280-
<: 8.99.0
316+
<: 9.99.0
281317
- type: script
282318
dest: flatpak-extra
283319
dest-filename: pip3

0 commit comments

Comments
 (0)