Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ee6dfc0b8c1d7d28b6056080ead0fba39a501c96)
  • Date: Sun, 12 Apr 2009 23:25:56 -0500

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

education/tuxmath/BUILD | 5 ++++-
education/tuxmath/DEPENDS | 4 +++-
education/tuxmath/DETAILS | 10 +++++-----
education/tuxmath/HISTORY | 5 +++++
education/tuxmath/PRE_BUILD | 4 ----
education/tuxmath/tuxmath_w_fonts-1.7.2.tar.gz.sig |binary
6 files changed, 17 insertions(+), 11 deletions(-)

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

tuxmath: Updated to 1.7.2

diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
index 8f58e6d..8f9c1e7 100755
--- a/education/tuxmath/BUILD
+++ b/education/tuxmath/BUILD
@@ -1 +1,4 @@
-make
+OPTS="$OPTS --bindir=${INSTALL_ROOT}/usr/games \
+ --datadir=${INSTALL_ROOT}/usr/share/games \
+ --localstatedir=${INSTALL_ROOT}/var/games" &&
+default_build
diff --git a/education/tuxmath/DEPENDS b/education/tuxmath/DEPENDS
index 0934025..8c48e25 100755
--- a/education/tuxmath/DEPENDS
+++ b/education/tuxmath/DEPENDS
@@ -1,2 +1,4 @@
+depends sdl &&
depends sdl_image &&
-depends sdl_mixer
+depends sdl_mixer &&
+depends sdl_pango
diff --git a/education/tuxmath/DETAILS b/education/tuxmath/DETAILS
index fd13825..e3be671 100755
--- a/education/tuxmath/DETAILS
+++ b/education/tuxmath/DETAILS
@@ -1,12 +1,12 @@
SPELL=tuxmath
- VERSION=2001.09.07-0102
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ VERSION=1.7.2
+ SOURCE=${SPELL}_w_fonts-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_w_fonts-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:04ce6e7458f7b1a5c7e0c2e2700d89e6f4fafbbcc5452a04e474207b9d402e53cd989816eb795f5496aa5b6ea55c3262adb5e108cf4c7e4050aeae2d6c76648a
WEB_SITE=http://tux4kids.alioth.debian.org/
ENTERED=20020131
- UPDATED=20020131
LICENSE[0]=GPL
SHORT="tuxmath is a game where you do math fast or watch your
city get blasted."
cat << EOF
diff --git a/education/tuxmath/HISTORY b/education/tuxmath/HISTORY
index f609b43..474d45f 100644
--- a/education/tuxmath/HISTORY
+++ b/education/tuxmath/HISTORY
@@ -1,7 +1,12 @@
2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: WEB_SITE changed to http://tux4kids.alioth.debian.org/
Removed BUILD_API=1
+ Updated to 1.7.2
+ Remove UPDATED
+ * PRE_BUILD: Remove, unneeded
* BUILD,INSTALL: Split into build_api 2
+ Build using default_games_build code
+ * DEPENDS: Depends on sdl and sdl_pango

2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed MAINTAINER.
diff --git a/education/tuxmath/PRE_BUILD b/education/tuxmath/PRE_BUILD
deleted file mode 100755
index 30408e3..0000000
--- a/education/tuxmath/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-sedit "s:/local::" $SOURCE_DIRECTORY/Makefile &&
-sedit "s/-O2/$CFLAGS/" $SOURCE_DIRECTORY/Makefile &&
-sedit "s:/usr/bin/:/usr/games/:" $SOURCE_DIRECTORY/Makefile
diff --git a/education/tuxmath/tuxmath_w_fonts-1.7.2.tar.gz.sig
b/education/tuxmath/tuxmath_w_fonts-1.7.2.tar.gz.sig
new file mode 100644
index 0000000..7c9786e
Binary files /dev/null and
b/education/tuxmath/tuxmath_w_fonts-1.7.2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ee6dfc0b8c1d7d28b6056080ead0fba39a501c96), Eric Sandall, 04/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page