streamdeck-workspace/dog.asonix.git.asonix.Streamdeck.yml

46 lines
869 B
YAML
Raw Normal View History

2021-05-12 00:21:46 +00:00
app-id: dog.asonix.git.asonix.Streamdeck
runtime: io.elementary.Platform
2022-02-06 00:27:14 +00:00
runtime-version: '6.1'
2021-05-12 00:21:46 +00:00
sdk: io.elementary.Sdk
sdk-extensions:
- 'org.freedesktop.Sdk.Extension.rust-stable'
command: streamdeck
finish-args:
- '--share=ipc'
- '--share=network'
2021-05-12 00:21:46 +00:00
- '--socket=fallback-x11'
- '--socket=wayland'
- '--own-name=dog.asonix.git.asonix.StreamdeckDaemon'
- '--device=all'
2021-05-12 00:21:46 +00:00
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
build-args:
- '--share=network'
env:
RUST_BACKTRACE: "1"
2022-02-06 00:27:14 +00:00
RUST_LOG: streamdeck=debug,streamdeck_daemon=debug
2021-05-12 00:21:46 +00:00
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/doc'
- '/share/gtk-doc'
- '/share/man'
- '/share/pkgconfig'
- '*.la'
- '*.a'
modules:
- name: streamdeck
buildsystem: meson
config-opts:
2022-02-06 00:27:14 +00:00
- -Dbuildtype=debug
2021-05-12 00:21:46 +00:00
sources:
- type: dir
path: .