sorry guys i was busy for a while so i couldn't maintain this package
Search Criteria
Package Details: sgdboop-bin 1.2.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sgdboop-bin.git (read-only, click to copy) |
---|---|
Package Base: | sgdboop-bin |
Description: | SGDBoop is a tool that automatically applies assets from SteamGridDB directly to your Steam library |
Upstream URL: | https://www.steamgriddb.com/boop |
Keywords: | steam steamgrid steamgriddb |
Licenses: | MIT |
Conflicts: | sgdboop |
Submitter: | nomis6432 |
Maintainer: | Tomoghno |
Last Packager: | Tomoghno |
Votes: | 8 |
Popularity: | 0.63 |
First Submitted: | 2022-04-29 14:31 (UTC) |
Last Updated: | 2023-09-16 14:20 (UTC) |
Dependencies (1)
Required by (0)
Sources (2)
Latest Comments
Tomoghno commented on 2023-09-16 13:58 (UTC)
pooroligarch commented on 2023-07-13 08:19 (UTC)
Updated pkgbuild for new release: https://pastebin.com/NZwM1Gj3
viggy96 commented on 2022-09-04 17:38 (UTC)
Build failure in the latest version:
==> Validating source files with sha512sums...
sgdboop-linux64.tar.gz ... FAILED
x-sgdboop.xml ... Passed
==> ERROR: One or more files did not pass the validity check!
Failed to build sgdboop-bin
nomis6432 commented on 2022-05-29 12:49 (UTC)
@Dasug: thank you for the report. I've fixed it
Dasug commented on 2022-05-28 20:54 (UTC)
The SHA512 checksum check fails for sgdboop-linux64.tar.gz when installing. The checksum for referenced file when I download it is: 8ecc651690ca2a6c46e43114243e1434190ca6d251dacfc4b1a199e15c140ba535994f71da69bef4584aaa48506c5ce69f8c2473a7321b31cacde27c33da0f38
Also when trying to run the binary, I get the following error message:
SGDBoop: error while loading shared libraries: libiup.so: cannot open shared object file: No such file or directory
The libiup.so is included in the sgdboop-linux64.tar.gz, but does not seem to be installed.
Adding the following lines to the PKGBUILD fixed the issue for me:
install -dm755 "${pkgdir}/usr/lib"
install -Dm644 "$srcdir/libiup.so" "$pkgdir/usr/lib/libiup.so"
Pinned Comments
Tomoghno commented on 2023-09-16 13:58 (UTC)
sorry guys i was busy for a while so i couldn't maintain this package