Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ladislav Hagara (1e009219cd8239d7ce76cceee175af65c78efcef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ladislav Hagara (1e009219cd8239d7ce76cceee175af65c78efcef)
  • Date: Wed, 8 Oct 2008 03:27:17 -0500

GIT changes to master games grimoire by Ladislav Hagara
<ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
games-arcade-2d/monsterz/BUILD | 1 +
games-arcade-2d/monsterz/DEPENDS | 1 +
games-arcade-2d/monsterz/DETAILS | 15 +++++++++++++++
games-arcade-2d/monsterz/HISTORY | 3 +++
games-arcade-2d/monsterz/PRE_BUILD | 4 ++++
6 files changed, 27 insertions(+)

New commits:
commit 1e009219cd8239d7ce76cceee175af65c78efcef
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

games-arcade-2d/monsterz: new spell, a puzzle game

btw, seems the file
/usr/lib/python2.6/site-packages/pygame/freesansbold.ttf from pygame has
only rwx------
i had to chmod 744
/usr/lib/python2.6/site-packages/pygame/freesansbold.ttf

could you check it? i use castfs

diff --git a/ChangeLog b/ChangeLog
index bb80db3..645393f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-08 Ladislav Hagara <hgr AT vabo.cz>
+ * games-arcade-2d/monsterz: new spell, a puzzle game
+
2008-09-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* FUNCTIONS: not even all caps can prevent a bug

diff --git a/games-arcade-2d/monsterz/BUILD b/games-arcade-2d/monsterz/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/games-arcade-2d/monsterz/BUILD
@@ -0,0 +1 @@
+make
diff --git a/games-arcade-2d/monsterz/DEPENDS
b/games-arcade-2d/monsterz/DEPENDS
new file mode 100755
index 0000000..fbc9b44
--- /dev/null
+++ b/games-arcade-2d/monsterz/DEPENDS
@@ -0,0 +1 @@
+depends pygame
diff --git a/games-arcade-2d/monsterz/DETAILS
b/games-arcade-2d/monsterz/DETAILS
new file mode 100755
index 0000000..a423cff
--- /dev/null
+++ b/games-arcade-2d/monsterz/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=monsterz
+ VERSION=0.7.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://sam.zoy.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:62de125251a74e7ff237c90ad88e10a4953b8841251dfec45cc6b77f416677ef6d68cf4308c3190f65896b5bb1312934abd5e438f0341f08c02884585f0e4787
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://sam.zoy.org/monsterz/
+ LICENSE[0]=WTFPL
+ ENTERED=20081008
+ SHORT="a puzzle game"
+cat << EOF
+Monsterz is a puzzle game where you need to create alignments of three or
+more identical shapes by swapping adjacent tiles. It is similar to the famous
+Bejeweled or Zookeeper games.
+EOF
diff --git a/games-arcade-2d/monsterz/HISTORY
b/games-arcade-2d/monsterz/HISTORY
new file mode 100644
index 0000000..00e6f3c
--- /dev/null
+++ b/games-arcade-2d/monsterz/HISTORY
@@ -0,0 +1,3 @@
+2008-10-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 0.7.1
+
diff --git a/games-arcade-2d/monsterz/PRE_BUILD
b/games-arcade-2d/monsterz/PRE_BUILD
new file mode 100755
index 0000000..689ffe1
--- /dev/null
+++ b/games-arcade-2d/monsterz/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sedit 's:/usr/local:/usr:' Makefile



  • [SM-Commit] GIT changes to master games grimoire by Ladislav Hagara (1e009219cd8239d7ce76cceee175af65c78efcef), Ladislav Hagara, 10/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page