Package Details: ludusavi 0.28.0-1

Git Clone URL: https://aur.archlinux.org/ludusavi.git (read-only, click to copy)
Package Base: ludusavi
Description: Backup tool for PC game saves
Upstream URL: https://github.com/mtkennerly/ludusavi
Licenses: MIT
Submitter: ragouel
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 12
Popularity: 1.18
First Submitted: 2020-08-12 21:44 (UTC)
Last Updated: 2025-01-15 18:28 (UTC)

Pinned Comments

yochananmarqos commented on 2024-10-29 20:48 (UTC)

PSA: If the program panics and coredumps, try launching with the following variable:

ICED_BACKEND=tiny-skia ludusavi

Latest Comments

« First ‹ Previous 1 2 3

rwme commented on 2021-03-26 15:27 (UTC)

Hi, it looks like the following error pops up when checking the package during build (ver. 0.10.0-1):

failures:

---- path::tests::strict_path::converts_tilde_before_forward_slash stdout ----
thread 'path::tests::strict_path::converts_tilde_before_forward_slash' panicked at 'assertion failed: `(left == right)`

Diff < left / right > :
<"/home/rk//~"
>"/home/rk/~"

', src/path.rs:439:17

---- path::tests::strict_path::converts_tilde_before_backslash stdout ----
thread 'path::tests::strict_path::converts_tilde_before_backslash' panicked at 'assertion failed: `(left == right)`

Diff < left / right > :
<"/home/rk//~"
>"/home/rk/~"

', src/path.rs:452:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- path::tests::strict_path::converts_tilde_in_isolation stdout ----
thread 'path::tests::strict_path::converts_tilde_in_isolation' panicked at 'assertion failed: `(left == right)`

Diff < left / right > :
<"/home/rk/"
>"/home/rk"

', src/path.rs:426:17


failures:
    path::tests::strict_path::converts_tilde_before_backslash
    path::tests::strict_path::converts_tilde_before_forward_slash
    path::tests::strict_path::converts_tilde_in_isolation

test result: FAILED. 81 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

error: test failed, to rerun pass '--bin ludusavi'
==> ERROR: A failure occurred in check().
    Aborting...

yochananmarqos commented on 2021-02-03 01:56 (UTC)

@stativ: Thanks.

stativ commented on 2021-02-02 20:21 (UTC)

Thank you for packaging this helpful tool.

However, the package is missing 'libx11' and 'python' makedepends.