Watch
1
0
Fork
You've already forked SouveraineOS
0

distribution: make Lens an owned package

This commit is contained in:
Fimeg 2026-08-24 23:00:47 -04:00
commit 381a404b58
4 changed files with 37 additions and 13 deletions

View file

@ -20,6 +20,11 @@ repository = "Fimeg/souveraine-updater"
workflow = ".gitea/workflows/ci.yml"
architectures = ["x86_64", "aarch64"]
[producers.souveraine-lens]
repository = "Fimeg/souveraine-lens"
workflow = ".gitea/workflows/ci.yml"
architectures = ["x86_64", "aarch64"]
[producers.pixel3arch]
repository = "Fimeg/Pixel3Arch"
workflow = ".gitea/workflows/packages.yml"
@ -37,6 +42,7 @@ architectures = ["x86_64", "aarch64"]
souveraine = { producer = "souveraine", architectures = ["x86_64", "aarch64"], state = "managed" }
upower-souveraine = { producer = "souveraine", architectures = ["x86_64", "aarch64"], state = "managed" }
souveraine-updater = { producer = "souveraine-updater", architectures = ["x86_64", "aarch64"], state = "managed" }
souveraine-lens = { producer = "souveraine-lens", architectures = ["x86_64", "aarch64"], state = "managed" }
souveraine-viewtop = { producer = "souveraine-viewtop", architectures = ["aarch64", "x86_64"], state = "managed" }
souveraine-shell = { producer = "souveraine", architectures = ["x86_64", "aarch64"], state = "managed" }
linux-blueline = { producer = "pixel3arch", architectures = ["aarch64"], state = "managed" }