summaryrefslogtreecommitdiff
path: root/games/steam
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:34:32 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:34:32 +0100
commit933a93e4a71591e867182999a7daf8ae3bad5596 (patch)
treeb2969a0ccd0d050a8288ffc72756be2c94975de5 /games/steam
parent2dfc64f9f3137cd7522b32a55e6cbcaa672492f6 (diff)
downloadplay-933a93e4a71591e867182999a7daf8ae3bad5596.tar.gz
play-933a93e4a71591e867182999a7daf8ae3bad5596.tar.bz2
play-933a93e4a71591e867182999a7daf8ae3bad5596.zip
Major overhaul: Support non-wine games
* Moved wine support to own template * Added xpad template * Added no-x template for games that don't support being started on another X. * Improved ways template functions work together: - EXPORT now appends - OVERRIDE replaces all the others - in game: command 'super' to call the phases of the templates - super supports "-r tpl" to remove the phase function of tpl
Diffstat (limited to '')
-rw-r--r--games/steam3
-rw-r--r--games/steam_wine3
2 files changed, 3 insertions, 3 deletions
diff --git a/games/steam b/games/steam
deleted file mode 100644
index 0b71daf..0000000
--- a/games/steam
+++ /dev/null
@@ -1,3 +0,0 @@
-inherit steam
-
-# vim:ft=sh
diff --git a/games/steam_wine b/games/steam_wine
new file mode 100644
index 0000000..0a1e6f9
--- /dev/null
+++ b/games/steam_wine
@@ -0,0 +1,3 @@
+inherit wine steam
+
+# vim:ft=sh
8f143ce82534897ede27&follow=1'>t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer1-1/+1 Some tar(1) versions do not support auto detection of the compression type. Explicitly specify "-z" to decompress a ".tar.gz" archive. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>