Search Criteria
Package Details: deadlock-modmanager-git 0.15.0.r39.g45c90ca-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/deadlock-modmanager-git.git (read-only, click to copy) |
|---|---|
| Package Base: | deadlock-modmanager-git |
| Description: | A mod manager for the Valve game Deadlock (git) |
| Upstream URL: | https://github.com/deadlock-mod-manager/deadlock-mod-manager |
| Licenses: | GPL-3.0-only |
| Conflicts: | deadlock-modmanager, deadlock-modmanager-bin |
| Provides: | deadlock-modmanager |
| Submitter: | yobson |
| Maintainer: | stormix |
| Last Packager: | stormix |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-08-27 21:24 (UTC) |
| Last Updated: | 2026-03-03 23:08 (UTC) |
Dependencies (19)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cargo-tauri (make)
- gcc (gcc-gitAUR, gcc-fast-optimizedAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lld (llvm-gitAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
Latest Comments
HurricanePootis commented on 2026-06-03 01:37 (UTC)
Hello,
You can remove the
options=(!lto)from this PKGBUILD by settingexport CFLAGS+=" -ffat-lto-objects"&export CXXFLAGS+= -ffat-lto-objects. This is something that has to be done with Rust packages, but for some reason, is missing from the Wiki pagage on Rust Package Guidelines. Maybe I'll make an edit…Another thing is, you don't need to specify
-C linker-args=-fuse-ld=lldanymore. Ever since Rust 1.90, LLD is the default linker for Rust on Linux.I built the package with my changes applied in a clean chroot (
extra-x86-64-build -c) , and reading the binary, you can see LLD was used by default without specifying it nor installing thelldpackage (plus, you don't need to specifygccsince it's a part ofbase-devel). This is because rust automatically bundles its own version of LLD.This package is also missing
glibc,libgcc,libstdc++, anddbusfromdepends().bunger commented on 2026-03-01 23:42 (UTC)
Binary seems to be outputted to apps/desktop/target/release/ instead of apps/desktop/src-tauri/target/release/; causes package() to fail