Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Don Johnson (361da7609f2548af03ed3ece139b2da4e95e2edb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Don Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Don Johnson (361da7609f2548af03ed3ece139b2da4e95e2edb)
  • Date: Wed, 22 Jul 2009 02:49:56 -0500

GIT changes to master games grimoire by Don Johnson
<minozake@felix-desktop.(none)>:

games-terminal/tintin++/DETAILS | 2 +-
games-terminal/tintin++/HISTORY | 1 -
games-terminal/tintin++/Makefile.in.patch | 11 -----------
games-terminal/tintin++/PRE_BUILD | 6 +++---
4 files changed, 4 insertions(+), 16 deletions(-)

New commits:
commit 361da7609f2548af03ed3ece139b2da4e95e2edb
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

games-terminal/tintin++: Fixed more of it.

diff --git a/games-terminal/tintin++/DETAILS b/games-terminal/tintin++/DETAILS
index 7f45839..831ad21 100755
--- a/games-terminal/tintin++/DETAILS
+++ b/games-terminal/tintin++/DETAILS
@@ -1,5 +1,5 @@
SPELL=tintin++
- VERSION=1.99.3
+ VERSION=1.99.6
SOURCE=tintin-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tt
SOURCE_URL[0]=$SOURCEFORGE_URL/tintin/$SOURCE
diff --git a/games-terminal/tintin++/HISTORY b/games-terminal/tintin++/HISTORY
index 52d7fda..4c97819 100644
--- a/games-terminal/tintin++/HISTORY
+++ b/games-terminal/tintin++/HISTORY
@@ -1,3 +1,2 @@
2009-07-22 Donald Johnson <ltdonny AT gmail.com>
* BUILD, CONFIGURE, DETAILS, HISTORY, PRE_BUILD: created this spell
- * Makefile.in.patch: Patch made to change to correct install directory.
diff --git a/games-terminal/tintin++/Makefile.in.patch
b/games-terminal/tintin++/Makefile.in.patch
deleted file mode 100644
index 7acdb54..0000000
--- a/games-terminal/tintin++/Makefile.in.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.ori 2009-07-22 02:20:21.000000000 -0500
-+++ Makefile.in 2009-07-22 02:20:18.000000000 -0500
-@@ -80,7 +80,7 @@
-
-
- install: tt++
-- cp tt++ /usr/bin
-+ cp tt++ /usr/games
-
-
- # Autocompile all .c files into .o files using this rule:
diff --git a/games-terminal/tintin++/PRE_BUILD
b/games-terminal/tintin++/PRE_BUILD
index bd09111..cb74197 100755
--- a/games-terminal/tintin++/PRE_BUILD
+++ b/games-terminal/tintin++/PRE_BUILD
@@ -1,5 +1,5 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/src &&
-patch -p0 < $SPELL_DIRECTORY/Makefile.in.patch &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY/src &&
+sed -i "s:cp tt++ /usr/bin:cp tt++ ${INSTALL_ROOT}/usr/games:" Makefile.in &&
cd $SOURCE_DIRECTORY




  • [SM-Commit] GIT changes to master games grimoire by Don Johnson (361da7609f2548af03ed3ece139b2da4e95e2edb), Don Johnson, 07/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page