Package Details: openloco 23.11-1

Git Clone URL: https://aur.archlinux.org/openloco.git (read-only, click to copy)
Package Base: openloco
Description: An open source re-implementation of Chris Sawyer's Locomotion
Upstream URL: https://github.com/OpenLoco/OpenLoco
Keywords: game locomotion manager remaster simulation trains tycoon
Licenses: MIT
Submitter: Mr.Smith1974
Maintainer: Mr.Smith1974
Last Packager: Mr.Smith1974
Votes: 2
Popularity: 0.108985
First Submitted: 2023-06-07 08:34 (UTC)
Last Updated: 2023-11-26 12:56 (UTC)

Latest Comments

Mr.Smith1974 commented on 2023-11-12 05:26 (UTC)

https://github.com/OpenLoco/OpenLoco/issues/2186

timmyfromspace commented on 2023-11-11 20:16 (UTC)

https://pastebin.com/SipL7Ddf

doesn't build for me. Happy to help with error messages or questions. I can't read the error message or find the reason.

Thanks in advance!

Lili1228 commented on 2023-08-30 20:14 (UTC) (edited on 2023-08-30 20:27 (UTC) by Lili1228)

You shouldn't disable tests by sed, rather by -DOPENLOCO_BUILD_TESTS=off in cmake command.

Dependencies are wrong, they should be architecture-dependent (there are no lib32-* packages in Arch Linux 32) and it surely depends on at least glibc (well, or lib32-glibc in standard Arch) when you run it. You can check the dependencies with namcap openloco*.tar.zst.

haffmans commented on 2023-08-07 09:11 (UTC)

makedepends is missing gendesk; if it's not installed this results in a "command not found" error during prepare().

ahmetlii commented on 2023-07-28 10:15 (UTC)

In build(), pass CXXFLAGS="-m32" option to cmake. And in package(), use cd ${_pkgname}-${pkgver}/build instead of cd ${_pkgname}-${pkgver}