Search Criteria
Package Details: proton-git 1:4.11.7.r0.g71d4637-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 git proton steam |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | yurikoles |
Maintainer: | None |
Last Packager: | PrinceMachiavell |
Votes: | 12 |
Popularity: | 0.002373 |
First Submitted: | 2018-09-23 15:34 |
Last Updated: | 2019-10-29 00:16 |
Latest Comments
1 2 Next › Last »
TheGoliath commented on 2020-06-13 12:05
Might you update with the changes made to the proton package, please?
LevitatingRein commented on 2020-06-09 10:31
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.
LevitatingRein commented on 2020-06-08 16:51
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 tosed -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:
mozo commented on 2020-05-03 12:48
@EndlessEden, Same here.
EndlessEden commented on 2020-04-07 09:42
Wont build; sed: couldn't edit vrclient_x64/vrclient_x64/json: not a regular file
ekce commented on 2019-12-21 18:45
I think this package requires xorgproto now.
DavTheRaveUK commented on 2019-10-20 16:17
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
@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.
yurikoles commented on 2019-05-14 13:47
@Rulatir
you better to ask @JoshH100, I just made his proton package to use git, and abandoned it in flavor of him.
Rulatir commented on 2019-05-13 06:54
@yurikoles
THIRDING the question asked by @rabcor and @Kyatik