From 687574ebded9733de37944a212d0f7458303c9d6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 4 Nov 2023 09:02:01 -0600 Subject: [PATCH 1/2] Add cosmic-greeter as depends, cosmic-edit as recommends, sort alphabetically --- debian/control | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 7944217..4895d2c 100644 --- a/debian/control +++ b/debian/control @@ -15,17 +15,20 @@ Architecture: amd64 arm64 Depends: ${misc:Depends}, ${shlibs:Depends}, - cosmic-comp, - cosmic-panel, - cosmic-notifications, - cosmic-bg, cosmic-app-library, - cosmic-launcher, cosmic-applets, + cosmic-bg, + cosmic-comp, + cosmic-greeter, + cosmic-icons, + cosmic-launcher, + cosmic-notifications, cosmic-osd, + cosmic-panel, cosmic-settings, cosmic-settings-daemon, cosmic-workspaces, - cosmic-icons, xdg-desktop-portal-cosmic, +Recommends: + cosmic-edit, Description: The session for the COSMIC desktop From f7974f397ee0c398b1bd0916dfc650ab0fe4a095 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 4 Nov 2023 13:46:15 -0600 Subject: [PATCH 2/2] Add cosmic-screenshot dependency --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 4895d2c..e1f6e8d 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: cosmic-notifications, cosmic-osd, cosmic-panel, + cosmic-screenshot, cosmic-settings, cosmic-settings-daemon, cosmic-workspaces,