diff --git a/.gitmodules b/.gitmodules index ca58d16..5fd46b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,3 +102,7 @@ path = cosmic-initial-setup url = https://github.com/pop-os/cosmic-initial-setup branch = master +[submodule "pop-launcher"] + path = pop-launcher + url = https://github.com/pop-os/launcher.git + branch = master diff --git a/justfile b/justfile index dd33e93..5246f16 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,7 @@ build: {{ just }} cosmic-term/build-release {{ make }} -C cosmic-wallpapers all {{ make }} -C cosmic-workspaces-epoch all + {{ just }} pop-launcher/build-release {{ make }} -C xdg-desktop-portal-cosmic all install rootdir="" prefix="/usr/local": build @@ -54,6 +55,7 @@ install rootdir="" prefix="/usr/local": build {{ 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}} + {{ just }} rootdir={{rootdir}} prefix={{prefix}} pop-launcher/install {{ make }} -C xdg-desktop-portal-cosmic install DESTDIR={{rootdir}} prefix={{prefix}} _mkdir dir: @@ -95,4 +97,5 @@ clean: {{ just }} cosmic-term/clean {{ make }} -C cosmic-wallpapers clean rm -rf cosmic-workspaces-epoch/target + {{ just }} pop-launcher/clean rm -rf xdg-desktop-portal-cosmic/target diff --git a/pop-launcher b/pop-launcher new file mode 160000 index 0000000..8d9da92 --- /dev/null +++ b/pop-launcher @@ -0,0 +1 @@ +Subproject commit 8d9da92dbae520b37ab93fc2364a01d7adbd2f29