Include libspnav in flatpak builds (#7529)

This commit is contained in:
AMstuff 2024-11-28 13:40:51 +01:00 committed by GitHub
parent 565619a216
commit 5e576887c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,11 @@ finish-args:
- --filesystem=xdg-run/gvfs - --filesystem=xdg-run/gvfs
- --filesystem=/run/media - --filesystem=/run/media
- --filesystem=/media - --filesystem=/media
- --filesystem=/run/spnav.sock:ro
# Allow OrcaSlicer to talk to other instances # Allow OrcaSlicer to talk to other instances
- --talk-name=io.github.softfever.OrcaSlicer.InstanceCheck.* - --talk-name=io.github.softfever.OrcaSlicer.InstanceCheck.*
- --system-talk-name=org.freedesktop.UDisks2 - --system-talk-name=org.freedesktop.UDisks2
- --env=SPNAV_SOCKET=/run/spnav.sock
modules: modules:
@ -79,6 +81,12 @@ modules:
cleanup: cleanup:
- / - /
- name: libspnav
sources:
- type: archive
url: https://github.com/FreeSpacenav/libspnav/releases/download/v1.1/libspnav-1.1.tar.gz
sha256: 04b297f68a10db4fa40edf68d7f823ba7b9d0442f2b665181889abe2cea42759
- name: orca_wxwidgets - name: orca_wxwidgets
buildsystem: simple buildsystem: simple
build-commands: build-commands: