Skip to content

Commit

Permalink
cosmic-applets: Sync with git
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Jul 30, 2024
1 parent 2f8035c commit 998913b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Binary file modified c/cosmic-applets/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion c/cosmic-applets/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@
}
},
"source-name": "cosmic-applets",
"source-release": "2",
"source-release": "3",
"source-version": "0.1.0"
}
15 changes: 7 additions & 8 deletions c/cosmic-applets/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#
name : cosmic-applets
version : "0.1.0"
release : 2
release : 3
summary : Cosmic Panel Applets
license : GPL-3.0
homepage : https://github.com/pop-os/cosmic-applets
upstreams :
- git|https://github.com/pop-os/cosmic-applets.git : 478bb3e500ab1d9e7cbaa1d4d7695d137fbeac8c
- git|https://github.com/pop-os/cosmic-applets.git : d10bc475b7dcaada4c0d1f3519a14f361ae2fe93
description : |
Cosmic Panel Applets
builddeps :
Expand All @@ -23,13 +23,12 @@ builddeps :
- pkgconfig(libudev)
- pkgconfig(xkbcommon)
networking : yes
environment : |
export RUSTFLAGS="$RUSTFLAGS -Clink-arg=-fuse-ld=mold"
tuning :
- lto: thin
setup : |
# Hotpatch the justfile to support our triple+release profile for installing
sed -e "s@'release'@'%(target_triple)' / 'release'@g" -i justfile
sed -e "s@'release'@'debug'@g" -i justfile
%cargo_fetch
build : |
RUST_BACKTRACE=1 %cargo_build --config profile.release.lto=\"thin\"
%cargo_build
install : |
just rootdir=%(installroot) install
CARGO_TARGET_DIR="target/%(target_triple)" just rootdir=%(installroot) install

0 comments on commit 998913b

Please sign in to comment.