Skip to content

Commit

Permalink
updpatch: lorem 1.4-2
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Oct 5, 2024
1 parent 61aef29 commit 85a4e4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 29 deletions.
11 changes: 0 additions & 11 deletions lorem/longer-timeout.patch

This file was deleted.

24 changes: 6 additions & 18 deletions lorem/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -22,14 +22,18 @@ makedepends=(
meson
rust
)
-source=("git+https://gitlab.gnome.org/World/design/lorem.git#tag=$pkgver")
-b2sums=(967ed9ffc098f3ce55a5549ce2beccde4e95a1fa69917f087c83ecf45fa2f8018983e2c892dc6d28d64fce5507d5c4d7db33f6950006f434cdc09b0de021f570)
+source=("git+https://gitlab.gnome.org/World/design/lorem.git#tag=$pkgver"
+ "longer-timeout.patch")
+b2sums=(967ed9ffc098f3ce55a5549ce2beccde4e95a1fa69917f087c83ecf45fa2f8018983e2c892dc6d28d64fce5507d5c4d7db33f6950006f434cdc09b0de021f570
+ e9628245c57e1e344eb7a19a75a52edede7c33cc073a0749b770a8b875d32360c260f6642c1bbad013e8d36ebf959f7147024c2d2580b2022341dbcfcc3090c1)

prepare() {
cd $pkgname
@@ -44,7 +44,7 @@ build() {
}

CARGO_HOME="$srcdir/build/cargo-home" \
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+
+ patch -Np0 -i ../longer-timeout.patch
check() {
- meson test -C build --print-errorlogs --no-rebuild
+ meson test -C build --print-errorlogs --no-rebuild --timeout-multiplier 0
}

build() {
package() {

0 comments on commit 85a4e4f

Please sign in to comment.