Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (4f00e8d00508c5c63e143b4fab11f8d793b73888)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (4f00e8d00508c5c63e143b4fab11f8d793b73888)
  • Date: Thu, 14 Feb 2008 07:50:55 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

games-engines/stratagus/HISTORY | 4 ++++
games-engines/stratagus/PRE_BUILD | 3 +++
games-engines/stratagus/stratagus-2.2.4-lhs.patch | 17 +++++++++++++++++
3 files changed, 24 insertions(+)

New commits:
commit 4f00e8d00508c5c63e143b4fab11f8d793b73888
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Patched Makefile to install according to LHS.

diff --git a/games-engines/stratagus/HISTORY b/games-engines/stratagus/HISTORY
index aa3ecc2..09365ef 100644
--- a/games-engines/stratagus/HISTORY
+++ b/games-engines/stratagus/HISTORY
@@ -1,3 +1,7 @@
+2008-02-14 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * stratagus-2.2.4-lhs.patch: Fix Makefile to conform to LHS.
+ * PRE_BUILD: Apply patch.
+
2007-11-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 2.2.4
fixed long description wrap
diff --git a/games-engines/stratagus/PRE_BUILD
b/games-engines/stratagus/PRE_BUILD
new file mode 100755
index 0000000..a9ba608
--- /dev/null
+++ b/games-engines/stratagus/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/$SPELL-$VERSION-lhs.patch
diff --git a/games-engines/stratagus/stratagus-2.2.4-lhs.patch
b/games-engines/stratagus/stratagus-2.2.4-lhs.patch
new file mode 100644
index 0000000..b130ab4
--- /dev/null
+++ b/games-engines/stratagus/stratagus-2.2.4-lhs.patch
@@ -0,0 +1,17 @@
+diff -uraN stratagus-2.2.4/Makefile b/Makefile
+--- stratagus-2.2.4/Makefile 2007-03-04 14:12:34.000000000 -0800
++++ b/Makefile 2008-02-14 05:41:05.000000000 -0800
+@@ -310,11 +310,11 @@
+ install: all install-stratagus
+
+ install-stratagus:
+- install -m 755 stratagus $(PREFIX)/bin
++ install -m 755 stratagus $(PREFIX)/games
+ @echo installation of stratagus complete
+
+ uninstall:
+ @echo uninstalling stratagus and stratagus tools
+- rm $(PREFIX)/bin/stratagus
++ rm $(PREFIX)/games/stratagus
+ @echo uninstallation of stratagus complete
+



  • [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (4f00e8d00508c5c63e143b4fab11f8d793b73888), Dale E. Edmons, 02/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page