From c45b0cc9a9de3db08bc21c390231984fddd72ada Mon Sep 17 00:00:00 2001 From: Jarred Wilson Date: Fri, 27 Sep 2024 12:29:33 +0000 Subject: [PATCH] fix: updates sources syntax for new vib release - update source to sources list format --- modules/00-vanilla-system-operator.yml | 22 ++++++++++----------- modules/02-waydroid-modules.yml | 8 ++++---- modules/03-fswarn.yml | 8 ++++---- modules/21-gnome-control-center.yml | 8 ++++---- modules/35-nautilus-terminal-rightclick.yml | 8 ++++---- recipe.yml | 8 ++++---- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/modules/00-vanilla-system-operator.yml b/modules/00-vanilla-system-operator.yml index cf47ed3..c2c5f84 100644 --- a/modules/00-vanilla-system-operator.yml +++ b/modules/00-vanilla-system-operator.yml @@ -1,9 +1,9 @@ name: vso type: shell -source: - type: tar - url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/v2.0.3/vso.tar.gz - checksum: 63673c9f76e41b17623c2b5676dc80c8125512d381ac0ef9a45b9b5aa0bc4b69 +sources: + - type: tar + url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/v2.0.3/vso.tar.gz + checksum: 63673c9f76e41b17623c2b5676dc80c8125512d381ac0ef9a45b9b5aa0bc4b69 commands: - mkdir -p /usr/bin - cp /sources/vso/vso /usr/bin/vso @@ -11,10 +11,10 @@ commands: modules: - name: vso-manpage type: shell - source: - type: tar - url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/v2.0.3/vso-man.tar.gz - checksum: d38b5930ccae7880e9d195c709cf9480690a42900b3d2e7c603b1efb3cf3beea + sources: + - type: tar + url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/v2.0.3/vso-man.tar.gz + checksum: d38b5930ccae7880e9d195c709cf9480690a42900b3d2e7c603b1efb3cf3beea commands: - mv /sources/vso-manpage/man/vso.1 /usr/share/man/man1/ @@ -37,9 +37,9 @@ modules: - name: vso-gnome-ext type: shell - source: - type: tar - url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.2.tar.gz + sources: + - type: tar + url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.2.tar.gz commands: - mkdir -p /usr/share/gnome-shell/extensions/ - mv /sources/vso-gnome-ext/vso-gnome-ext-1.2/vso\@vanillaos.org /usr/share/gnome-shell/extensions/vso\@vanillaos.org diff --git a/modules/02-waydroid-modules.yml b/modules/02-waydroid-modules.yml index d547094..4e6c827 100644 --- a/modules/02-waydroid-modules.yml +++ b/modules/02-waydroid-modules.yml @@ -5,10 +5,10 @@ commands: - cp -rT /sources/waydroid-modules/ashmem /usr/src/waydroid-ashmem-1 - dkms install waydroid-binder/1 -k 6.10.9-amd64 - dkms install waydroid-ashmem/1 -k 6.10.9-amd64 -source: - type: git - url: https://github.com/Vanilla-OS/anbox-modules - tag: v1.0.0 +sources: + - type: git + url: https://github.com/Vanilla-OS/anbox-modules + tag: v1.0.0 modules: - name: waydroid-deps-install type: apt diff --git a/modules/03-fswarn.yml b/modules/03-fswarn.yml index 1ce4008..fbe664d 100644 --- a/modules/03-fswarn.yml +++ b/modules/03-fswarn.yml @@ -3,7 +3,7 @@ type: shell commands: - mkdir -p /boot/ - cp /sources/fswarn/fswarn-x86_64.squash /boot/fswarn.squash -source: - type: tar - url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz - checksum: 52f66710132138c21b81b56cb2d6edc7e59ad6eef4a4065b81af0f852d827dab +sources: + - type: tar + url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz + checksum: 52f66710132138c21b81b56cb2d6edc7e59ad6eef4a4065b81af0f852d827dab diff --git a/modules/21-gnome-control-center.yml b/modules/21-gnome-control-center.yml index 30285b5..a850edf 100644 --- a/modules/21-gnome-control-center.yml +++ b/modules/21-gnome-control-center.yml @@ -1,9 +1,9 @@ name: gnome-control-center type: shell -source: - type: tar - url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/v1.0.1/gnome-control-center.tar.xz - checksum: 669a3bd81e1716df0600a0b5b33862a69cddfd3d7ff960d891aa0ebacb3c5d1e +sources: + - type: tar + url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/v1.0.1/gnome-control-center.tar.xz + checksum: 669a3bd81e1716df0600a0b5b33862a69cddfd3d7ff960d891aa0ebacb3c5d1e commands: - dpkg -i /sources/gnome-control-center/gnome-control-center-data_46~99-orchid-stable_all.deb - dpkg -i /sources/gnome-control-center/gnome-control-center_46~99-orchid-stable_amd64.deb diff --git a/modules/35-nautilus-terminal-rightclick.yml b/modules/35-nautilus-terminal-rightclick.yml index 88d4913..1ae0b68 100644 --- a/modules/35-nautilus-terminal-rightclick.yml +++ b/modules/35-nautilus-terminal-rightclick.yml @@ -4,7 +4,7 @@ commands: - mkdir -p /usr/share/nautilus-python/extensions/ - cd /sources/nautilus-terminal-rightclick/ - make build install-nautilus schema -source: - type: git - url: https://github.com/Stunkymonkey/nautilus-open-any-terminal.git - tag: 0.6.0 +sources: + - type: git + url: https://github.com/Stunkymonkey/nautilus-open-any-terminal.git + tag: 0.6.0 diff --git a/recipe.yml b/recipe.yml index 28a18d5..3b9e376 100644 --- a/recipe.yml +++ b/recipe.yml @@ -27,10 +27,10 @@ stages: - name: vanilla-tools type: shell - source: - type: tar - url: https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.0/vanilla-tools.tar.gz - checksum: 0e1d92d9c9154f9a115e97b40ff692afa52ddd0d9f770a8ec67440bf1a48aa72 + sources: + - type: tar + url: "https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.0/vanilla-tools.tar.gz" + checksum: 0e1d92d9c9154f9a115e97b40ff692afa52ddd0d9f770a8ec67440bf1a48aa72 commands: - mkdir -p /usr/bin - cp /sources/vanilla-tools/vanilla-tools/lpkg /usr/bin/lpkg