Skip to content

Commit

Permalink
Add cosmic-wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Sep 26, 2024
1 parent f39c9d9 commit 7bb54b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@
path = cosmic-store
url = https://github.com/pop-os/cosmic-store.git
branch = master
[submodule "cosmic-wallpapers"]
path = cosmic-wallpapers
url = https://github.com/pop-os/cosmic-wallpapers.git
branch = master
1 change: 1 addition & 0 deletions cosmic-wallpapers
Submodule cosmic-wallpapers added at 0f2f16
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ build:
{{ just }} cosmic-session/all
{{ just }} cosmic-store/build-release
{{ just }} cosmic-term/build-release
{{ make }} -C cosmic-wallpapers all
{{ make }} -C cosmic-workspaces-epoch all
{{ make }} -C xdg-desktop-portal-cosmic all

Expand All @@ -45,6 +46,7 @@ install rootdir="" prefix="/usr/local": build
{{ just }} rootdir={{rootdir}} prefix={{rootdir + prefix}} cosmic-session/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-store/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-term/install
{{ make }} -C cosmic-wallpapers install DESTDIR={{rootdir}} prefix={{prefix}}
{{ make }} -C cosmic-workspaces-epoch install DESTDIR={{rootdir}} prefix={{prefix}}
{{ make }} -C xdg-desktop-portal-cosmic install DESTDIR={{rootdir}} prefix={{prefix}}

Expand Down Expand Up @@ -82,5 +84,6 @@ clean:
rm -rf cosmic-session/target
{{ just }} cosmic-store/clean
{{ just }} cosmic-term/clean
{{ make }} -C cosmic-wallpapers clean
rm -rf cosmic-workspaces-epoch/target
rm -rf xdg-desktop-portal-cosmic/target

0 comments on commit 7bb54b4

Please sign in to comment.