Search Criteria
Package Details: rimsort-git r2125.405f05b9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rimsort-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rimsort-git |
| Description: | A Mod Manager For Rimworld game |
| Upstream URL: | https://github.com/RimSort/RimSort |
| Licenses: | GPL3 |
| Submitter: | DarkShadow44 |
| Maintainer: | DarkShadow44 |
| Last Packager: | DarkShadow44 |
| Votes: | 2 |
| Popularity: | 0.45 |
| First Submitted: | 2024-04-25 04:33 (UTC) |
| Last Updated: | 2025-12-30 15:05 (UTC) |
Latest Comments
1 2 3 4 5 Next › Last »
DarkShadow44 commented on 2026-01-09 10:27 (UTC)
@Zsar so that issue is solved? Or is there something I should change?
Zsar commented on 2026-01-08 20:45 (UTC)
... Aha! The src folder is also not under version control, like the pkg folder, and in src/RimSort/RimSort/libs the same three .so files must have been deposited by some prior build.
After deleting both pkg and src, the next
./makepkgwent through as it should.So, yes, old files not cleaned up by
Zsar commented on 2026-01-08 20:36 (UTC)
@DarkShadow44: Mmh. Yes, pkg/rimsort-git/opt/rimsort/libs/ contains three files - not symlinks - for me:
When I delete the folder pkg, then makepkg recreates it and the three files are there once again.
So the ln cannot succeed in this direction.
o0d4 commented on 2025-12-30 22:01 (UTC)
lovely!
DarkShadow44 commented on 2025-12-30 15:05 (UTC)
@o0d4: Pushed an update
o0d4 commented on 2025-12-29 23:44 (UTC) (edited on 2025-12-30 22:01 (UTC) by o0d4)
As todds is not in repo but is included in binary releases, maybe you could add todds(https://aur.archlinux.org/packages/todds) package as an optional dependency for texture optimization feature?
Rimsort expects todds to be present in /opt/rimsort/todds so it requires a symlink /opt/rimsort/todds/todds -> /usr/bin/todds
DarkShadow44 commented on 2025-12-25 15:16 (UTC)
ln [OPTION]... [-T] TARGET LINK_NAMEln -s SteamworksPy_x86_64.so "$pkgdir/opt/rimsort/libs/SteamworksPy.so"That should work, and it does for me - it creates a
SteamworksPy.solinked toSteamworksPy_x86_64.soin the folder/opt/rimsort/libs/. TheSteamworksPy_x86_64.soin that folder comes fromsrc/RimSort/libs/SteamworksPy_x86_64.so, so I don't know what you mean.Could it be that you already have a
SteamworksPy.so? Would be nice to know why, I don't have one.Zsar commented on 2025-12-25 10:03 (UTC)
Stupid question: Why link
SteamworksPy.sotoSteamworksPy_x86_64.soif you could linksrc/RimSort/libs/SteamworksPy_x86_64.so- same file name - instead?That way you can omit one of the arguments and it's (more) probably the correct file to begin with?
Zsar commented on 2025-12-25 09:51 (UTC) (edited on 2025-12-25 10:01 (UTC) by Zsar)
Mmh. More small things. Pulled and rebuilt today:
Responsible line:
should be
... but, err... should that file not come from a package and that package be a dependency? It's from this project, is it not? - Ah, we do not seem to have a package for that yet.
mrgrim commented on 2025-12-21 13:45 (UTC)
The options override in the PKGBUILD should be lowercase. Having it in all caps tries to override the one defined in makepkg.conf which is prevented when defined. This breaks the build with the default makepkg.conf which enables strip. Using all lowercase "options" causes makepkg to properly apply the changed setting.
1 2 3 4 5 Next › Last »