diff --git a/cosmic-applets b/cosmic-applets index d621fb89..a8db7ba9 160000 --- a/cosmic-applets +++ b/cosmic-applets @@ -1 +1 @@ -Subproject commit d621fb8936c3169e1d97dbb6662381bcbc191af2 +Subproject commit a8db7ba9284fba5998fd8de55d6301ebb215bb16 diff --git a/cosmic-bg b/cosmic-bg index 80821f1d..7cb0d2bf 160000 --- a/cosmic-bg +++ b/cosmic-bg @@ -1 +1 @@ -Subproject commit 80821f1de43446931c41cb4b4716c3e76816495e +Subproject commit 7cb0d2bf3126ba1d350e3bfaaae14b6fc741be29 diff --git a/cosmic-comp b/cosmic-comp index 5ba068ec..dead3202 160000 --- a/cosmic-comp +++ b/cosmic-comp @@ -1 +1 @@ -Subproject commit 5ba068ec82554109ab7d9051ead9a004bb3f2cb5 +Subproject commit dead320252f5e51ccaedcfbb12e3be9495e8dac4 diff --git a/cosmic-panel b/cosmic-panel index c6078479..c14cb790 160000 --- a/cosmic-panel +++ b/cosmic-panel @@ -1 +1 @@ -Subproject commit c6078479c8c489c5a88186f4939621ea2a07b996 +Subproject commit c14cb790f3b60ed7f7ef50f8ea5990d6a21be5f1 diff --git a/justfile b/justfile index 1de4d6b0..4b757b89 100644 --- a/justfile +++ b/justfile @@ -16,7 +16,7 @@ build: mkdir -p build {{ just }} cosmic-applets/build {{ just }} _meson_build cosmic-applibrary - {{ just }} _meson_build cosmic-bg + {{ just }} cosmic-bg/build-release {{ make }} -C cosmic-comp all {{ just }} cosmic-launcher/build-release {{ make }} -C cosmic-osd all @@ -29,7 +29,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh mkdir -p {{dir}}/usr/lib/extension-release.d/ {{ just }} rootdir={{dir}} cosmic-applets/install {{ just }} _meson_install cosmic-applibrary {{dir}} - {{ just }} _meson_install cosmic-bg {{dir}} + {{ just }} rootdir={{dir}} cosmic-bg/install {{ make }} -C cosmic-comp install DESTDIR={{dir}} {{ just }} rootdir={{dir}} cosmic-launcher/install {{ make }} -C cosmic-osd install DESTDIR={{dir}} prefix=/usr @@ -50,7 +50,7 @@ _extension_release dir version: clean: rm -rf cosmic-applets/target rm -rf cosmic-applibrary/target - rm -rf cosmic-bg_build + rm -rf cosmic-bg/target rm -rf cosmic-comp/target rm -rf cosmic-launcher/target rm -rf cosmic-panel/target