[Lunar-commits] r24592 - moonbase/trunk/games/xbubble

Dennis Veatch stumbles at lunar-linux.org
Mon May 28 00:38:29 CEST 2007


Author: stumbles
Date: 2007-05-28 00:38:29 +0200 (Mon, 28 May 2007)
New Revision: 24592

Modified:
   moonbase/trunk/games/xbubble/BUILD
   moonbase/trunk/games/xbubble/DETAILS
Log:

Version bump, bugfixes and url corrections. BR247


Modified: moonbase/trunk/games/xbubble/BUILD
===================================================================
--- moonbase/trunk/games/xbubble/BUILD	2007-05-27 19:51:38 UTC (rev 24591)
+++ moonbase/trunk/games/xbubble/BUILD	2007-05-27 22:38:29 UTC (rev 24592)
@@ -1,22 +1,7 @@
 (
 
-  # Remove the hardcoded CFLAGS
-  sedit "/^AM_CFLAGS/d" src/Makefile.in &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
 
-  ./configure  --build=$BUILD                       \
-               --prefix=$MODULE_PREFIX              \
-               --bindir=$MODULE_PREFIX/games        \
-	       --mandir=$MODULE_PREFIX/share/man    \
-	       --datadir=$MODULE_PREFIX/share/games \
-	       --with-x                             \
-	       $OPTS                                &&
+  default_build
 
-  # The NLS files tend to wander off to the games dir.
-  # So, we call make this way to put them where they belong.
-  make localedir="/usr/share/locale"         &&
-  prepare_install                            &&
-  make localedir="/usr/share/locale" install &&
-
-  gather_docs NetworkProtocol
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/xbubble/DETAILS
===================================================================
--- moonbase/trunk/games/xbubble/DETAILS	2007-05-27 19:51:38 UTC (rev 24591)
+++ moonbase/trunk/games/xbubble/DETAILS	2007-05-27 22:38:29 UTC (rev 24592)
@@ -1,16 +1,20 @@
           MODULE=xbubble
-         VERSION=0.5.8
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/xbubble/
-      SOURCE_VFY=sha1:96a14d891a05729a0350a9ef609d192c9a5b4466
+         VERSION=0.5.11.2
+          SOURCE=$MODULE\_$VERSION.orig.tar.gz
+         SOURCE2=xbubble_0.5.11.2-1.diff.gz
+      SOURCE_URL=http://ftp.debian.org/debian/pool/main/x/xbubble/
+     SOURCE2_URL=http://ftp.debian.org/debian/pool/main/x/xbubble/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION.orig
+      SOURCE_VFY=sha1:ef8a7258c39437059a0021a691d3d2aa9401a37b
+     SOURCE2_VFY=sha1:59ee9c27e46a359133aaebf7ddc9ca3a941d23b8
         WEB_SITE=http://savannah.nongnu.org/projects/xbubble/
          ENTERED=20041210
-         UPDATED=20041210
+         UPDATED=20070527
            SHORT="A frozen-bubble style game"
 
 cat << EOF
-XBubble is an X Window based clone of the famous arcade game 
+XBubble is an X Window based clone of the famous arcade game
 Bust-A-Move/Puzzle Bubble. You can play it alone, against an opponent,
-or even against the computer. It has nice scalable and customizable 
+or even against the computer. It has nice scalable and customizable
 graphics but NO sound support at this time.
 EOF



More information about the Lunar-commits mailing list