Search Criteria
Package Details: samrewritten-git 1.4.1.r0.g4953d56-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/samrewritten-git.git (read-only, click to copy) |
|---|---|
| Package Base: | samrewritten-git |
| Description: | Unlock achievements and stats on Steam, and more! |
| Upstream URL: | https://github.com/PaulCombal/SamRewritten |
| Keywords: | achievement manager rewritten sam steam |
| Licenses: | GPL-3.0-only |
| Conflicts: | samrewritten |
| Provides: | samrewritten |
| Submitter: | None |
| Maintainer: | JudgeManganese (nomis6432, yhu420) |
| Last Packager: | yhu420 |
| Votes: | 31 |
| Popularity: | 0.30 |
| First Submitted: | 2019-10-21 00:40 (UTC) |
| Last Updated: | 2026-06-05 15:20 (UTC) |
Dependencies (6)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- libadwaita (libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-gitAUR) (optional) – for Adwaita styling
Latest Comments
1 2 3 4 Next › Last »
yhu420 commented on 2026-06-05 15:21 (UTC)
Right, I've reverted it. Thanks for the info
IThundxr commented on 2026-06-05 01:59 (UTC) (edited on 2026-06-05 01:59 (UTC) by IThundxr)
The latest change that adds a dependency on rust 1.95 or newer breaks builds on systems that use
rustupdue torustupprovidingrustbut having a different versioning system.yhu420 commented on 2026-06-04 22:02 (UTC)
Yes, it should never happen in practice anyway, if the user wants to disable the translations, he/she can and I will not stop him/her. The app will still compile and run with the english language as default. If you think implementing the change is more in line with some guideline let me know. Feel free to join the maintainers if you're interested too
C0rn3j commented on 2026-06-03 23:06 (UTC)
Oh, I didn't know that about globs, thanks for the explanation.
Though, wouldn't you want the build to fail if there are no translation files for some reason, since the expected state is having them?
Otherwise you're just having that part silently fail without knowing about it.
yhu420 commented on 2026-06-03 21:57 (UTC)
you're right. regarding the loop the guard is not guaranteed true. In bash with nullglob off (the default, and makepkg doesn't enable it), a glob that matches nothing is left literal. So if locale//LC_MESSAGES/samrewritten.mo matches no files, the loop still runs once with $mo set to that literal unexpanded string. [ -e "$mo" ] is then false, so continue skips it. Without the guard, install would try to install a file literally named locale//... and fail the build.
C0rn3j commented on 2026-06-03 19:57 (UTC)
gettextis both inbaseandbase-devel, there's no need to depend on it explicitly.There's three maintainers but none of them are in the PKGBUILD header.
I don't get the point of this check,
[ -e "$mo" ], isn't that already guaranteed to be true since$mocomes from a loop?C0rn3j commented on 2026-01-15 11:13 (UTC)
You can now simply use
cargo fetch --locked --target host-tupleinprepare()C0rn3j commented on 2025-08-11 17:20 (UTC)
You should not be version bumping -git packages if you have no other changes - https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date
https://aur.archlinux.org/cgit/aur.git/commit/?h=samrewritten-git&id=b206e1e7ac772e059cd8978b770e28e4cbc7e211
hashworks commented on 2025-08-03 11:57 (UTC)
Please add
gitas a makedep, otherwise this won't build in a chroot.JudgeManganese commented on 2025-07-05 20:06 (UTC)
Apologies. I've updated it to the new upstream provided PKGBUILD.
With the new repo, the version has reset, so you'll likely need a clean install to get it installed. This will also have the side effect of not automatically installing the new version for folks who upgrade.
The new version should work with non-snap installs now as described on its wiki.
1 2 3 4 Next › Last »