summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-01-08 13:34:17 +0000
committerMarek Szuba <marecki@gentoo.org>2020-01-08 13:36:27 +0000
commit8732d3ecff0b7662080cc7b1408055a72fdc41fe (patch)
treea6d3de6d227fd91f09f5dc704f9cb2f39e794564 /app-emulation/protontricks/metadata.xml
parentapp-text/zathura: Version bump (v0.4.5) (diff)
downloadgentoo-8732d3ecff0b7662080cc7b1408055a72fdc41fe.tar.gz
gentoo-8732d3ecff0b7662080cc7b1408055a72fdc41fe.tar.bz2
gentoo-8732d3ecff0b7662080cc7b1408055a72fdc41fe.zip
app-emulation/protontricks: new package
Allows one to use winetricks on Proton (Steam Play) games without having to manually mess with prefix and Proton configuration. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emulation/protontricks/metadata.xml')
-rw-r--r--app-emulation/protontricks/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/protontricks/metadata.xml b/app-emulation/protontricks/metadata.xml
new file mode 100644
index 000000000000..23f787ca2d36
--- /dev/null
+++ b/app-emulation/protontricks/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <longdescription lang="en">
+ A simple wrapper script that allows you to easily run Winetricks commands for Steam Play/Proton
+ games. This is often useful when a game requires closed-source runtime libraries that are not
+ included with Proton, or to activate Gallium Nine (native Direct3D 9 support) for a Proton game,
+ without all the tedious messing around with Wine prefixes.
+ </longdescription>
+ <use>
+ <flag name="gui">Enable the graphical user interface (requires <pkg>gnome-extra/zenity</pkg>)</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">Matoking/protontricks</remote-id>
+ <remote-id type="pypi">protontricks</remote-id>
+ </upstream>
+</pkgmetadata>