Package Details: protonfixes-git 1.0.15.r128.gc121a1d-1

Git Clone URL: https://aur.archlinux.org/protonfixes-git.git (read-only, click to copy)
Package Base: protonfixes-git
Description: A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files - git version
Upstream URL: https://github.com/simons-public/protonfixes
Licenses: BSD
Conflicts: protonfixes
Provides: protonfixes
Submitter: chrissimons
Maintainer: mrjackv
Last Packager: mrjackv
Votes: 1
Popularity: 0.000000
First Submitted: 2018-11-19 00:09 (UTC)
Last Updated: 2020-09-19 15:05 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

RosAleksandrov commented on 2022-05-26 03:23 (UTC) (edited on 2022-05-26 03:24 (UTC) by RosAleksandrov)

#( 05/26/22@ 6:22 )( rosen@aleksandrov ):~
   LANG=C install_protonfixes
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton - Experimental, skipping
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton 3.16, skipping
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton 4.11, skipping
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton 5.0, skipping
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton 5.13, skipping
Protonfixes already installed in /home/rosen/.steam/steamapps/common/Proton 7.0, skipping
Soldier runtime detected, patching it
cat: /home/rosen/.steam/steam/steamapps/common/SteamLinuxRuntime_soldier/com.valvesoftware.SteamRuntime.Platform-amd64,i386-soldier-buildid.txt: No such file or directory

This directory not exists.

yochananmarqos commented on 2020-04-14 14:56 (UTC)

Tags are available:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.15.r99.g203b4c2

yochananmarqos commented on 2020-04-01 23:24 (UTC)

Updated dependencies, see upstream:

depends=('python')
makedepends=('git' 'python-setuptools')
optdepends=('wine: win32 proton prefix support'
            'winetricks: winetricks support'
            'python-kivy: Progress Dialog / Splashscreen'
            'kdialog: Progress Dialog / Splashscreen'
            'zenity: Progress Dialog / Splashscreen')

mrjackv commented on 2020-02-06 23:41 (UTC)

python-cef is now in the AUR. please correct the optional dependencies for this package and protonfixes

mrjackv commented on 2020-01-30 14:10 (UTC)

Confirming that the PKGBUILD errors out It works when the mv and rm lines in package() are removed

<deleted-account> commented on 2020-01-28 18:45 (UTC)

running install_scripts
rm: cannot remove '/tmp/makepkg/protonfixes-git/pkg/protonfixes-git/usr/lib/python*/site-packages/tests': No such file or directory

<deleted-account> commented on 2020-01-28 18:44 (UTC)

package cannot be built

running install_scripts
mv: cannot stat '/tmp/makepkg/protonfixes-git/pkg/protonfixes-git/usr/static': No such file or directory

Lucki commented on 2018-11-19 14:35 (UTC) (edited on 2018-11-21 11:33 (UTC) by Lucki)

This probably need to provide and conflict on protonfixes.

provides=('protonfixes')
conflicts=('protonfixes')

Edit: git is missing in makedepends.