[Lunar-commits] <moonbase> gcompris: ver 9.6
Paul Bredbury
brebs at lunar-linux.org
Sun Mar 13 09:19:39 CET 2011
commit d274100967a990e698f3a0bbd332c0921c51bdf2
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Mar 13 15:19:39 2011 +0700
gcompris: ver 9.6
---
zbeta/gcompris/BUILD | 6 ++++--
zbeta/gcompris/DEPENDS | 9 ++++++---
zbeta/gcompris/DETAILS | 21 ++++++++++-----------
3 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/zbeta/gcompris/BUILD b/zbeta/gcompris/BUILD
index 57a3068..84cb744 100644
--- a/zbeta/gcompris/BUILD
+++ b/zbeta/gcompris/BUILD
@@ -1,7 +1,9 @@
(
- OPTS+=" --prefix=/usr/games/$MODULE --enable-sqlite \
- --enable-binreloc --enable-gnet"
+ # Fix desktop entry
+ sedit "s:=Game;:=Education;:" gcompris.desktop.in &&
+
+ OPTS+=" --disable-gnet" &&
default_build
diff --git a/zbeta/gcompris/DEPENDS b/zbeta/gcompris/DEPENDS
index 5d8b390..cb74ec9 100644
--- a/zbeta/gcompris/DEPENDS
+++ b/zbeta/gcompris/DEPENDS
@@ -1,6 +1,9 @@
-depends sqlite
+depends pysqlite
depends gnuchess
depends XML-Parser
-depends teTeX
+depends texi2html
depends pygtk
-depends libgnomecanvas
+
+#depends gnucap # For the electricity simulator
+#depends tuxpaint # For drawing
+#depends gnet2 # For network
diff --git a/zbeta/gcompris/DETAILS b/zbeta/gcompris/DETAILS
index 98f683c..2cc1b28 100644
--- a/zbeta/gcompris/DETAILS
+++ b/zbeta/gcompris/DETAILS
@@ -1,25 +1,24 @@
MODULE=gcompris
- VERSION=8.5PRE1
+ VERSION=9.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:d3d3fc04c501ba5e629ae8895bdf6c197e3fa1f5
+ SOURCE_VFY=sha1:275bc52512793bab00a09778176ca49087cd4098
WEB_SITE=http://gcompris.net/-en-
ENTERED=20080417
- UPDATED=20080417
+ UPDATED=20110312
SHORT="educational software suite"
cat << EOF
-GCompris is an educational software suite comprising of numerous activities for
-children aged 2 to 10. Some of the activities are game orientated, but
-nonetheless still educational. Below you can find a list of categories with
-some of the activities available in that category.
+GCompris is an educational software suite comprising of numerous
+activities for children aged 2 to 10. Some of the activities are game-
+oriented, but nonetheless still educational. Below you can find a list
+of categories with some of the activities available in that category.
- computer discovery: keyboard, mouse, different mouse gesture, ...
-- algebra: table memory, enumeration, double entry table, mirror image, ...
-- science: the canal lock, the water cycle, the submarine, electric simulation ...
+- algebra: table memory, enumeration, double entry table, mirror image
+- science: the canal lock, the water cycle, the submarine, ...
- geography: place the country on the map
- games: chess, memory, connect 4, oware, sudoku ...
- reading: reading practice
-- other: learn to tell time, puzzle of famous paintings, vector drawing, ...
-
+- other: learn to tell time, puzzle of famous paintings, vector drawing
EOF
More information about the Lunar-commits
mailing list