Package Details: steam-library-manager 1.5.1-1

Git Clone URL: https://aur.archlinux.org/steam-library-manager.git (read-only, click to copy)
Package Base: steam-library-manager
Description: A powerful Steam library organizer for Linux - the modern Depressurizer alternative
Upstream URL: https://github.com/Switch-Bros/SteamLibraryManager
Keywords: autocat, categories, collection, collections, curator, deck, depressurizer, dynamic gaming, hltb, howlongtobeat, library, linux manager, organizer, protondb, steam,
Licenses: MIT
Submitter: HeikesFootSlave
Maintainer: HeikesFootSlave
Last Packager: HeikesFootSlave
Votes: 1
Popularity: 0.29
First Submitted: 2026-02-27 20:55 (UTC)
Last Updated: 2026-05-12 13:17 (UTC)

Latest Comments

1 2 Next › Last »

HeikesFootSlave commented on 2026-03-15 13:10 (UTC)

@mtorromeo Thank you for the information! Fix it today! Sorry for the inconvenience!

mtorromeo commented on 2026-03-15 10:47 (UTC)

SQL files are missing from the generated package. They are necessary for creating the database on first run.

yochananmarqos commented on 2026-03-04 18:47 (UTC)

@HeikesFootSlave: You're welcome. Please also bump the pkgrel from 1 to 2 so the changes are available.

HeikesFootSlave commented on 2026-03-04 16:39 (UTC)

@yochananmarqos Applied your PKGBUILD diff — thank you so much! Standards-based build with python-build/installer, proper makedepends/checkdepends, and the _app_id variable for DRY.

Really appreciate you taking the time to write that out. The package builds and installs cleanly now. Greetings from Germany!

yochananmarqos commented on 2026-03-04 15:17 (UTC)

@HeikesFootSlave: Here's a PKGBUILD diff following package guidelines.

HeikesFootSlave commented on 2026-03-04 15:00 (UTC)

@yochananmarqos

SORRY! Fixed it!

yochananmarqos commented on 2026-03-04 14:54 (UTC)

@@HeikesFootSlave: The checksums are failing for 1.2.0. They should be 889b632819e21000af3828b4a1eebb7fc8d3bac302539795c16d07e48658d665.

HeikesFootSlave commented on 2026-03-03 23:50 (UTC)

@yochananmarqos

We updated the repo and AUR to 1.2.0 to fulfill the Python package Guidelines!

/src/ changed to /steam_library_manager/

THANK YOU so much for your guidance!

Greetings from Germany

yochananmarqos commented on 2026-03-03 19:55 (UTC)

@HeikesFootSlave: You forgot to bump the pkgrel after the 1.1.1 tag update.

HeikesFootSlave commented on 2026-03-02 19:32 (UTC)

@yochananmarqos

Thanks for the feedback! You're right on both points. The icon naming will be fixed, and we're already planning a restructure of the Python module naming (from src to a proper module name) for the next release. Will update the PKGBUILD to follow the Python package guidelines once that's done

Good catch, thank you! You're right — DATA_DIR should use XDG_DATA_HOME (~/.local/share/steamlibrarymanager/) instead of a path relative to the installation directory. This works fine in AppImage but breaks on system-wide installs.

Going to fix both ASAP!