Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Arjan Bouter (71758a9d9569e675b1d23994af8dc0fcadda7b01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Arjan Bouter (71758a9d9569e675b1d23994af8dc0fcadda7b01)
  • Date: Thu, 25 Oct 2007 08:26:10 -0500

GIT changes to master games grimoire by Arjan Bouter <abouter AT sourcemage.org>:

games-puzzles/gemdropx/DETAILS | 1 +
games-puzzles/gemdropx/HISTORY | 6 ++++++
games-puzzles/gemdropx/INSTALL | 9 ---------
games-puzzles/gemdropx/PRE_BUILD | 3 +++
games-puzzles/gemdropx/gemdrop-makefile.patch | 22 ++++++++++++++++++++++
5 files changed, 32 insertions(+), 9 deletions(-)

New commits:
commit 71758a9d9569e675b1d23994af8dc0fcadda7b01
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gemdropx: fixed install location

diff --git a/games-puzzles/gemdropx/DETAILS b/games-puzzles/gemdropx/DETAILS
index 24e8d7b..5d4ba32 100755
--- a/games-puzzles/gemdropx/DETAILS
+++ b/games-puzzles/gemdropx/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_HASH=sha512:f99292f44575cb86c50e29f220d5fd358b3e6dd379148dcd764eac5bca5edcc49f88e119f9bebddb14017403985378f1bc07633c987556a9264f36ce20cc6fb2
WEB_SITE=http://www.newbreedsoftware.com/gemdropx/
ENTERED=20050516
+ PATCHLEVEL=1
SHORT="Gemdropx is a clone of Magical Drop 3"
cat << EOF
Gem Drop X is a fast-paced puzzle game where it's your job to clear
diff --git a/games-puzzles/gemdropx/HISTORY b/games-puzzles/gemdropx/HISTORY
index 234e8f9..9dd177b 100644
--- a/games-puzzles/gemdropx/HISTORY
+++ b/games-puzzles/gemdropx/HISTORY
@@ -1,3 +1,9 @@
+2007-10-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: patchlevel++
+ * INSTALL: removed
+ * PRE_BUILD: added
+ * gemdrop-makefile.patch: added
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-puzzles/gemdropx/INSTALL b/games-puzzles/gemdropx/INSTALL
deleted file mode 100755
index 5590cf7..0000000
--- a/games-puzzles/gemdropx/INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-INSTALL_PREFIX=/usr
-DATA_PREFIX=/usr/local/share/gemdropx
-
-cp $SOURCE_DIRECTORY/gemdropx $INSTALL_PREFIX/bin &&
-chmod 755 $INSTALL_PREFIX/bin/gemdropx &&
-mkdir -p ${DATA_PREFIX} &&
-chmod 755 ${DATA_PREFIX} &&
-cp -R $SOURCE_DIRECTORY/data/* ${DATA_PREFIX} &&
-chmod -R a+rX ${DATA_PREFIX}/*
diff --git a/games-puzzles/gemdropx/PRE_BUILD
b/games-puzzles/gemdropx/PRE_BUILD
new file mode 100755
index 0000000..59f08b8
--- /dev/null
+++ b/games-puzzles/gemdropx/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SCRIPT_DIRECTORY/gemdrop-makefile.patch
diff --git a/games-puzzles/gemdropx/gemdrop-makefile.patch
b/games-puzzles/gemdropx/gemdrop-makefile.patch
new file mode 100644
index 0000000..08831ac
--- /dev/null
+++ b/games-puzzles/gemdropx/gemdrop-makefile.patch
@@ -0,0 +1,22 @@
+--- gemdropx-0.9/Makefile 2002-05-18 10:53:29.000000000 +0200
++++ Makefile 2007-10-25 03:32:29.000000000 +0200
+@@ -14,7 +14,7 @@
+ # Added 'install' target (finally!): May 18, 2002
+
+
+-DATA_PREFIX=/usr/local/share/gemdropx
++DATA_PREFIX=/usr/share/games/gemdropx
+ SDL_CFLAGS := $(shell sdl-config --cflags)
+ SDL_LDFLAGS := $(shell sdl-config --libs)
+ CC=gcc
+@@ -39,8 +39,8 @@
+ all: gemdropx
+
+ install:
+- cp gemdropx /usr/local/bin/
+- chmod 755 /usr/local/bin/gemdropx
++ cp gemdropx /usr/games/
++ chmod 755 /usr/games/gemdropx
+ -mkdir -p $(DATA_PREFIX)
+ chmod 755 $(DATA_PREFIX)
+ cp -R data/* $(DATA_PREFIX)



  • [SM-Commit] GIT changes to master games grimoire by Arjan Bouter (71758a9d9569e675b1d23994af8dc0fcadda7b01), Arjan Bouter, 10/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page