updated (by copying from proton) - builds for me but as with proton, i'm not 100% convinced it's all right now
Search Criteria
Package Details: proton-git 1:6.3.2.r0.g372d299e-1
Git Clone URL: | https://aur.archlinux.org/proton-git.git (read-only, click to copy) |
---|---|
Package Base: | proton-git |
Description: | Compatibility tool for Steam Play based on Wine and additional components |
Upstream URL: | https://github.com/ValveSoftware/Proton/ |
Keywords: | games proton steam |
Licenses: | BSD |
Conflicts: | proton |
Provides: | proton |
Submitter: | yurikoles |
Maintainer: | None |
Last Packager: | somebody |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2018-09-23 15:34 (UTC) |
Last Updated: | 2021-05-04 13:55 (UTC) |
Dependencies (3)
- python2 (python2-bin)
- wine-valve (wine-valve-git, wine-valve)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Required by (1)
- legendary (requires proton) (optional)
Sources (2)
somebody commented on 2021-05-01 06:52 (UTC)
Levitating commented on 2020-06-09 10:31 (UTC)
This package is failing because of the same reasons the proton package used to fail: https://aur.archlinux.org/packages/proton/#comment-746010
Should be an easy fix.
Levitating commented on 2020-06-08 16:51 (UTC) (edited on 2020-06-08 16:51 (UTC) by Levitating)
It's failing because it's trying to used sed
on a folder.
sed -i 's/openvr_v0.9.16//g' vrclient_x64/vrclient_x64/*
can be changed to
sed -i 's/openvr_v0.9.16//g' vrclient_x64/vrclient_x64/*.*
to resolve the issue.
I am not sure if this whole thing is necessary though.
Edit: Oh and I get a compiler error:
winegcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -DSTEAM_API_EXPORTS -o steamclient_main.o steamclient_main.c
steamclient_main.c:13:10: fatal error: wine/list.h: No such file or directory
13 | #include "wine/list.h"
| ^~~~~~~~~~~~~
compilation terminated.
winegcc: /usr/bin/gcc failed
make: *** [Makefile:347: steamclient_main.o] Error 2
mozo commented on 2020-05-03 12:48 (UTC)
@EndlessEden, Same here.
EndlessEden commented on 2020-04-07 09:42 (UTC)
Wont build; sed: couldn't edit vrclient_x64/vrclient_x64/json: not a regular file
ekce commented on 2019-12-21 18:45 (UTC)
I think this package requires xorgproto now.
DavTheRaveUK commented on 2019-10-20 16:17 (UTC) (edited on 2019-10-20 16:20 (UTC) by DavTheRaveUK)
Hi, there seems to be a version problem when upgrading from proton-git v7.0.1 to proton-git v8.0.1 after pacman builds and installs the package, pacman says the new package is still v7.0.1 and not v8.0.1
What can I do to remedy this? Thanks. Dave.
PrinceMachiavell commented on 2019-05-14 21:13 (UTC)
@Rulatir @Kyatik @rabcor Ideally this package would allow you to use a local build of proton within Steam per the instructions on the Github page. I haven't had a chance to go through the PKGBUILDs so this package make not install everything needed to do this yet.
I'll have to go through the PKGBUILDs of this, proton-git, and the proton package. Ideally, you could simply symlink a folder into ~/.steam/root/compatibilitytools.d/ and be able to use the latest/customized proton.
Pinned Comments