mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
add cosmic-store
This commit is contained in:
@@ -78,3 +78,7 @@
|
|||||||
path = cosmic-files
|
path = cosmic-files
|
||||||
url = https://github.com/pop-os/cosmic-files.git
|
url = https://github.com/pop-os/cosmic-files.git
|
||||||
branch = master_jammy
|
branch = master_jammy
|
||||||
|
[submodule "cosmic-store"]
|
||||||
|
path = cosmic-store
|
||||||
|
url = https://github.com/pop-os/cosmic-store.git
|
||||||
|
branch = master_jammy
|
||||||
|
|||||||
@@ -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-session](https://github.com/pop-os/cosmic-session)
|
||||||
* [cosmic-settings-daemon](https://github.com/pop-os/cosmic-settings-daemon)
|
* [cosmic-settings-daemon](https://github.com/pop-os/cosmic-settings-daemon)
|
||||||
* [cosmic-settings](https://github.com/pop-os/cosmic-settings)
|
* [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-term](https://github.com/pop-os/cosmic-term)
|
||||||
* [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor)
|
* [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor)
|
||||||
* [cosmic-workspaces-epoch](https://github.com/pop-os/cosmic-workspaces-epoch)
|
* [cosmic-workspaces-epoch](https://github.com/pop-os/cosmic-workspaces-epoch)
|
||||||
|
|||||||
Submodule
+1
Submodule cosmic-store added at ce76b1d9ec
@@ -20,6 +20,7 @@ build:
|
|||||||
{{ just }} cosmic-settings/build-release
|
{{ just }} cosmic-settings/build-release
|
||||||
{{ make }} -C cosmic-settings-daemon all
|
{{ make }} -C cosmic-settings-daemon all
|
||||||
{{ just }} cosmic-session/all
|
{{ just }} cosmic-session/all
|
||||||
|
{{ just }} cosmic-store/build-release
|
||||||
{{ just }} cosmic-term/build-release
|
{{ just }} cosmic-term/build-release
|
||||||
{{ make }} -C cosmic-workspaces-epoch all
|
{{ make }} -C cosmic-workspaces-epoch all
|
||||||
{{ make }} -C xdg-desktop-portal-cosmic 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
|
{{ just }} rootdir={{dir}} cosmic-settings/install
|
||||||
{{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr
|
{{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr
|
||||||
{{ just }} rootdir={{dir}} cosmic-session/install
|
{{ just }} rootdir={{dir}} cosmic-session/install
|
||||||
|
{{ just }} rootdir={{dir}} cosmic-store/install
|
||||||
{{ just }} rootdir={{dir}} cosmic-term/install
|
{{ just }} rootdir={{dir}} cosmic-term/install
|
||||||
{{ make }} -C cosmic-workspaces-epoch install DESTDIR={{dir}} prefix=/usr
|
{{ make }} -C cosmic-workspaces-epoch install DESTDIR={{dir}} prefix=/usr
|
||||||
{{ make }} -C xdg-desktop-portal-cosmic 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/target
|
||||||
rm -rf cosmic-settings-daemon/target
|
rm -rf cosmic-settings-daemon/target
|
||||||
rm -rf cosmic-session/target
|
rm -rf cosmic-session/target
|
||||||
|
{{ just }} cosmic-store/clean
|
||||||
{{ just }} cosmic-term/clean
|
{{ just }} cosmic-term/clean
|
||||||
rm -rf cosmic-workspaces-epoch/target
|
rm -rf cosmic-workspaces-epoch/target
|
||||||
rm -rf xdg-desktop-portal-cosmic/target
|
rm -rf xdg-desktop-portal-cosmic/target
|
||||||
|
|||||||
Reference in New Issue
Block a user