Skip to content

Commit

Permalink
Flatpak: Omit quote when possible (#295)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ryonakano authored Dec 18, 2024
1 parent bd7332f commit 3807399
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
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
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -39,7 +39,7 @@ modules:
- name: reco
buildsystem: meson
config-opts:
- '-Duse_submodule=false'
- -Duse_submodule=false
sources:
- type: dir
path: .

0 comments on commit 3807399

Please sign in to comment.