AUR (en) - proton-cachyos
Arch Linux User Repository
Packages
Forums
Wiki
GitLab
Security
AUR
AUR Home
Packages
Search Criteria
Package Details: proton-cachyos 1:10.0.20260420-1
Package Actions
View PKGBUILD
View Changes
Download snapshot
Search wiki
Git Clone URL:
(read-only, click to copy)
Package Base:
proton-cachyos
Description:
A compatibility tool for Steam Play based on Wine and additional components, experimental branch with extra CachyOS flavour
Upstream URL:
Licenses:
custom
Provides:
proton
Submitter:
loathingkernel
Maintainer:
loathingkernel

(ptr1337)
Last Packager:
loathingkernel
Votes:
10
Popularity:
0.085940
First Submitted:
2024-11-01 10:46 (UTC)
2026-04-23 10:01 (UTC)
Dependencies (198)
atk
at-spi2-core-git
AUR
at-spi2-core
attr
attr-git
AUR
cabextract
cairo
cairo-git
AUR
curl
curl-git
AUR
curl-c-ares
AUR
dbus
dbus-git
AUR
dbus-selinux
AUR
dbus-nosystemd-git
AUR
dbus-glib
desktop-file-utils
desktop-file-utils-git
AUR
fontconfig
fontconfig-git
AUR
fontconfig-ubuntu
AUR
freeglut
freeglut-x11-git
AUR
freeglut-wayland-git
AUR
freetype2
freetype2-qdoled-aw3225qf
AUR
freetype2-macos
AUR
freetype2-qdoled
AUR
freetype2-qdoled-gen3
AUR
freetype2-woled
AUR
freetype2-git
AUR
gcc-libs
gcc-libs-git
AUR
gccrs-libs-git
AUR
gcc-libs-snapshot
AUR
gdk-pixbuf2
gdk-pixbuf2-git
AUR
gdk-pixbuf2-noglycin
AUR
gettext
gettext-git
AUR
gettext-git
AUR
glib2
glib2-git
AUR
glib2-patched-thumbnailer
AUR
glu
glu-git
AUR
lcms2
lcms2-ff-git
AUR
lcms2-git
AUR
lcms2-ff
AUR
lib32-atk
lib32-at-spi2-core
lib32-attr
lib32-cairo
Show 178 more dependencies...
Required by (7)
dxvk-gplasync-bin
(requires proton)
(optional)
dxvk-gplasync-bin-git
(requires proton)
(optional)
legendary
(requires proton)
(optional)
legendary-heroic-bin
(requires proton)
(optional)
physica
(requires proton)
(optional)
proton-cachyos-launcher
rare
(requires proton)
(optional)
Sources (6)
compatibilitytool.vdf.template
proton-cachyos
Latest Comments
Next ›
Last »
ohkeenan commented on
2026-04-19 22:35 (UTC)
(edited on 2026-04-21 17:07 (UTC) by
ohkeenan
@loathingkernel @ptr1337 Huge appreciation to you and the team. As an IT worker who builds often but is still "learning" Arch (even after nearly a decade), I want to acknowledge the massive effort and hardware stress that goes into maintaining this. You're appreciated.
I saw the recent comments - ignore the noise. Some people don't understand "bleeding edge" means occasionally getting cut.
I’ve spent the last hour diving into makepkg.conf to optimize my environment (3900X/128GB RAM). Moving the build to a 64G tmpfs and cranking the MAKEFLAGS to -j22. I’m also testing ccache despite the PKGBUILD's specific wrappers, just to see if I can shorten that 30-minute re-run. And I've never done that for a package (usually just look for a -bin). So thanks to your efforts I've levelled up.
Thanks for providing the community with these tools.
Edit:
Switching the build to memory instead of nvme cut the time down from ~30m to ~10m. In my case,
ModuleNotFoundError: No module named 'fontTools'
make[1]: *** [../proton-cachyos/Makefile.in:2028: obj-fonts/micross.ttf] Error 1".
Installing as user
python -m pip install fonttools
was all I needed. Cheers.
gpsolo commented on
2026-03-28 01:17 (UTC)
had an issue for rustup target i686-unknown-linux-gnu so I modified the PKGBUILD slightly to fix it.
--- ./ORIG_PKGBUILD 2026-03-27 19:15:53.140338342 -0600
+++ ./MOD_PKGBUILD 2026-03-27 19:15:13.247863979 -0600
@@ -264,7 +264,9 @@
export CARGO_HOME="${SRCDEST}"/proton-cargo
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo update
+ rustup target add i686-unknown-linux-gnu
cargo fetch --locked --target i686-unknown-linux-gnu
+ rustup target add x86_64-unknown-linux-gnu
cargo fetch --locked --target x86_64-unknown-linux-gnu
popd
done
bdyb commented on
2026-03-22 23:25 (UTC)
@loathingkernel
I just wanted to thank you - you maid my life easier.
@solx123
AUR is a repository for whatever packages nice people care to share (vs keeping to themselves) after spending time to build those packages. There is no guarantee it will work or even updated.
A constructive approach when something is broken is:
* optional - Try to understand why (dump the output to gpt/gemini)
* optional - Try to fix it (ask gpt/gemini) - sometimes editing the pkgbuild is enough (for example dependencies).
* Share the issue and the result of the "optional" steps above.
Wyn commented on
2026-03-06 08:29 (UTC)
@solx123 If you spent 2 seconds reading the pkgbuid you would understand that you're compiling this. You can't just say I demand this to be deleted because you can't read smh.
Last thing you need is loathing loathing other things.
solx123 commented on
2026-03-02 18:49 (UTC)
okay i apologize for that it was not exactly my intention to attack you or the work
loathingkernel commented on
2026-03-02 18:21 (UTC)
(edited on 2026-03-02 18:25 (UTC) by
loathingkernel
@solx123 It didn't build successfully because of changes in other packages that happened after the previous update, at the time it was building successfully
proof:
previous:
current:
just mention in description that this package exists to waste the time of those who try to build it
So far the only waste of time I see here is interacting with you. If you do not understand that you are building proton from source, which contains a large amount of other projects, that's on you. You are the one telling your computer what to do, you choose what you build, if that's not what you expect, the only person you can blame is yourself.
but the main issue was that the build failed after running for nearly half an hour
Then you should probably have led with that, instead of attacking the usefulness of the package itself.
solx123 commented on
2026-03-02 18:20 (UTC)
yeah i mean i do need it but the main issue was that the build failed after running for nearly half an hour
loathingkernel commented on
2026-03-01 12:13 (UTC)
(edited on 2026-03-01 12:14 (UTC) by
loathingkernel
@solx123 there is an easy solution to that, don't build it if you don't need it. Or do you expect the AUR to cater to your incompetence of reading the PKGBUILD?
solx123 commented on
2026-03-01 08:17 (UTC)
this package needs to be taken down. this is a massive waste of time and cpu resource
Next ›
Last »
aurweb
v6.3.4
Report issues
here
Copyright © 2004-2026 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.