[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS for gmameui (front-end for the arcade games emulator MAME)



2009/7/18 Loïc Martin <loic.martin3@gmail.com>
Thanks a lot Barry for looking into it. The new packaging .dsc file is at http://mentors.debian.net/debian/pool/contrib/g/gmameui/gmameui_0.2.10-1.dsc

Hi Loïc,

3 little issues remain:

The Git repository is empty:
http://git.debian.org/?p=pkg-games/fairymax.git;a=summary

The man page says "User Contributed Perl Documentation". Is it possible to change that?

What do you think of the patch I attached? It fixes the ini files default location.

Cheers,

    Gonéri Le Bouder

--- fairymax-4.8j.orig/fairymax.c
+++ fairymax-4.8j/fairymax.c
@@ -27,7 +27,7 @@
 #include <time.h>
 
 #ifndef INI_FILE 
-#define INI_FILE "fmax.ini"
+#define INI_FILE "/usr/share/games/fairymax/fmax.ini"
 #endif
 
 #ifdef WIN32 
--- fairymax-4.8j.orig/maxqi.c
+++ fairymax-4.8j/maxqi.c
@@ -88,13 +88,13 @@
 	return t.tv_sec*1000 + t.tv_usec/1000;
 }
 #ifndef INI_FILE 
-#define INI_FILE "qmax.ini"
+#define INI_FILE "/usr/share/games/fairymax/qmax.ini"
 #endif
 
 #else
 
 #include <windows.h>
-#define INI_FILE "qmax.ini"
+#define INI_FILE "/usr/share/games/fairymax/qmax.ini"
 
 #endif
 

Reply to: