From d095fcf04a1ad13aac1ce5f66002ada41a95fcf8 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 5 Dec 2022 18:40:03 +0100 Subject: [PATCH] Update components --- cosmic-applets | 2 +- cosmic-applibrary | 2 +- cosmic-comp | 2 +- cosmic-launcher | 2 +- cosmic-panel | 2 +- cosmic-session | 2 +- justfile | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cosmic-applets b/cosmic-applets index e3be1c1..93fa346 160000 --- a/cosmic-applets +++ b/cosmic-applets @@ -1 +1 @@ -Subproject commit e3be1c1809760c032ffd62aeb3d6e701272c348b +Subproject commit 93fa346bd84dfe017fa0b0c68f6debc321259565 diff --git a/cosmic-applibrary b/cosmic-applibrary index 3ea62d9..033d50e 160000 --- a/cosmic-applibrary +++ b/cosmic-applibrary @@ -1 +1 @@ -Subproject commit 3ea62d97337a35783bb26703e57ad382fb523eba +Subproject commit 033d50e3cd91cb71df96c28515e543979bc445fe diff --git a/cosmic-comp b/cosmic-comp index d843919..74cec7b 160000 --- a/cosmic-comp +++ b/cosmic-comp @@ -1 +1 @@ -Subproject commit d843919502b50237399ca1492ce64aafdb698b08 +Subproject commit 74cec7bdd6fc2064dc0f7c6a63d672654edbf130 diff --git a/cosmic-launcher b/cosmic-launcher index cf2df9e..950a97d 160000 --- a/cosmic-launcher +++ b/cosmic-launcher @@ -1 +1 @@ -Subproject commit cf2df9ef966d14e979c653746b1502ae3a12ef5b +Subproject commit 950a97d5e68b2ead82a43426035f7cd7fbc0030b diff --git a/cosmic-panel b/cosmic-panel index 2e075e8..a452fc3 160000 --- a/cosmic-panel +++ b/cosmic-panel @@ -1 +1 @@ -Subproject commit 2e075e8715854d8321ca1d21fb8fc4e98eca78af +Subproject commit a452fc323b574c28aef832951edd413a1d87bc3d diff --git a/cosmic-session b/cosmic-session index 9a9861f..8410f8d 160000 --- a/cosmic-session +++ b/cosmic-session @@ -1 +1 @@ -Subproject commit 9a9861f8e3a0b2964f7064bb64258f41ac2d5b11 +Subproject commit 8410f8d7888ef4111749726d106ce5a6b9409680 diff --git a/justfile b/justfile index e4ae3ef..0f7d306 100644 --- a/justfile +++ b/justfile @@ -15,11 +15,11 @@ _meson_install dir destdir: build: mkdir -p build - {{ just }} cosmic-applets/all - {{ just }} cosmic-applibrary/all + {{ just }} cosmic-applets/build + {{ just }} _meson_build cosmic-applibrary {{ just }} _meson_build cosmic-bg {{ make }} -C cosmic-comp all - {{ just }} cosmic-launcher/all + {{ just }} _meson_build cosmic-launcher {{ make }} -C cosmic-osd all {{ make }} -C cosmic-panel all {{ make }} -C cosmic-settings-daemon all @@ -30,10 +30,10 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh #!/usr/bin/env sh mkdir -p {{dir}}/usr/lib/extension-release.d/ {{ just }} rootdir={{dir}} cosmic-applets/install - {{ just }} rootdir={{dir}} cosmic-applibrary/install + {{ just }} _meson_install cosmic-applibrary {{dir}} {{ just }} _meson_install cosmic-bg {{dir}} {{ make }} -C cosmic-comp install DESTDIR={{dir}} - {{ just }} rootdir={{dir}} cosmic-launcher/install + {{ just }} _meson_install cosmic-launcher {{dir}} {{ make }} -C cosmic-osd install DESTDIR={{dir}} prefix=/usr {{ make }} -C cosmic-panel install DESTDIR={{dir}} prefix=/usr {{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr