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

fix: updates sources syntax for new vib release #216

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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
- chmod +x /usr/bin/vso
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/

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions modules/02-waydroid-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions modules/03-fswarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions modules/21-gnome-control-center.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions modules/35-nautilus-terminal-rightclick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading