Package Details: rimsort-git r1638.e4c49856-1

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: 1
Popularity: 0.195635
First Submitted: 2024-04-25 04:33 (UTC)
Last Updated: 2025-08-04 21:45 (UTC)

Dependencies (5)

Required by (0)

Sources (4)

Latest Comments

1 2 Next › Last »

DarkShadow44 commented on 2025-10-12 03:26 (UTC)

It's still built against 6.9.3, this PR would update it: https://github.com/RimSort/RimSort/pull/1389

Those Qt updates are pretty annoying...

Zsar commented on 2025-10-11 18:55 (UTC) (edited on 2025-10-11 18:56 (UTC) by Zsar)

Mmh. Does not work even after Qt was updated to 6.10:

$ /opt/rimsort/RimSort 
Traceback (most recent call last):
  File "/opt/rimsort/__main__.py", line 38, in <module>
  File "/opt/rimsort/app/controllers/app_controller.py", line 6, in <module app.controllers.app_controller>
ImportError: /opt/rimsort/PySide6/../libQt6Core.so.6: version `Qt_6.10' not found (required by /usr/lib/libQt6DBus.so.6)

It does run by executing $ uv run python -m app in src/RimSort but the package built cannot be started right now.

Zsar commented on 2025-10-01 23:32 (UTC) (edited on 2025-10-01 23:32 (UTC) by Zsar)

Heads-up, if anyone else has failed to build this in the last two days:

It pulls Qt 6.9.3, released on 2025-09-30, but the Arch packages are still on 6.9.2 and - patch version or not - those refuse to mix.

The issue should disappear as soon as Qt 6.9.3 makes it into the Arch extra repository.

Zsar commented on 2025-09-04 14:23 (UTC)

Yes, it is. No action necessary here.

Sorry for bothering you - I did not expect them to fix it mere hours after opening the issue (or at all, truth be told, given their very liberal use of libraries).

DarkShadow44 commented on 2025-09-03 13:00 (UTC)

Seeing how the PR is merged, I assume this is fixed?

Zsar commented on 2025-09-02 23:35 (UTC) (edited on 2025-09-02 23:35 (UTC) by Zsar)

You might want to add (optional?) dependencies to this package as per https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error . One of:

  • xclip

  • xsel

I created https://github.com/RimSort/RimSort/issues/1278 upstream to have these pyperclip calls removed, but until said issue is implemented (if it is not rejected), parts of the application will spontaneously fail without these libraries.

DarkShadow44 commented on 2025-08-04 21:46 (UTC) (edited on 2025-08-04 21:46 (UTC) by DarkShadow44)

Thanks for the heads up, the update was quite a pain. I added a workaround for a linking error as well, please report back if anything doesn't work!

Zsar commented on 2025-08-04 15:42 (UTC)

@yobson : requirements.txt has been deleted in upstream commit 8ea848bdb98526b304a08d506e39bf6ce2772e73 'Switch to uv for package management (#1125)'.

The build script will have to be migrated to this 'uv'.

yobson commented on 2025-08-04 01:54 (UTC)

==> Starting prepare()... sed: can't read requirements.txt: No such file or directory

DarkShadow44 commented on 2025-07-27 21:04 (UTC)

Sure, done