Search Criteria
Package Details: protontricks 1.12.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/protontricks.git (read-only, click to copy) |
---|---|
Package Base: | protontricks |
Description: | A simple wrapper that does winetricks things for Proton enabled games. |
Upstream URL: | https://github.com/Matoking/protontricks |
Licenses: | GPL-3.0-or-later |
Conflicts: | protontricks-git |
Provides: | protontricks |
Submitter: | jcstryker |
Maintainer: | jcstryker (LibertyGM) |
Last Packager: | LibertyGM |
Votes: | 165 |
Popularity: | 8.59 |
First Submitted: | 2019-02-04 14:36 (UTC) |
Last Updated: | 2024-09-17 01:03 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-pillow (python-pillow-gitAUR)
- python-setuptools
- python-vdfAUR
- winetricks (winetricks-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- yad (yad-gtk2AUR, yad-gitAUR) (optional) – GUI for game selection,
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – GUI for winetricks
Required by (4)
- arch-gaming-meta (optional)
- polyversal-patcher
- polyversal-patcher-bin (optional)
- shortix-desktop
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
itsjustboris commented on 2024-08-19 08:54 (UTC)
Just a friendly heads-up:
pkgname
is redundantly listed underprovides
. This happens automatically, as stated in this ArchWiki article.YAOMTC commented on 2024-05-28 01:41 (UTC) (edited on 2024-05-28 01:41 (UTC) by YAOMTC)
Also couldn't get this to work, I also got the "no module named 'vdf'" error. Tried rebuilding python-vdf and reinstalling it, and then doing a clean build of this package and reinstalling it, to no avail, same result. Just used pipx.
unit73e commented on 2024-05-26 14:03 (UTC)
@rpdelaney
I had the same problem but installed again manually and now it works:
So nothing special. I think it should work by reinstalling with a AUR helper as well. Probably has to do with that recent Python update.
rpdelaney commented on 2024-05-07 23:53 (UTC) (edited on 2024-05-08 00:00 (UTC) by rpdelaney)
+1:
I installed it with pipx and that works fine.
luthis commented on 2024-03-14 09:31 (UTC) (edited on 2024-03-14 09:31 (UTC) by luthis)
@hollunder
I had same issue.
pacman -Ql protontricks
protontricks /usr/lib/python3.11/site-packages
pacman -Ql python-vdf
python-vdf /usr/lib/python3.10/site-packages
Is yours the same issue? I just installed python-vdf and clean-built again.
now:
pacman -Ql python-vdf
python-vdf /usr/lib/python3.11/site-packages/
yochananmarqos commented on 2024-03-08 22:33 (UTC)
@hollunder:
python-vdf
is already a dependency. Apparently you have a local Python installation that's interfering with system packages.hollunder commented on 2024-03-08 21:45 (UTC)
$ protontricks
Traceback (most recent call last): File "/usr/bin/protontricks", line 5, in <module> from protontricks.cli.main import cli File "/usr/lib/python3.11/site-packages/protontricks/init.py", line 1, in <module> from .steam import * File "/usr/lib/python3.11/site-packages/protontricks/steam.py", line 9, in <module> import vdf ModuleNotFoundError: No module named 'vdf
The suggestion to rebuild the package did not help. Not that I have ever seen another package that would require that. I consider this (and the -git) package broken.
bruceutut commented on 2024-01-17 06:21 (UTC)
@yochananmarqos Actually it's not even possible to update every aur packages. O only post on packages which is included in Arch Linux CN repository because we have just started the process of following RFC16 [1].
If aur package cannot update license, I will apply a patch on this PKGBUILD to follow SDPX.
[1] https://github.com/archlinuxcn/repo/issues/3587
yochananmarqos commented on 2024-01-16 23:12 (UTC)
@bruceutut: What are you going to do, post that on every single AUR package? It will be a slow process and licenses will only be updated as packages are updated. I'm working on it myself, however I maintain over 400 AUR packages. I'm not going through all of them to just update the license.
bruceutut commented on 2024-01-16 13:41 (UTC)
In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs[1] The Packaging Guideline on Arch Wiki has been updated[2].
It's time to change license field of PKGBUILD file to
GPL-3.0-or-later
according to the LICENSE file from upstream.[1] https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst
[2] https://wiki.archlinux.org/title/PKGBUILD#license
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »