From 4462667b920aaa94cf198fdfcff7ae4fa52c3841 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Sun, 5 Oct 2014 20:07:46 +0200 Subject: [PATCH] Remove sdl prefix from mame and mess --- INSTALL | 33 ++------------------------ lutris/runners/__init__.py | 2 +- lutris/runners/{sdlmame.py => mame.py} | 2 +- lutris/runners/{sdlmess.py => mess.py} | 2 +- 4 files changed, 5 insertions(+), 34 deletions(-) rename lutris/runners/{sdlmame.py => mame.py} (98%) rename lutris/runners/{sdlmess.py => mess.py} (98%) diff --git a/INSTALL b/INSTALL index d33978161..84a30f5d6 100644 --- a/INSTALL +++ b/INSTALL @@ -4,11 +4,8 @@ Installing Lutris Requirements ------------ -These are the requirements I was able to find on the development machine. -Lutris should work on any Gnome system but the runner installation is currently -tied to Software Center so it works only on Ubuntu and Debian. In the future, -the installation process will use a distro independent mechanism. -In order to run Lutris, install the following packages. +Lutris should work on any Gnome system, the following depencies should be +installed: * python == 2.7 * python-xdg @@ -16,32 +13,6 @@ In order to run Lutris, install the following packages. * PyGobject * libsoup-gnome -If you want to manually install runners you can choose from the list below -and install the ones you wish to use. - - * wine - * scummvm - * uae - * mednafen - * sdlmame - * snes9x-gtk - * gens-gs - * steam (using wine) - * atari800 - * dolphin-emu - * frotz - * dosbox - * hatari - * jzintv - * mednafen - * mupen64plus - * nulldc (1.0.3 only, using wine) - * o2em - * openmsx - * osmose - * pcsxr - * scummvm - Installation ------------ diff --git a/lutris/runners/__init__.py b/lutris/runners/__init__.py index ad10f998c..91995401f 100644 --- a/lutris/runners/__init__.py +++ b/lutris/runners/__init__.py @@ -7,7 +7,7 @@ __all__ = ( # Microsoft based "wine", "winesteam", "dosbox", # Multi-system - "sdlmame", "sdlmess", "scummvm", "mednafen", + "mame", "mess", "scummvm", "mednafen", # Commdore "fsuae", "vice", # Atari diff --git a/lutris/runners/sdlmame.py b/lutris/runners/mame.py similarity index 98% rename from lutris/runners/sdlmame.py rename to lutris/runners/mame.py index 2d1cdefff..ae1e84620 100644 --- a/lutris/runners/sdlmame.py +++ b/lutris/runners/mame.py @@ -4,7 +4,7 @@ from lutris import settings from lutris.runners.runner import Runner -class sdlmame(Runner): +class mame(Runner): """Runs arcade games with SDLMame""" platform = "Arcade" game_options = [ diff --git a/lutris/runners/sdlmess.py b/lutris/runners/mess.py similarity index 98% rename from lutris/runners/sdlmess.py rename to lutris/runners/mess.py index 9c7057a43..15e602897 100644 --- a/lutris/runners/sdlmess.py +++ b/lutris/runners/mess.py @@ -3,7 +3,7 @@ from lutris import settings from lutris.runners.runner import Runner -class sdlmess(Runner): +class mess(Runner): """ Multi-system (consoles and computers) emulator """ platform = 'multi-platform' game_options = [