Search Criteria
Package Details: protonfixes 1.0.15-2
Git Clone URL: | https://aur.archlinux.org/protonfixes.git (read-only) |
---|---|
Package Base: | protonfixes |
Description: | A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files |
Upstream URL: | https://github.com/simons-public/protonfixes |
Licenses: | |
Submitter: | chrissimons |
Maintainer: | chrissimons |
Last Packager: | chrissimons |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-13 03:21 |
Last Updated: | 2018-11-19 00:20 |
Dependencies (5)
- python-setuptools (make)
- cefpython3 (optional) – splash dialog support
- wine (wine-unity3d-git, wine-rt, wine-ivb, wine-staging-fallout4-git, wine-vulkan-git, wine-staging-pba-git, wine-staging-git, wine-git, wine-staging-pba, wine-valve-git, wine-stable, wine-staging, wine-staging-nine) (optional) – win32 proton prefix support
- winetricks (winetricks-git) (optional) – winetricks support
- zenity (qarma-git, zenity-gtk2, zenity-git) (optional) – splash dialog support
Latest Comments
Lucki commented on 2018-11-19 14:25
You're right that
python-setuptools
pullspython
in the dependency tree but this is only for building the package because it's inmakedepends=()
.Currently there aren't any required runtime dependencies:
chrissimons commented on 2018-11-19 00:26
Sorry for the late response. I fixed the issue with /usr/static and removed site-packages/tests.
Zenity is an optional dependency and is not required, this is in the README.md at the Github repository.
Python is a dependency of python-setuptools, so it shouldn't need to be called out in the PKGBUILD specifically.
Lucki commented on 2018-10-28 12:01
Zenity and Python should be a dependency according to the readme. Also there's
/usr/static
which looks odd because this package is the only one using that directory.And there's
/usr/lib/python3.7/site-packages/tests/
: "[…] do not install a directory named just tests […]"