Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (fcb888b6acbcaefae56e645ad36793f630feef12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (fcb888b6acbcaefae56e645ad36793f630feef12)
  • Date: Tue, 22 Apr 2008 23:29:43 -0500

GIT changes to master games grimoire by Alexander Tsamutali
<astsmtl AT gmail.com>:

games-engines/spring/BUILD | 2 +-
games-engines/spring/DEPENDS | 2 +-
games-engines/spring/DETAILS | 1 +
games-engines/spring/HISTORY | 5 +++++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit fcb888b6acbcaefae56e645ad36793f630feef12
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

games-engines/spring: sub-depends on openal SNAPSHOT, 'datadir' fixed

diff --git a/games-engines/spring/BUILD b/games-engines/spring/BUILD
index bf8922e..5c2f4fe 100755
--- a/games-engines/spring/BUILD
+++ b/games-engines/spring/BUILD
@@ -1,4 +1,4 @@
scons configure \
prefix=$INSTALL_ROOT/usr \
- datadir=$INSTALL_ROOT/usr/share/games &&
+ datadir=$INSTALL_ROOT/usr/share/games/spring &&
scons
diff --git a/games-engines/spring/DEPENDS b/games-engines/spring/DEPENDS
index 38ea04c..095841e 100755
--- a/games-engines/spring/DEPENDS
+++ b/games-engines/spring/DEPENDS
@@ -5,7 +5,7 @@ depends glew &&
depends jdk6-bin '' 'z-rejected' &&
depends libogg &&
depends libvorbis &&
-depends -sub RELEASE openal &&
+depends -sub SNAPSHOT openal &&
depends OPENGL &&
depends python &&
depends scons &&
diff --git a/games-engines/spring/DETAILS b/games-engines/spring/DETAILS
index cf0d915..7c4feb2 100755
--- a/games-engines/spring/DETAILS
+++ b/games-engines/spring/DETAILS
@@ -1,5 +1,6 @@
SPELL=spring
VERSION=0.76b1
+ PATCHLEVEL=1
SOURCE=${SPELL}_${VERSION}_src.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_${VERSION}
SOURCE_URL[0]=http://spring.clan-sy.com/dl/$SOURCE
diff --git a/games-engines/spring/HISTORY b/games-engines/spring/HISTORY
index f846142..0b439b4 100644
--- a/games-engines/spring/HISTORY
+++ b/games-engines/spring/HISTORY
@@ -1,3 +1,8 @@
+2008-04-23 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DEPENDS: sub-depends on openal SNAPSHOT
+ * BUILD: changed 'datadir' to /usr/share/games/spring
+ * DETAILS: PATCHLEVEL++
+
2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created




  • [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (fcb888b6acbcaefae56e645ad36793f630feef12), Alexander Tsamutali, 04/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page