diff --git a/.gitmodules b/.gitmodules index b643cd5..67c30a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,3 +78,7 @@ path = cosmic-files url = https://github.com/pop-os/cosmic-files.git branch = master_jammy +[submodule "cosmic-store"] + path = cosmic-store + url = https://github.com/pop-os/cosmic-store.git + branch = master_jammy diff --git a/README.md b/README.md index 1b1900b..f6940c3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Currently an incomplete **pre-alpha**. Testing instructions below for various di * [cosmic-session](https://github.com/pop-os/cosmic-session) * [cosmic-settings-daemon](https://github.com/pop-os/cosmic-settings-daemon) * [cosmic-settings](https://github.com/pop-os/cosmic-settings) +* [cosmic-store](https://github.com/pop-os/cosmic-store) * [cosmic-term](https://github.com/pop-os/cosmic-term) * [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor) * [cosmic-workspaces-epoch](https://github.com/pop-os/cosmic-workspaces-epoch) diff --git a/cosmic-store b/cosmic-store new file mode 160000 index 0000000..ce76b1d --- /dev/null +++ b/cosmic-store @@ -0,0 +1 @@ +Subproject commit ce76b1d9ec6b43a2fda2b2f382d546a167ff6532 diff --git a/justfile b/justfile index c80f46f..09092de 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,7 @@ build: {{ just }} cosmic-settings/build-release {{ make }} -C cosmic-settings-daemon all {{ just }} cosmic-session/all + {{ just }} cosmic-store/build-release {{ just }} cosmic-term/build-release {{ make }} -C cosmic-workspaces-epoch all {{ make }} -C xdg-desktop-portal-cosmic all @@ -43,6 +44,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh {{ just }} rootdir={{dir}} cosmic-settings/install {{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr {{ just }} rootdir={{dir}} cosmic-session/install + {{ just }} rootdir={{dir}} cosmic-store/install {{ just }} rootdir={{dir}} cosmic-term/install {{ make }} -C cosmic-workspaces-epoch install DESTDIR={{dir}} prefix=/usr {{ make }} -C xdg-desktop-portal-cosmic install DESTDIR={{dir}} prefix=/usr @@ -75,6 +77,7 @@ clean: rm -rf cosmic-settings/target rm -rf cosmic-settings-daemon/target rm -rf cosmic-session/target + {{ just }} cosmic-store/clean {{ just }} cosmic-term/clean rm -rf cosmic-workspaces-epoch/target rm -rf xdg-desktop-portal-cosmic/target