Skip to content

Commit

Permalink
add cosmic-store
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes authored and jackpot51 committed Jan 23, 2024
1 parent 3cd45d1 commit 3e9b5db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions cosmic-store
Submodule cosmic-store added at ce76b1
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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
Expand Down Expand Up @@ -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

0 comments on commit 3e9b5db

Please sign in to comment.