[Lunar-commits] r22435 - moonbase/trunk/games/frozen-bubble

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Dec 4 00:12:34 CET 2006


Author: v3rt1g0
Date: 2006-12-04 00:12:34 +0100 (Mon, 04 Dec 2006)
New Revision: 22435

Modified:
   moonbase/trunk/games/frozen-bubble/BUILD
   moonbase/trunk/games/frozen-bubble/DETAILS
Log:
  Module Version Bump: frozen-bubble (2.0.0 -> 2.1.0)

   * fixed all reported bugs with 2.0.0
   * added the following new features
     * 1-player multiplayer training: ability to activate chain reaction
     * world map: you can view the amount of playing players, which helps
       chosing a server
     * world map: you see playing players as green dots
     * network game lounge: you can toggle fullscreen
     * network game lounge: the game creator can activate chain-reaction 
       and set a victories limit through options
     * network game lounge: you can request server info
     * network game lounge: chat is timestampped
     * multiplayer: you can view who's attacking you

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/games/frozen-bubble/BUILD
===================================================================
--- moonbase/trunk/games/frozen-bubble/BUILD	2006-12-03 21:49:06 UTC (rev 22434)
+++ moonbase/trunk/games/frozen-bubble/BUILD	2006-12-03 23:12:34 UTC (rev 22435)
@@ -1,11 +1,12 @@
 (
 
- unset CPP &&
- CFLAGS="$CFLAGS `pkg-config glib-2.0 --cflags`" &&
- sedit "s:/usr/local:/usr:"                    Makefile  &&
- sedit "s:/share:/share/games:"                Makefile  &&
- sedit "s:/bin:/games:"                        Makefile  &&
+  unset CPP &&
+  CFLAGS="$CFLAGS `pkg-config glib-2.0 --cflags`" &&
 
- default_make
+  sedit  "s:/usr/local:/usr:"      settings.mk  &&
+  sedit  "s:/share:/share/games:"  settings.mk  &&
+  sedit  "s:/bin:/games:"          settings.mk  &&
+
+  default_make
  
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/games/frozen-bubble/DETAILS
===================================================================
--- moonbase/trunk/games/frozen-bubble/DETAILS	2006-12-03 21:49:06 UTC (rev 22434)
+++ moonbase/trunk/games/frozen-bubble/DETAILS	2006-12-03 23:12:34 UTC (rev 22435)
@@ -1,11 +1,11 @@
           MODULE=frozen-bubble
-         VERSION=2.0.0
+         VERSION=2.1.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.frozen-bubble.org/data
-      SOURCE_VFY=sha1:f5b8e6e39494fe189615089cc9903dd5e0c8c292
+      SOURCE_VFY=sha1:4fa45612e430f65d996b89959fdfbda9d629eb3e
         WEB_SITE=http://www.frozen-bubble.org/
          ENTERED=20020629
-         UPDATED=20061110
+         UPDATED=20061203
            SHORT="A tux marble game with fancy graphics"
 
 cat << EOF



More information about the Lunar-commits mailing list