Package Details: ludusavi 0.27.0-2

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: 10
Popularity: 0.58
First Submitted: 2020-08-12 21:44 (UTC)
Last Updated: 2024-12-13 02:37 (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

1 2 3 Next › Last »

yochananmarqos commented on 2024-11-24 17:38 (UTC)

@FreePenguin: Thanks, done.

FreePenguin commented on 2024-11-24 08:44 (UTC)

Due to recent changes in upstream repo PKGBUILD must be changed

diff --git a/PKGBUILD b/PKGBUILD
index 0c13f6e..1ccb449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,9 +61,9 @@ package() {
   install -Dm755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
   install -Dm644 "assets/linux/${_app_id}.metainfo.xml" -t "$pkgdir/usr/share/metainfo/"
   install -Dm644 assets/icon.png \
-    "$pkgdir/usr/share/icons/hicolor/64x64/apps/$pkgname.png"
+    "$pkgdir/usr/share/icons/hicolor/64x64/apps/${_app_id}.png"
   install -Dm644 assets/icon.svg \
-    "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
+    "$pkgdir/usr/share/icons/hicolor/scalable/apps/${_app_id}.svg"
   install -Dm644 "assets/linux/${_app_id}.desktop" \
     "$pkgdir/usr/share/applications/${_app_id}.desktop"
   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"

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

FreePenguin commented on 2024-08-30 11:22 (UTC)

Why does check script compiles the program second time?

yochananmarqos commented on 2023-03-18 15:27 (UTC)

I've created a binary package for those who don't want to build this from source: ludusavi-bin

yochananmarqos commented on 2023-01-31 19:45 (UTC)

@Frogboy: I can't reproduce in a clean chroot.

Frogboy commented on 2023-01-31 19:33 (UTC)

This error has been happening since forever and I try to recompile with every release to no avail.

   Compiling iced_graphics v0.5.0
error[E0658]: generic associated types are unstable
  --> ~/.cargo/registry/src/github.com-1ecc6299db9ec823/iced_graphics-0.5.0/src/image/storage.rs:12:5
   |
12 |     type State<'a>;
   |     ^^^^^^^^^^^^^^^
   |
   = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `iced_graphics` due to previous error
warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ludusavi

yochananmarqos commented on 2022-11-12 16:13 (UTC)

@prettyvanilla: You're right, I've dropped the dependency.

prettyvanilla commented on 2022-11-12 15:48 (UTC)

The ttf-material-design-icons dependency is not necessary as the font file is statically compiled into the executable from the source tree, so there is no runtime dependency on having that font installed system-wide by any package.

yochananmarqos commented on 2022-11-06 17:52 (UTC) (edited on 2022-11-06 17:53 (UTC) by yochananmarqos)

@michaldybczak: Yes, you'll need to deal with the conflicting file on your own. The easiest way is to uninstall and reinstall.