From 0f5c23f08ac6283b05243e3764dc0b6bcf0623d7 Mon Sep 17 00:00:00 2001 From: Regolith Linux Date: Sun, 2 Jun 2024 21:36:45 -0700 Subject: [PATCH] fix: add missed package to testing stage --- stage/testing/package-model.json | 4 ++++ stage/testing/ubuntu/jammy/package-model.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stage/testing/package-model.json b/stage/testing/package-model.json index 2287763..fc521c4 100644 --- a/stage/testing/package-model.json +++ b/stage/testing/package-model.json @@ -211,6 +211,10 @@ "whitesur-gtk-theme": { "ref": "r3_2-beta1", "source": "https://github.com/regolith-linux/whitesur-gtk-theme.git" + }, + "xdg-desktop-portal-regolith": { + "ref": "r3_2-beta1", + "source": "https://github.com/regolith-linux/xdg-desktop-portal-regolith.git" }, "xrescat": { "ref": "r3_2-beta1", diff --git a/stage/testing/ubuntu/jammy/package-model.json b/stage/testing/ubuntu/jammy/package-model.json index 420fa93..be03af3 100644 --- a/stage/testing/ubuntu/jammy/package-model.json +++ b/stage/testing/ubuntu/jammy/package-model.json @@ -12,6 +12,7 @@ "sway-regolith": { "ref": "r3_2-beta1-ubuntu-jammy", "source": "https://github.com/regolith-linux/sway-regolith.git" - } + }, + "xdg-desktop-portal-regolith": null } } \ No newline at end of file