Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (29aaf350cdc9007a6b45d1566f555aa2943abd11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (29aaf350cdc9007a6b45d1566f555aa2943abd11)
  • Date: Fri, 16 Mar 2007 11:15:44 -0500

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-rpg-sp/spectalum/DEPENDS | 7 ++++---
games-rpg-sp/spectalum/HISTORY | 4 ++++
games-rpg-sp/spectalum/INSTALL | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 29aaf350cdc9007a6b45d1566f555aa2943abd11
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

spectalum: depends on sdl_mixer, fix install_config_file usage

diff --git a/games-rpg-sp/spectalum/DEPENDS b/games-rpg-sp/spectalum/DEPENDS
index d4c5ed5..64e767e 100755
--- a/games-rpg-sp/spectalum/DEPENDS
+++ b/games-rpg-sp/spectalum/DEPENDS
@@ -1,3 +1,4 @@
-depends automake &&
-depends g++ &&
-depends sdl
+depends automake &&
+depends g++ &&
+depends sdl &&
+depends sdl_mixer
diff --git a/games-rpg-sp/spectalum/HISTORY b/games-rpg-sp/spectalum/HISTORY
index c0b2f91..f8d8346 100644
--- a/games-rpg-sp/spectalum/HISTORY
+++ b/games-rpg-sp/spectalum/HISTORY
@@ -1,3 +1,7 @@
+2007-03-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on sdl_mixer
+ * INSTALL: install_config_file takes file as destination, not
directory
+
2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
* BUILD, DEPENDS, DETAILS, FINAL, INSTALL, PRE_BUILD,
spectalum-config-fix.patch: created spell
diff --git a/games-rpg-sp/spectalum/INSTALL b/games-rpg-sp/spectalum/INSTALL
index eae2cc5..e7750a6 100755
--- a/games-rpg-sp/spectalum/INSTALL
+++ b/games-rpg-sp/spectalum/INSTALL
@@ -5,4 +5,4 @@ do
cp -R $dir ${INSTALL_ROOT}/usr/share/games/${SPELL}
done &&

-install_config_file ${SPELL}.conf ${INSTALL_ROOT}/etc
+install_config_file ${SPELL}.conf ${INSTALL_ROOT}/etc/${SPELL}.conf



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (29aaf350cdc9007a6b45d1566f555aa2943abd11), Eric Sandall, 03/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page