Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19348

Added Files:
        xgalaga.info xgalaga.patch 
Removed Files:
        xgalaga-2.0.34-1.info xgalaga-2.0.34-1.patch 
Log Message:
Moved to stable

--- NEW FILE: xgalaga.patch ---
diff -ru -x *~ xgalaga-2.0.34/Makefile.in xgalaga-2.0.34-patched/Makefile.in
--- xgalaga-2.0.34/Makefile.in  Mon May 11 08:52:59 1998
+++ xgalaga-2.0.34-patched/Makefile.in  Sat Oct  6 20:31:45 2001
@@ -46,7 +46,6 @@
        ./mkinstalldirs $(bindir)
        ./mkinstalldirs $(prefix)
        $(INSTALL) $(TARGET) $(bindir)/$(TARGET)
-       $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
        ./mkinstalldirs $(prefix)/sounds
        ./mkinstalldirs $(prefix)/levels
        for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done
diff -ur xgalaga-2.0.34.bak/data.h xgalaga-2.0.34/data.h
--- xgalaga-2.0.34.bak/data.h   1998-05-10 23:37:19.000000000 -0700
+++ xgalaga-2.0.34/data.h       2005-06-13 17:11:55.000000000 -0700
@@ -1,4 +1,5 @@
 #include "Wlib.h"
+#include "struct.h"
 
 extern W_Window gal, baseWin;
 
diff -ur xgalaga-2.0.34.bak/libsprite/data.h xgalaga-2.0.34/libsprite/data.h
--- xgalaga-2.0.34.bak/libsprite/data.h 1998-04-11 23:03:22.000000000 -0700
+++ xgalaga-2.0.34/libsprite/data.h     2005-06-13 17:11:26.000000000 -0700
@@ -20,6 +20,7 @@
 
 #include "Wlib.h"
 #include "defs.h"
+#include "struct.h"
 
 extern int     nplanes;
 extern int     xpmORplanes ;
diff -ur xgalaga-2.0.34.bak/struct.h xgalaga-2.0.34/struct.h
--- xgalaga-2.0.34.bak/struct.h 1998-04-11 23:03:21.000000000 -0700
+++ xgalaga-2.0.34/struct.h     2005-06-13 17:12:18.000000000 -0700
@@ -1,3 +1,6 @@
+#ifndef __STRUCT_H
+#define __STRUCT_H
+
 #include "Wlib.h"
 
 struct torp {
@@ -38,3 +41,5 @@
     int count;
     W_Image *shape;
 };
+
+#endif

--- NEW FILE: xgalaga.info ---
Package: xgalaga
Version: 2.0.34
Revision: 11
Maintainer: Max Horn <[EMAIL PROTECTED]>
BuildDepends: x11-dev
Depends: x11
Source: http://ftp.debian.org/debian/pool/main/x/xgalaga/xgalaga_%v.orig.tar.gz
Source-MD5: 9f7ee685e9c4741b5f0edc3f91df9510
SourceDirectory: %n-%v
UpdateConfigGuess: true
Patch: %n.patch
CompileScript: <<
 ./configure --prefix=%p/share/xgalaga --exec-prefix=%p/bin
 make
<<
InstallScript: <<
  make install prefix=%i/share/xgalaga exec_prefix=%i/bin
<<
DocFiles: CHANGES COPYING README README.SOUND
Description: Clone of the classic game of galaga
DescPackaging: <<
 Misuses configure heavily, which requires some "cheating" from our side.
 
 Contains compatibility fixes for Tiger / GCC 4.0 (thanks to Matthew Sachs).
<<
Homepage: http://sourceforge.net/projects/xgalaga/
License: GPL

--- xgalaga-2.0.34-1.info DELETED ---

--- xgalaga-2.0.34-1.patch DELETED ---



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to