New commits:
commit 8f252a1c37edda827bbee4850f0949feffb93e14
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>
hedgewars: moved to arcade-2d to be togheter with wormux
commit 045b4326681993d0c367879c96eeeb18fc8bba83
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>
netpanzer: added patches to fix building on gcc41 and other minor problems
commit bd7665f34084e94b34d70937d488bad7d18530b8
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>
bos: minor fixup in the launcher script
diff --git a/ChangeLog b/ChangeLog
index 831dc78..01ebcae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-15 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * games-strategy-tbs/hedgewars: moved to games-arcade-2d/hedgewars
+ where wormux already is
+
2006-12-05 David Brown <dmlb2000 AT gmail.com>
* FUNCTIONS: games make proper binary fixed variable problems
diff --git a/games-arcade-2d/hedgewars/BUILD b/games-arcade-2d/hedgewars/BUILD
new file mode 100755
index 0000000..ec00117
--- /dev/null
+++ b/games-arcade-2d/hedgewars/BUILD
@@ -0,0 +1,5 @@
+cmake -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \
+ -DCMAKE_INSTALL_PREFIX="${INSTALL_ROOT}/usr" \
+ -DQT_QMAKE_EXECUTABLE=$TRACK_ROOT/usr/bin/qt4/qmake \
+ -DDATA_INSTALL_DIR="$INSTALL_ROOT/usr/share/games" &&
+make
diff --git a/games-arcade-2d/hedgewars/DEPENDS
b/games-arcade-2d/hedgewars/DEPENDS
new file mode 100755
index 0000000..978e886
--- /dev/null
+++ b/games-arcade-2d/hedgewars/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends fpc &&
+depends qt4 &&
+depends sdl &&
+depends sdl_image &&
+depends sdl_mixer &&
+depends sdl_net &&
+depends sdl_ttf
diff --git a/games-arcade-2d/hedgewars/DETAILS
b/games-arcade-2d/hedgewars/DETAILS
new file mode 100755
index 0000000..1cc4b25
--- /dev/null
+++ b/games-arcade-2d/hedgewars/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=hedgewars
+ VERSION=0.8.1
+ SOURCE=$SPELL-src-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://$SPELL.org/download/$SOURCE
+
SOURCE_HASH=sha512:42ab3f31a2a307499b0afc99cdd670587acddd1877cc7a4a7517d019bd12160970f6500fac8e2f377421b14677459345308f31150c9c3526a335b11c0a3e00af
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://hedgewars.org/
+ LICENSE[0]=GPL
+ ENTERED=20061125
+ SHORT="Free Worms-like turn based strategy game"
+cat << EOF
+Hedgewars, it's a Blast! This is the funniest and most addictive game you'll
+ever play - hilarious fun that you can enjoy anywhere, anytime. Hedgewars is
+a turn based strategy game but the real buzz is from watching the devastation
+caused by those pesky hedgehogs with those fantastic weapons - sneaky little
+blighters with a bad attitude!
+EOF
diff --git a/games-arcade-2d/hedgewars/HISTORY
b/games-arcade-2d/hedgewars/HISTORY
new file mode 100644
index 0000000..8345b2f
--- /dev/null
+++ b/games-arcade-2d/hedgewars/HISTORY
@@ -0,0 +1,10 @@
+2006-11-30 Eric Sandall <eric AT sandall.us>
+ * PRE_BUILD: Properly fix install patch of binaries to /usr/games
+ (prior fix did not install hedgewars nor hwengine into /usr/games)
+
+2006-11-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: added qt4 path
+ * INSTALL: fix install path
+
+2006-11-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, PRE_BUILD: created spell
diff --git a/games-arcade-2d/hedgewars/INSTALL
b/games-arcade-2d/hedgewars/INSTALL
new file mode 100755
index 0000000..e6fe4f7
--- /dev/null
+++ b/games-arcade-2d/hedgewars/INSTALL
@@ -0,0 +1 @@
+make install
diff --git a/games-arcade-2d/hedgewars/PRE_BUILD
b/games-arcade-2d/hedgewars/PRE_BUILD
new file mode 100755
index 0000000..1200cf0
--- /dev/null
+++ b/games-arcade-2d/hedgewars/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+mv bin games &&
+sedit 's:bin:games:g' CMakeLists.txt &&
+sedit 's:bin:games:' hedgewars/CMakeLists.txt &&
+sedit 's:("bin"):("games"):' QTfrontend/main.cpp.in &&
+sedit 's:("bin"):("games"):' QTfrontend/main.cpp &&
+sedit 's:DESTINATION bin:DESTINATION games:' QTfrontend/CMakeLists.txt
diff --git a/games-strategy-rts/bos/DETAILS b/games-strategy-rts/bos/DETAILS
index 1b62ec7..a30b0fc 100755
--- a/games-strategy-rts/bos/DETAILS
+++ b/games-strategy-rts/bos/DETAILS
@@ -5,6 +5,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/data
SOURCE_URL[0]=http://bos.seul.org/files/$SOURCE
WEB_SITE=http://bos.seul.org
ENTERED=20040719
+ PATCHLEVEL=1
SOURCE_HASH=sha512:076b3c4493c5261e5fe5616e1d1bdd7db28784562d85d9806223a2a130773cd2e98a663c5c9b79520d5fbe827066b92cd5e1c2fc4af913ec7a17373206921927
LICENSE[0]=GPL
SHORT='A game for the stratagus engine'
diff --git a/games-strategy-rts/bos/HISTORY b/games-strategy-rts/bos/HISTORY
index 1c9b5f9..fb61d80 100644
--- a/games-strategy-rts/bos/HISTORY
+++ b/games-strategy-rts/bos/HISTORY
@@ -1,3 +1,6 @@
+2006-12-15 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * bos: minor modification of the path
+
2006-12-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update
* INSTALL: minor fixup
diff --git a/games-strategy-rts/bos/bos b/games-strategy-rts/bos/bos
index 785aff0..8b06934 100755
--- a/games-strategy-rts/bos/bos
+++ b/games-strategy-rts/bos/bos
@@ -1,3 +1,3 @@
#!/bin/bash