diff --git a/.gitmodules b/.gitmodules index 7daf779..48fd08b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "cosmic-workspaces-epoch"] path = cosmic-workspaces-epoch url = https://github.com/pop-os/cosmic-workspaces-epoch/ +[submodule "cosmic-notifications"] + path = cosmic-notifications + url = https://github.com/pop-os/cosmic-notifications diff --git a/README.md b/README.md index aa9849e..2e5effd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Currently an incomplete **pre-alpha**. * [cosmic-applibrary](https://github.com/pop-os/cosmic-applibrary) * [cosmic-comp](https://github.com/pop-os/cosmic-comp) * [cosmic-launcher](https://github.com/pop-os/cosmic-launcher) +* [cosmic-notifications](https://github.com/pop-os/cosmic-notifications) * [cosmic-osd](https://github.com/pop-os/cosmic-osd) * [cosmic-panel](https://github.com/pop-os/cosmic-panel) * [cosmic-protocols](https://github.com/pop-os/cosmic-protocols) diff --git a/cosmic-applets b/cosmic-applets index 4b9f46b..3ad64df 160000 --- a/cosmic-applets +++ b/cosmic-applets @@ -1 +1 @@ -Subproject commit 4b9f46b388cfb489fefe64486f937e70b7fc6c61 +Subproject commit 3ad64df5f31b30e11ee1fe368b02d5f65cad4fe2 diff --git a/cosmic-applibrary b/cosmic-applibrary index 4763cbc..8d873e5 160000 --- a/cosmic-applibrary +++ b/cosmic-applibrary @@ -1 +1 @@ -Subproject commit 4763cbc84e50f2cda3ca5f6f29093a1a027801a9 +Subproject commit 8d873e59b2a081bbd004858a1b8c69782adcb2da diff --git a/cosmic-bg b/cosmic-bg index 4e1652f..749f3ea 160000 --- a/cosmic-bg +++ b/cosmic-bg @@ -1 +1 @@ -Subproject commit 4e1652f06bacc545eced24b11cb639ecead3b90c +Subproject commit 749f3ea139519fffaa2641f80b6fba1379b3ad63 diff --git a/cosmic-comp b/cosmic-comp index bdcb803..1f3761a 160000 --- a/cosmic-comp +++ b/cosmic-comp @@ -1 +1 @@ -Subproject commit bdcb803efaa3e4d37973562eb710fec9477f4640 +Subproject commit 1f3761a5daeb4ba64c586713ca35725fabdbba2e diff --git a/cosmic-launcher b/cosmic-launcher index 9990812..92ee571 160000 --- a/cosmic-launcher +++ b/cosmic-launcher @@ -1 +1 @@ -Subproject commit 9990812cb1e6d7e0dab8c1f4b141a14184a261d8 +Subproject commit 92ee5715b4366062c88f00d5492bd06af4e684c3 diff --git a/cosmic-notifications b/cosmic-notifications new file mode 160000 index 0000000..35fd49d --- /dev/null +++ b/cosmic-notifications @@ -0,0 +1 @@ +Subproject commit 35fd49d2b8147859d8b08d68b346096c356a8d15 diff --git a/cosmic-osd b/cosmic-osd index 287100a..11b0d16 160000 --- a/cosmic-osd +++ b/cosmic-osd @@ -1 +1 @@ -Subproject commit 287100acacab0222985b8a37b5868cc4969934b0 +Subproject commit 11b0d169406d2845289440443596aaed0fe3f516 diff --git a/cosmic-panel b/cosmic-panel index 22571fe..edfd24e 160000 --- a/cosmic-panel +++ b/cosmic-panel @@ -1 +1 @@ -Subproject commit 22571fe4d9496439f6940c4358751424552f84cd +Subproject commit edfd24ed3b712de397057906924e4f7e8b6252c4 diff --git a/cosmic-session b/cosmic-session index 3746d20..59ddbfc 160000 --- a/cosmic-session +++ b/cosmic-session @@ -1 +1 @@ -Subproject commit 3746d20225d86c78872fa153b759089c3b02d3a8 +Subproject commit 59ddbfcac03bdee0ce30c6429a4b593452b6b7b0 diff --git a/cosmic-settings b/cosmic-settings index f7be56d..2d2cac5 160000 --- a/cosmic-settings +++ b/cosmic-settings @@ -1 +1 @@ -Subproject commit f7be56dfc1010ebceb338217e73e558d5f93dc10 +Subproject commit 2d2cac5f877be849d53e01cb5541bd5fd27927a1 diff --git a/cosmic-workspaces-epoch b/cosmic-workspaces-epoch index 33a1578..bbd0a1c 160000 --- a/cosmic-workspaces-epoch +++ b/cosmic-workspaces-epoch @@ -1 +1 @@ -Subproject commit 33a1578eb022118b07aa612bf65b58ef3c857f96 +Subproject commit bbd0a1c12808002470b9859f934bf3e05ad757c8 diff --git a/justfile b/justfile index 219dc44..32f3a73 100644 --- a/justfile +++ b/justfile @@ -10,6 +10,7 @@ build: {{ just }} cosmic-bg/build-release {{ make }} -C cosmic-comp all {{ just }} cosmic-launcher/build-release + {{ just }} cosmic-notifications/build-release {{ make }} -C cosmic-osd all {{ just }} cosmic-panel/build-release {{ make }} -C cosmic-settings-daemon all @@ -24,6 +25,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh {{ just }} rootdir={{dir}} cosmic-bg/install {{ make }} -C cosmic-comp install DESTDIR={{dir}} {{ just }} rootdir={{dir}} cosmic-launcher/install + {{ just }} rootdir={{dir}} cosmic-notifications/install {{ make }} -C cosmic-osd install DESTDIR={{dir}} prefix=/usr {{ just }} rootdir={{dir}} cosmic-panel/install {{ just }} rootdir={{dir}} cosmic-settings/install @@ -48,6 +50,7 @@ clean: rm -rf cosmic-comp/target rm -rf cosmic-launcher/target rm -rf cosmic-panel/target + rm -rf cosmic-notifications/target rm -rf cosmic-osd/target rm -rf cosmic-settings/target rm -rf cosmic-settings-daemon/target diff --git a/xdg-desktop-portal-cosmic b/xdg-desktop-portal-cosmic index 48acd11..c9d4a44 160000 --- a/xdg-desktop-portal-cosmic +++ b/xdg-desktop-portal-cosmic @@ -1 +1 @@ -Subproject commit 48acd11c7379545f7d0bd1e97b1c4119b08889bc +Subproject commit c9d4a448a1bc319652390c08b69605bd79274603