diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-17 15:51:22 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-17 15:51:22 +0000 |
commit | 29d99199bb0f71dd5b9de973a166d36d6d16972d (patch) | |
tree | d1b768b8c168dd569f9d78b41672abec18a4ea90 /emulators/pyxmame/files | |
parent | b2b1a642673e9b28cef71aca903ec6f56037ab51 (diff) |
Notes
Diffstat (limited to 'emulators/pyxmame/files')
-rw-r--r-- | emulators/pyxmame/files/patch-setup.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/emulators/pyxmame/files/patch-setup.py b/emulators/pyxmame/files/patch-setup.py index 25788bc7b7a1..cb4be1f7de71 100644 --- a/emulators/pyxmame/files/patch-setup.py +++ b/emulators/pyxmame/files/patch-setup.py @@ -1,24 +1,21 @@ ---- setup.py Tue Aug 1 02:32:46 2006 -+++ setup.py Tue Aug 1 02:33:30 2006 -@@ -9,7 +9,7 @@ - url='http://pegueroles.cat/pyxmame', - long_description='Allows you search, browse and launch games from a GTK interface.Looks good and its very responsive even with a lot of roms.', +--- setup.py Sat Sep 16 23:03:56 2006 ++++ setup.py Sat Sep 16 23:05:37 2006 +@@ -16,16 +16,16 @@ + It uses a list of sets of images to show the game image. + """, license='GNU GPL', - platforms='linux', + platforms='FreeBSD', packages=['pyxmame'], scripts=[ - 'scripts/pyxmame', -@@ -18,10 +18,10 @@ + 'scripts/pyxmame' ], data_files=[ ('share/pixmaps/pyxmame',["pixmaps/penguin-revolt-128.png"]), -- ('share/games/pyxmame',["config/catver.ini"]), - ('share/games/pyxmame/flyers',''), - ('share/games/pyxmame/roms',''), - ('share/games/pyxmame/snaps',''), - ('/etc/pyxmame',["config/pyxmamerc"]) -+ ('share/pyxmame',["config/catver.ini"]), + ('share/pyxmame/flyers',''), + ('share/pyxmame/roms',''), + ('share/pyxmame/snaps',''), |