Skip to content

Commit

Permalink
style: flatpak: Omit quote when possible (#208)
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 Aug 11, 2024
1 parent 52f292b commit 80a7436
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions build-aux/appcenter/com.github.ryonakano.pinit.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.pinit.Devel
finish-args:
- '--share=ipc'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--filesystem=home'
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --filesystem=home
# For drawing icons
- '--device=dri'
- --device=dri
modules:
- name: blueprint-compiler
buildsystem: meson
Expand All @@ -27,8 +27,8 @@ modules:
- name: pinit
buildsystem: meson
config-opts:
- '-Ddevelopment=true'
- '-Dgranite=enabled'
- -Ddevelopment=true
- -Dgranite=enabled
sources:
- type: dir
path: ../../
12 changes: 6 additions & 6 deletions build-aux/flathub/com.github.ryonakano.pinit.Devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ runtime-version: '46'
sdk: org.gnome.Sdk
command: com.github.ryonakano.pinit.Devel
finish-args:
- '--share=ipc'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--filesystem=home'
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --filesystem=home
# For drawing icons
- '--device=dri'
- --device=dri
modules:
- name: blueprint-compiler
buildsystem: meson
Expand All @@ -27,7 +27,7 @@ modules:
- name: pinit
buildsystem: meson
config-opts:
- '-Ddevelopment=true'
- -Ddevelopment=true
sources:
- type: dir
path: ../../
12 changes: 6 additions & 6 deletions com.github.ryonakano.pinit.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.pinit
finish-args:
- '--share=ipc'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--filesystem=home'
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --filesystem=home
# For drawing icons
- '--device=dri'
- --device=dri
modules:
- name: blueprint-compiler
buildsystem: meson
Expand All @@ -27,7 +27,7 @@ modules:
- name: pinit
buildsystem: meson
config-opts:
- '-Dgranite=enabled'
- -Dgranite=enabled
sources:
- type: dir
path: .

0 comments on commit 80a7436

Please sign in to comment.