-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.mavlink.qgroundcontrol.yml
46 lines (44 loc) · 1.22 KB
/
org.mavlink.qgroundcontrol.yml
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
app-id: org.mavlink.qgroundcontrol
runtime: org.kde.Platform
runtime-version: 5.15-23.08
sdk: org.kde.Sdk
command: QGroundControl
rename-appdata-file: org.mavlink.qgroundcontrol.metainfo.xml
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --device=all # allow access USB Serial
- --share=ipc
- --share=network
- --filesystem=home
- --filesystem=xdg-run/gvfs # GVfs
- --filesystem=/media # automount via udisks
- --filesystem=/run/udev:ro # enables firmware upload & auto connecting
modules:
- name: QGroundControl
sources:
- type: git
url: https://github.com/mavlink/qgroundcontrol.git
tag: v4.3.0
# x-checker-data:
# type: git
# tag-pattern: ^v([\d.]+)$
commit: 83d9a3c3e832f939ec39f6e14cb8bac9ccacc3da
# https://github.com/mavlink/qgroundcontrol/pull/10901
- type: patch
path: patches/linking-10901.patch
buildsystem: cmake-ninja
builddir: true
config-opts:
- -D BUILD_SHARED_LIBS=OFF
- -D OpenGL_GL_PREFERENCE=GLVND
- -D BUILD_TESTING=OFF
cleanup:
- /include
- /bin/dbf*
- /bin/shp*
- /lib/cmake
- /share/shapelib
- '*.a'
- '*.cmake'