Search Criteria
Package Details: winetricks-git 20180513.r15.g3733382-1
Git Clone URL: | https://aur.archlinux.org/winetricks-git.git (read-only, click to copy) |
---|---|
Package Base: | winetricks-git |
Description: | Script to install various redistributable runtime libraries in Wine. |
Upstream URL: | http://wiki.winehq.org/winetricks |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 96 |
Popularity: | 0.24 |
First Submitted: | 2015-03-03 18:34 |
Last Updated: | 2018-05-28 00:06 |
Dependencies (7)
- cabextract
- unzip (unzip-natspec, unzip-iconv)
- wine (wine-unity3d-git, wine-vulkan-git, wine-valve-git, wine-no-pe, wine-git, wine-valve, wine-stable-next, wine-stable, wine-staging-git, wine-stable-ubuntu, wine-staging)
- xorg-xmessage
- git (git-git) (make)
- kdialog (kdialog-git) (optional) – For the KDE GUI (less capable).
- zenity (qarma-git, zenity-gtk2, zenity-git, zenity-light) (optional) – For the GTK3 GUI.
Required by (44)
- algodoo-wine (requires winetricks)
- cajviewer (requires winetricks)
- cemu (requires winetricks)
- dngconverter (requires winetricks) (make)
- eternally-us (requires winetricks)
- evesetup (requires winetricks) (optional)
- faudio-wrappers-win32-git (requires winetricks)
- faudio-wrappers-win64-git (requires winetricks)
- games_nebula (requires winetricks) (optional)
- grapebite-git (requires winetricks)
- leagueoflegends-git (requires winetricks)
- lib32-86box-nightly-bin (requires winetricks)
- lib32-vk9-bin (requires winetricks)
- loderunner (requires winetricks)
- lucas-simpsons-hit-and-run-mod-launcher (requires winetricks)
- materialize-bin (requires winetricks)
- meshmixer-wine (requires winetricks)
- micro-cap (requires winetricks)
- osu (requires winetricks)
- osu-install (requires winetricks)
- osu-wine-git (requires winetricks)
- playkey-linux (requires winetricks)
- proton-ge-custom-bin (requires winetricks) (optional)
- proton-ge-custom-legacy-bin (requires winetricks) (optional)
- protonfixes (requires winetricks) (optional)
- protonfixes-git (requires winetricks) (optional)
- protontricks (requires winetricks)
- protontricks-git (requires winetricks)
- pywinery (requires winetricks) (optional)
- q4wine (requires winetricks) (optional)
- q4wine-git (requires winetricks) (optional)
- qaac-wine (requires winetricks) (make)
- rdworks-wine-bin (requires winetricks)
- steam-wine-git (requires winetricks)
- steambridge-git (requires winetricks) (optional)
- steamtinkerlaunch (requires winetricks) (optional)
- steamtinkerlaunch-git (requires winetricks) (optional)
- swamp-wine (requires winetricks)
- swine (requires winetricks)
- tiberiansun (requires winetricks)
- vineyard-git (requires winetricks) (optional)
- vk9-bin (requires winetricks)
- wine-installer (requires winetricks)
- wine-installer-git (requires winetricks) (optional)
Latest Comments
1 2 Next › Last »
robertfoster commented on 2015-04-20 18:39
all my PKGBUILD are managed on github.
Checkout https://github.com/M0Rf30/PKGBUILD for suggestions and forks
eschwartz commented on 2015-03-30 05:54
Is there any way of remotely getting a revision count? ;)
The revision hash on its own is not very useful, and I like knowing versions to things...
In fact, you can: http://stackoverflow.com/a/13619380
And the github repository has an actual tag, which means git describe, or this remote alternative, works.
Updated PKGBUILD: http://pastebin.com/Cf3SqWRY
eschwartz commented on 2015-03-19 00:16
winetricks was moved to https://github.com/Winetricks/winetricks and the googlecode repo no longer works.
RealOrRandom commented on 2015-03-02 11:41
It could also be simpler to just download https://winetricks.googlecode.com/git/src/winetricks , without using version control.
RealOrRandom commented on 2015-03-02 11:39
They have migrated to git, see https://code.google.com/p/winetricks/source/checkout
zezadas commented on 2015-01-30 00:39
please, add wget as a dependenci too
bwrsandman commented on 2013-07-26 16:34
It would be good to update the PKGBUILD to pacman 4.1 so it can update the svn version automatically.
Also, including the man pages.
Example:
https://raw.github.com/bwrsandman/pkgbuild/master/winetricks-svn/PKGBUILD
Anonymous comment on 2013-03-12 04:16
Trying to install with aura I get
aura >>= Determining dependencies...
aura >>= Dependency checking failed for these reasons:
`svn` exists in NO WAY as a package or as one provided by another!
It appears the line
makedepends=('svn')
should be
makedepends=('subversion')
luolimao commented on 2012-10-29 02:02
Can you remove svn from the deps and add it to makedepends?
Anonymous comment on 2012-08-08 16:59
Could you make this package provide winetricks so you can install packages that depend on the winetricks package?
provides=('winetricks')
Thanks!