mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 04:05:59 +08:00
Include libspnav in flatpak builds (#7529)
This commit is contained in:
parent
565619a216
commit
5e576887c8
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user