Skip to content

Commit

Permalink
Merge pull request #76 from pop-os/update
Browse files Browse the repository at this point in the history
chore: update
  • Loading branch information
ids1024 authored Feb 16, 2023
2 parents 74091a9 + 90b2b25 commit 76b23c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cosmic-comp
2 changes: 1 addition & 1 deletion cosmic-panel
Submodule cosmic-panel updated 1 files
+2 −2 Cargo.lock
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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
Expand All @@ -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
Expand Down

0 comments on commit 76b23c5

Please sign in to comment.