From ffbfb31c3492bbaa10bf24133518a48661fd9e7e Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 12 Nov 2023 22:54:10 +0100 Subject: [PATCH] Fix:[close #19] Add waydroid configuration files Adds the waydroid configuration files for vanilla-system-operator to ensure that users are able to use the waydroid integration properly. --- includes.container/etc/vso/fdroid.toml | 6 ++++++ includes.container/etc/vso/izzyondroid.toml | 6 ++++++ .../usr/share/vso/apx/stacks/vso-waydroid.yaml | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 includes.container/etc/vso/fdroid.toml create mode 100644 includes.container/etc/vso/izzyondroid.toml create mode 100644 includes.container/usr/share/vso/apx/stacks/vso-waydroid.yaml diff --git a/includes.container/etc/vso/fdroid.toml b/includes.container/etc/vso/fdroid.toml new file mode 100644 index 0000000..b3f7727 --- /dev/null +++ b/includes.container/etc/vso/fdroid.toml @@ -0,0 +1,6 @@ +Name = "FDroid" +Key = "43238D512C1E5EB2D6569F4A3AFBF5523418B82E0A3ED1552770ABB9A9C9CCAB" +IndexURL = "https://f-droid.org/repo/index-v2.json" +RepoURL = "https://f-droid.org/repo/" +PackageURL = "https://f-droid.org/repo/%s" +PackageInfoURL = "https://f-droid.org/api/v1/packages/%s" diff --git a/includes.container/etc/vso/izzyondroid.toml b/includes.container/etc/vso/izzyondroid.toml new file mode 100644 index 0000000..eb30865 --- /dev/null +++ b/includes.container/etc/vso/izzyondroid.toml @@ -0,0 +1,6 @@ +Name = "izzyondroid" +Key = "fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A" +IndexURL = "https://apt.izzysoft.de/fdroid/repo/index-v2.json" +RepoURL = "https://apt.izzysoft.de/fdroid/repo/" +PackageURL = "https://apt.izzysoft.de/fdroid/repo/%s" +PackageInfoURL = "https://apt.izzysoft.de/fdroid/api/v1/packages/%s" diff --git a/includes.container/usr/share/vso/apx/stacks/vso-waydroid.yaml b/includes.container/usr/share/vso/apx/stacks/vso-waydroid.yaml new file mode 100644 index 0000000..7dd32a2 --- /dev/null +++ b/includes.container/usr/share/vso/apx/stacks/vso-waydroid.yaml @@ -0,0 +1,5 @@ +name: vso-waydroid +base: ghcr.io/vanilla-os/waydroid:main +packages: [] +pkgmanager: apt +builtin: true