Skip to content

Commit

Permalink
addpatch: health 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Oct 15, 2024
1 parent 1588cef commit 1b4de6d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions health/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -40,8 +40,11 @@ b2sums=(
prepare() {
cd Health

+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
+
CARGO_HOME="$srcdir/build/cargo-home" \
- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+ cargo fetch --locked

# https://gitlab.gnome.org/World/Health/-/merge_requests/205
git apply -3 ../health-window-icon.patch

0 comments on commit 1b4de6d

Please sign in to comment.