Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak: Omit quote when possible #295

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Flatpak: Omit quote when possible
Flatpak External Data Checker seems to force this style, which is annoying though, so switch to it now to avoid manifest update and coding style update from being in one commit
ryonakano committed Dec 18, 2024
commit 1d4a433390863deee2d4af009a421e56986e0736
18 changes: 9 additions & 9 deletions build-aux/appcenter/com.github.ryonakano.reco.Devel.yml
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@ runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.reco.Devel
finish-args:
- '--device=all'
- '--share=ipc'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--socket=pulseaudio'
- '--env=GST_PLUGIN_PATH_1_0=/app/lib/gstreamer-1.0'
- --device=all
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --env=GST_PLUGIN_PATH_1_0=/app/lib/gstreamer-1.0
modules:
- name: live-chart
buildsystem: meson
@@ -21,7 +21,7 @@ modules:
- name: gst-libav
buildsystem: meson
config-opts:
- '-Ddoc=disabled'
- -Ddoc=disabled
sources:
- type: archive
# we need to use the same version with gstreamer included in the sdk
@@ -38,8 +38,8 @@ modules:
- name: reco
buildsystem: meson
config-opts:
- '-Duse_submodule=false'
- '-Ddevelopment=true'
- -Duse_submodule=false
- -Ddevelopment=true
sources:
- type: dir
path: ../../
18 changes: 9 additions & 9 deletions com.github.ryonakano.reco.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@ runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.reco
finish-args:
- '--device=all'
- '--share=ipc'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--socket=pulseaudio'
- '--env=GST_PLUGIN_PATH_1_0=/app/lib/gstreamer-1.0'
- '--metadata=X-DConf=migrate-path=/com/github/ryonakano/reco/'
- --device=all
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --env=GST_PLUGIN_PATH_1_0=/app/lib/gstreamer-1.0
- --metadata=X-DConf=migrate-path=/com/github/ryonakano/reco/
modules:
- name: live-chart
buildsystem: meson
@@ -22,7 +22,7 @@ modules:
- name: gst-libav
buildsystem: meson
config-opts:
- '-Ddoc=disabled'
- -Ddoc=disabled
sources:
- type: archive
# we need to use the same version with gstreamer included in the sdk
@@ -39,7 +39,7 @@ modules:
- name: reco
buildsystem: meson
config-opts:
- '-Duse_submodule=false'
- -Duse_submodule=false
sources:
- type: dir
path: .