summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-25 13:21:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-25 13:21:47 +0000
commitfd11bb513fc4bf48f5a85811959c8bc7d2ef5e05 (patch)
tree1f016bd140464e9323fbadea81ea977f6bc32c34 /games
parentUpdate modules: proc, custom. (diff)
Update to 0.9.2.
Notes
Notes: svn path=/head/; revision=49193
Diffstat (limited to 'games')
-rw-r--r--games/gcompris/Makefile14
-rw-r--r--games/gcompris/distinfo2
-rw-r--r--games/gcompris/files/patch-ac11
-rw-r--r--games/gcompris/files/patch-configure23
-rw-r--r--games/gcompris/files/patch-ltmain.sh18
-rw-r--r--games/gcompris/files/patch-po::Makefile.in.in14
-rw-r--r--games/gcompris/pkg-plist324
-rw-r--r--games/gcompris2/Makefile14
-rw-r--r--games/gcompris2/distinfo2
-rw-r--r--games/gcompris2/files/patch-ac11
-rw-r--r--games/gcompris2/files/patch-configure23
-rw-r--r--games/gcompris2/files/patch-ltmain.sh18
-rw-r--r--games/gcompris2/files/patch-po::Makefile.in.in14
-rw-r--r--games/gcompris2/pkg-plist324
14 files changed, 750 insertions, 62 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index b65387970930..d7cdc67333d7 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -6,32 +6,26 @@
#
PORTNAME= gcompris
-PORTVERSION= 0.6.1
+PORTVERSION= 0.9.2
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-extract:
- @${LN} -sf ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
- @${LN} -sf ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
- @${RM} -f ${WRKSRC}/config.cache
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
diff --git a/games/gcompris/distinfo b/games/gcompris/distinfo
index e9b1daefd733..e8c78d0daa6f 100644
--- a/games/gcompris/distinfo
+++ b/games/gcompris/distinfo
@@ -1 +1 @@
-MD5 (gcompris-0.6.1.tgz) = bec5e0c0928e6208065cfa2c6cdbfc45
+MD5 (gcompris-0.9.2.tar.gz) = 3e6c7fd8b7676bcb43ca4df5a97e8c41
diff --git a/games/gcompris/files/patch-ac b/games/gcompris/files/patch-ac
index 8e75eb26b92c..4768fa465758 100644
--- a/games/gcompris/files/patch-ac
+++ b/games/gcompris/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- Makefile.in.orig Mon May 28 13:18:45 2001
-+++ Makefile.in Mon May 28 13:33:59 2001
-@@ -183,9 +183,9 @@
+--- Makefile.in.orig Thu Oct 25 15:10:26 2001
++++ Makefile.in Thu Oct 25 15:14:53 2001
+@@ -192,9 +192,9 @@
rm -f $(srcdir)/stamp-h.in; \
$(MAKE) $(srcdir)/stamp-h.in; \
else :; fi
@@ -16,7 +16,7 @@ $FreeBSD$
mostlyclean-hdr:
-@@ -417,7 +417,7 @@
+@@ -426,7 +426,7 @@
install-exec-am:
install-exec: install-exec-recursive
@@ -25,7 +25,7 @@ $FreeBSD$
install-data-local
install-data: install-data-recursive
-@@ -488,14 +488,14 @@
+@@ -498,13 +498,13 @@
@$(NORMAL_INSTALL)
if test -d @PACKAGE_DATA_DIR@; then \
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \
@@ -34,7 +34,6 @@ $FreeBSD$
fi
dist-hook:
- cp gcompris.spec $(distdir)
if test -d @PACKAGE_DATA_DIR@; then \
$(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \
- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure
index 4dc527f10096..891546c18b3b 100644
--- a/games/gcompris/files/patch-configure
+++ b/games/gcompris/files/patch-configure
@@ -1,9 +1,26 @@
$FreeBSD$
---- configure.orig Mon May 28 13:15:07 2001
-+++ configure Mon May 28 13:17:17 2001
-@@ -5147,14 +5147,14 @@
+--- configure.orig Thu Oct 25 16:02:31 2001
++++ configure Thu Oct 25 16:03:10 2001
+@@ -6711,6 +6711,7 @@
+
+
+ GNOME_XML_LIB=`$GNOME_CONFIG --libs xml2`
++ CPPFLAGS="$CPPFLAGS `$GNOME_CONFIG --cflags xml2`"
+
+ else
+ echo "$ac_t""no" 1>&6
+@@ -8315,7 +8316,7 @@
+ fi
+
+
+- CATOBJEXT=.gmo
++ CATOBJEXT=.mo
+ fi
+
+ else
+@@ -8611,14 +8612,14 @@
PACKAGE_SOUNDS_DIR="sounds"
cat >> confdefs.h <<EOF
diff --git a/games/gcompris/files/patch-ltmain.sh b/games/gcompris/files/patch-ltmain.sh
new file mode 100644
index 000000000000..33bc7983f107
--- /dev/null
+++ b/games/gcompris/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/08/27 09:51:26 1.1
++++ ltmain.sh 2001/08/27 09:51:42
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/games/gcompris/files/patch-po::Makefile.in.in b/games/gcompris/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..c62cc934e068
--- /dev/null
+++ b/games/gcompris/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/10/25 12:58:36 1.1
++++ po/Makefile.in.in 2001/10/25 12:59:13
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/games/gcompris/pkg-plist b/games/gcompris/pkg-plist
index 19fdc5c043e2..3e841782fdf4 100644
--- a/games/gcompris/pkg-plist
+++ b/games/gcompris/pkg-plist
@@ -3,29 +3,141 @@ info/gcompris.info
lib/gcompris/libalgebra.so
lib/gcompris/libclickgame.so
lib/gcompris/libclockgame.so
+lib/gcompris/libdraw.so
lib/gcompris/libgletters.so
+lib/gcompris/libimageid.so
+lib/gcompris/libmemory.so
lib/gcompris/libmenu.so
+lib/gcompris/libparatrooper.so
lib/gcompris/libplanegame.so
+lib/gcompris/libreading.so
lib/gcompris/libshapegame.so
lib/gcompris/libsmallnumbers.so
lib/gcompris/libwordsgame.so
share/gnome/apps/Games/gcompris.desktop
+share/gnome/gcompris/boards/Makefile
+share/gnome/gcompris/boards/Makefile.am
+share/gnome/gcompris/boards/Makefile.am~
+share/gnome/gcompris/boards/Makefile.in
share/gnome/gcompris/boards/README
share/gnome/gcompris/boards/algebra.xml
+share/gnome/gcompris/boards/algebra.xml.in
+share/gnome/gcompris/boards/algebra.xml.in~
+share/gnome/gcompris/boards/algebramenu.xml
+share/gnome/gcompris/boards/algebramenu.xml.in
+share/gnome/gcompris/boards/algebramenu.xml.in~
+share/gnome/gcompris/boards/babymatch.xml
+share/gnome/gcompris/boards/babymatch.xml.in
+share/gnome/gcompris/boards/babymatch.xml.in~
+share/gnome/gcompris/boards/babymatch/board1_0.xml
+share/gnome/gcompris/boards/babymatch/board1_0.xml~
+share/gnome/gcompris/boards/babymatch/board2_0.xml
+share/gnome/gcompris/boards/babymatch/board2_0.xml~
+share/gnome/gcompris/boards/babymatch/board3_0.xml
+share/gnome/gcompris/boards/babymatch/board3_0.xml~
+share/gnome/gcompris/boards/babymatch/board4_0.xml
+share/gnome/gcompris/boards/babymatch/board4_0.xml~
+share/gnome/gcompris/boards/babymatch/board5_0.xml
+share/gnome/gcompris/boards/babymatch/board6_0.xml
+share/gnome/gcompris/boards/babymatch/board6_0.xml~
+share/gnome/gcompris/boards/babyshapes.xml
+share/gnome/gcompris/boards/babyshapes.xml.in
+share/gnome/gcompris/boards/babyshapes.xml.in~
+share/gnome/gcompris/boards/babyshapes/T_banana.png
+share/gnome/gcompris/boards/babyshapes/T_circle.png
+share/gnome/gcompris/boards/babyshapes/T_colonne.png
+share/gnome/gcompris/boards/babyshapes/T_cone.png
+share/gnome/gcompris/boards/babyshapes/T_coupole.png
+share/gnome/gcompris/boards/babyshapes/T_cube.png
+share/gnome/gcompris/boards/babyshapes/T_half_sphere.png
+share/gnome/gcompris/boards/babyshapes/T_hexagone.png
+share/gnome/gcompris/boards/babyshapes/T_hyperstar.png
+share/gnome/gcompris/boards/babyshapes/T_losange.png
+share/gnome/gcompris/boards/babyshapes/T_ovale.png
+share/gnome/gcompris/boards/babyshapes/T_pacman.png
+share/gnome/gcompris/boards/babyshapes/T_pyramid.png
+share/gnome/gcompris/boards/babyshapes/T_rectangle.png
+share/gnome/gcompris/boards/babyshapes/T_rectangle_triangle.png
+share/gnome/gcompris/boards/babyshapes/T_sphere.png
+share/gnome/gcompris/boards/babyshapes/T_star.png
+share/gnome/gcompris/boards/babyshapes/T_toron.png
+share/gnome/gcompris/boards/babyshapes/T_triangle.png
+share/gnome/gcompris/boards/babyshapes/banana.png
+share/gnome/gcompris/boards/babyshapes/board1_0.xml
+share/gnome/gcompris/boards/babyshapes/board1_0.xml~
+share/gnome/gcompris/boards/babyshapes/board2_0.xml
+share/gnome/gcompris/boards/babyshapes/board2_0.xml~
+share/gnome/gcompris/boards/babyshapes/board3_0.xml
+share/gnome/gcompris/boards/babyshapes/board3_0.xml~
+share/gnome/gcompris/boards/babyshapes/board4_0.xml
+share/gnome/gcompris/boards/babyshapes/board4_0.xml~
+share/gnome/gcompris/boards/babyshapes/circle.png
+share/gnome/gcompris/boards/babyshapes/colonne.png
+share/gnome/gcompris/boards/babyshapes/cone.png
+share/gnome/gcompris/boards/babyshapes/coupole.png
+share/gnome/gcompris/boards/babyshapes/cube.png
+share/gnome/gcompris/boards/babyshapes/half_sphere.png
+share/gnome/gcompris/boards/babyshapes/hexagone.png
+share/gnome/gcompris/boards/babyshapes/hyperstar.png
+share/gnome/gcompris/boards/babyshapes/losange.png
+share/gnome/gcompris/boards/babyshapes/ovale.png
+share/gnome/gcompris/boards/babyshapes/pacman.png
+share/gnome/gcompris/boards/babyshapes/pyramid.png
+share/gnome/gcompris/boards/babyshapes/rectangle.png
+share/gnome/gcompris/boards/babyshapes/rectangle_triangle.png
+share/gnome/gcompris/boards/babyshapes/sphere.png
+share/gnome/gcompris/boards/babyshapes/star.png
+share/gnome/gcompris/boards/babyshapes/toron.png
+share/gnome/gcompris/boards/babyshapes/triangle.png
share/gnome/gcompris/boards/boardicons/algebra.png
+share/gnome/gcompris/boards/boardicons/algebramenu.png
+share/gnome/gcompris/boards/boardicons/babymatch.png
+share/gnome/gcompris/boards/boardicons/babyshapes.png
+share/gnome/gcompris/boards/boardicons/book.png
share/gnome/gcompris/boards/boardicons/clickgame.png
share/gnome/gcompris/boards/boardicons/clockgame.png
+share/gnome/gcompris/boards/boardicons/colornforms.png
share/gnome/gcompris/boards/boardicons/computer.png
+share/gnome/gcompris/boards/boardicons/draw.png
+share/gnome/gcompris/boards/boardicons/fun.png
share/gnome/gcompris/boards/boardicons/gletters.png
+share/gnome/gcompris/boards/boardicons/imageid.png
+share/gnome/gcompris/boards/boardicons/imagename.png
share/gnome/gcompris/boards/boardicons/matritsa.png
+share/gnome/gcompris/boards/boardicons/memory.png
share/gnome/gcompris/boards/boardicons/planegame.png
+share/gnome/gcompris/boards/boardicons/reading.png
+share/gnome/gcompris/boards/boardicons/readingh.png
share/gnome/gcompris/boards/boardicons/scalesicon.png
share/gnome/gcompris/boards/boardicons/shapegame.png
share/gnome/gcompris/boards/boardicons/smallnumbers.png
+share/gnome/gcompris/boards/boardicons/tuxpara.png
share/gnome/gcompris/boards/boardicons/wordsgame.png
share/gnome/gcompris/boards/clickgame.xml
+share/gnome/gcompris/boards/clickgame.xml.in
+share/gnome/gcompris/boards/clickgame.xml.in~
share/gnome/gcompris/boards/clockgame.xml
+share/gnome/gcompris/boards/clockgame.xml.in
+share/gnome/gcompris/boards/clockgame.xml.in~
share/gnome/gcompris/boards/computer.xml
+share/gnome/gcompris/boards/computer.xml.in
+share/gnome/gcompris/boards/computer.xml.in~
+share/gnome/gcompris/boards/draw.xml
+share/gnome/gcompris/boards/draw.xml.in
+share/gnome/gcompris/boards/draw.xml.in~
+share/gnome/gcompris/boards/draw/color-selector.jpg
+share/gnome/gcompris/boards/draw/draw-bg.jpg
+share/gnome/gcompris/boards/draw/tool-circle.png
+share/gnome/gcompris/boards/draw/tool-del-off.png
+share/gnome/gcompris/boards/draw/tool-del.png
+share/gnome/gcompris/boards/draw/tool-filledcircle.png
+share/gnome/gcompris/boards/draw/tool-filledrectangle.png
+share/gnome/gcompris/boards/draw/tool-line.png
+share/gnome/gcompris/boards/draw/tool-move-off.png
+share/gnome/gcompris/boards/draw/tool-move.png
+share/gnome/gcompris/boards/draw/tool-rectangle.png
+share/gnome/gcompris/boards/draw/tool-resize.png
+share/gnome/gcompris/boards/draw/tool-selector.jpg
share/gnome/gcompris/boards/fishes/QueenAngel_0.png
share/gnome/gcompris/boards/fishes/QueenAngel_1.png
share/gnome/gcompris/boards/fishes/blueking2_0.png
@@ -88,21 +200,48 @@ share/gnome/gcompris/boards/fishes/teeth_4.png
share/gnome/gcompris/boards/fishes/teeth_5.png
share/gnome/gcompris/boards/fishes/teeth_6.png
share/gnome/gcompris/boards/fishes/teeth_7.png
+share/gnome/gcompris/boards/fun.xml
+share/gnome/gcompris/boards/fun.xml.in
+share/gnome/gcompris/boards/fun.xml.in~
+share/gnome/gcompris/boards/gcompris/README
+share/gnome/gcompris/boards/gcompris/bonus/smiley_bad.png
+share/gnome/gcompris/boards/gcompris/bonus/smiley_good.png
share/gnome/gcompris/boards/gcompris/buttons/bad.png
share/gnome/gcompris/boards/gcompris/buttons/bar_bg.jpg
share/gnome/gcompris/boards/gcompris/buttons/button.png
+share/gnome/gcompris/boards/gcompris/buttons/button_small.png
+share/gnome/gcompris/boards/gcompris/buttons/button_style.png
+share/gnome/gcompris/boards/gcompris/buttons/help.png
share/gnome/gcompris/boards/gcompris/buttons/home.png
share/gnome/gcompris/boards/gcompris/buttons/horver.png
+share/gnome/gcompris/boards/gcompris/buttons/level0.png
+share/gnome/gcompris/boards/gcompris/buttons/level1.png
+share/gnome/gcompris/boards/gcompris/buttons/level2.png
+share/gnome/gcompris/boards/gcompris/buttons/level3.png
+share/gnome/gcompris/boards/gcompris/buttons/level4.png
+share/gnome/gcompris/boards/gcompris/buttons/level5.png
+share/gnome/gcompris/boards/gcompris/buttons/level6.png
+share/gnome/gcompris/boards/gcompris/buttons/level7.png
+share/gnome/gcompris/boards/gcompris/buttons/level8.png
+share/gnome/gcompris/boards/gcompris/buttons/level9.png
share/gnome/gcompris/boards/gcompris/buttons/ok.png
+share/gnome/gcompris/boards/gcompris/dialogbox.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice0.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice1.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice2.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice3.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice4.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice5.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice6.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice7.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice8.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice9.png
share/gnome/gcompris/boards/gcompris/gcompris-about.jpg
share/gnome/gcompris/boards/gcompris/gcompris-bg.jpg
share/gnome/gcompris/boards/gcompris/gcompris-init.jpg
+share/gnome/gcompris/boards/gcompris/gcompris-shapebg.jpg
+share/gnome/gcompris/boards/gcompris/gcompris-shapelabel.jpg
+share/gnome/gcompris/boards/gcompris/help_bg.png
share/gnome/gcompris/boards/gcompris/letters/*.png
share/gnome/gcompris/boards/gcompris/letters/+.png
share/gnome/gcompris/boards/gcompris/letters/-.png
@@ -171,10 +310,103 @@ share/gnome/gcompris/boards/gcompris/letters/w.png
share/gnome/gcompris/boards/gcompris/letters/x.png
share/gnome/gcompris/boards/gcompris/letters/y.png
share/gnome/gcompris/boards/gcompris/letters/z.png
+share/gnome/gcompris/boards/gcompris/misc/README
+share/gnome/gcompris/boards/gcompris/misc/README~
+share/gnome/gcompris/boards/gcompris/misc/apple.png
+share/gnome/gcompris/boards/gcompris/misc/backcard.png
+share/gnome/gcompris/boards/gcompris/misc/bicycle.png
+share/gnome/gcompris/boards/gcompris/misc/bottle.png
+share/gnome/gcompris/boards/gcompris/misc/car.png
+share/gnome/gcompris/boards/gcompris/misc/carot.png
+share/gnome/gcompris/boards/gcompris/misc/castle.png
+share/gnome/gcompris/boards/gcompris/misc/cerise.png
+share/gnome/gcompris/boards/gcompris/misc/cloud.png
+share/gnome/gcompris/boards/gcompris/misc/cocotier.png
+share/gnome/gcompris/boards/gcompris/misc/crown.png
+share/gnome/gcompris/boards/gcompris/misc/egg.png
+share/gnome/gcompris/boards/gcompris/misc/eggpot.png
+share/gnome/gcompris/boards/gcompris/misc/emptycard.png
+share/gnome/gcompris/boards/gcompris/misc/fishingboat.png
+share/gnome/gcompris/boards/gcompris/misc/flower.png
+share/gnome/gcompris/boards/gcompris/misc/flowerpot.png
+share/gnome/gcompris/boards/gcompris/misc/football.png
+share/gnome/gcompris/boards/gcompris/misc/fusee.png
+share/gnome/gcompris/boards/gcompris/misc/glass.png
+share/gnome/gcompris/boards/gcompris/misc/house.png
+share/gnome/gcompris/boards/gcompris/misc/lamp.png
+share/gnome/gcompris/boards/gcompris/misc/light.png
+share/gnome/gcompris/boards/gcompris/misc/lighthouse.png
+share/gnome/gcompris/boards/gcompris/misc/minitux.png
+share/gnome/gcompris/boards/gcompris/misc/minivan.png
+share/gnome/gcompris/boards/gcompris/misc/parachute.png
+share/gnome/gcompris/boards/gcompris/misc/peer.png
+share/gnome/gcompris/boards/gcompris/misc/pencil.png
+share/gnome/gcompris/boards/gcompris/misc/plane.png
+share/gnome/gcompris/boards/gcompris/misc/postcard.png
+share/gnome/gcompris/boards/gcompris/misc/postpoint.png
+share/gnome/gcompris/boards/gcompris/misc/rape.png
+share/gnome/gcompris/boards/gcompris/misc/raquette.png
+share/gnome/gcompris/boards/gcompris/misc/sailingboat.png
+share/gnome/gcompris/boards/gcompris/misc/sapin.png
+share/gnome/gcompris/boards/gcompris/misc/sea.png
+share/gnome/gcompris/boards/gcompris/misc/sofa.png
+share/gnome/gcompris/boards/gcompris/misc/star.png
+share/gnome/gcompris/boards/gcompris/misc/strawberry.png
+share/gnome/gcompris/boards/gcompris/misc/tree.png
+share/gnome/gcompris/boards/gcompris/misc/truck.png
+share/gnome/gcompris/boards/gcompris/misc/tux.png
+share/gnome/gcompris/boards/gcompris/misc/tuxplane.png
+share/gnome/gcompris/boards/gcompris/misc/windflag0.png
+share/gnome/gcompris/boards/gcompris/misc/windflag4.png
+share/gnome/gcompris/boards/gcompris/misc/windflag5.png
+share/gnome/gcompris/boards/gcompris/nur00523.jpg
+share/gnome/gcompris/boards/gcompris/nur03006.jpg
+share/gnome/gcompris/boards/gcompris/nur03010.jpg
+share/gnome/gcompris/boards/gcompris/nur03011.jpg
+share/gnome/gcompris/boards/gcompris/nur03013.jpg
+share/gnome/gcompris/boards/gcompris/nur03505.jpg
share/gnome/gcompris/boards/gletters.xml
+share/gnome/gcompris/boards/gletters.xml.in
+share/gnome/gcompris/boards/gletters.xml.in~
+share/gnome/gcompris/boards/gletters.xml~
+share/gnome/gcompris/boards/imageid.xml
+share/gnome/gcompris/boards/imageid.xml.in
+share/gnome/gcompris/boards/imageid.xml.in~
+share/gnome/gcompris/boards/imageid/ballon.png
+share/gnome/gcompris/boards/imageid/banana.png
+share/gnome/gcompris/boards/imageid/bed.png
+share/gnome/gcompris/boards/imageid/biberon.png
+share/gnome/gcompris/boards/imageid/board1.xml
+share/gnome/gcompris/boards/imageid/cake.png
+share/gnome/gcompris/boards/imageid/cartable.png
+share/gnome/gcompris/boards/imageid/maison.png
+share/gnome/gcompris/boards/imageid/pomme.png
+share/gnome/gcompris/boards/imagename.xml
+share/gnome/gcompris/boards/imagename.xml.in
+share/gnome/gcompris/boards/imagename.xml.in~
+share/gnome/gcompris/boards/imagename/board1_0.xml
+share/gnome/gcompris/boards/imagename/board1_0.xml~
+share/gnome/gcompris/boards/imagename/board2_0.xml
+share/gnome/gcompris/boards/imagename/board2_0.xml~
+share/gnome/gcompris/boards/imagename/board3_0.xml
+share/gnome/gcompris/boards/imagename/board3_0.xml~
+share/gnome/gcompris/boards/imagename/board4_0.xml
+share/gnome/gcompris/boards/imagename/board4_0.xml~
+share/gnome/gcompris/boards/imagename/board5_0.xml
+share/gnome/gcompris/boards/imagename/board5_0.xml~
+share/gnome/gcompris/boards/imagename/board6_0.xml
+share/gnome/gcompris/boards/imagename/board6_0.xml~
+share/gnome/gcompris/boards/memory.xml
+share/gnome/gcompris/boards/memory.xml.in
+share/gnome/gcompris/boards/memory.xml.in~
+share/gnome/gcompris/boards/memory.xml~
share/gnome/gcompris/boards/memory/backcard.png
share/gnome/gcompris/boards/menu.xml
+share/gnome/gcompris/boards/menu.xml.in
+share/gnome/gcompris/boards/menu.xml.in~
share/gnome/gcompris/boards/paintings.xml
+share/gnome/gcompris/boards/paintings.xml.in
+share/gnome/gcompris/boards/paintings.xml.in~
share/gnome/gcompris/boards/paintings/README
share/gnome/gcompris/boards/paintings/board1_0.xml
share/gnome/gcompris/boards/paintings/board2_0.xml
@@ -182,6 +414,7 @@ share/gnome/gcompris/boards/paintings/board3_0.xml
share/gnome/gcompris/boards/paintings/board4_0.xml
share/gnome/gcompris/boards/paintings/board5_0.xml
share/gnome/gcompris/boards/paintings/board6_0.xml
+share/gnome/gcompris/boards/paintings/board6_1.xml
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_1.jpg
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_2.jpg
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_3.jpg
@@ -219,28 +452,59 @@ share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-3.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-4.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-5.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-6.png
+share/gnome/gcompris/boards/paratrooper.xml
+share/gnome/gcompris/boards/paratrooper.xml.in
+share/gnome/gcompris/boards/paratrooper.xml.in~
share/gnome/gcompris/boards/planegame.xml
-share/gnome/gcompris/boards/planegame/THANKS
-share/gnome/gcompris/boards/planegame/cloud.png
-share/gnome/gcompris/boards/planegame/plane.png
+share/gnome/gcompris/boards/planegame.xml.in
+share/gnome/gcompris/boards/planegame.xml.in~
+share/gnome/gcompris/boards/reading.xml
+share/gnome/gcompris/boards/reading.xml.in
+share/gnome/gcompris/boards/reading.xml.in~
+share/gnome/gcompris/boards/reading/button.png
+share/gnome/gcompris/boards/reading/gcompris-bg.jpg
+share/gnome/gcompris/boards/readingh.xml
+share/gnome/gcompris/boards/readingh.xml.in
+share/gnome/gcompris/boards/readingh.xml.in~
+share/gnome/gcompris/boards/readingv.xml
+share/gnome/gcompris/boards/readingv.xml.in
+share/gnome/gcompris/boards/readingv.xml.in~
share/gnome/gcompris/boards/scales/board1_0.xml
+share/gnome/gcompris/boards/scales/board1_0.xml~
share/gnome/gcompris/boards/scales/board1_1.xml
+share/gnome/gcompris/boards/scales/board1_1.xml~
share/gnome/gcompris/boards/scales/board1_2.xml
+share/gnome/gcompris/boards/scales/board1_2.xml~
share/gnome/gcompris/boards/scales/board1_3.xml
+share/gnome/gcompris/boards/scales/board1_3.xml~
share/gnome/gcompris/boards/scales/board1_4.xml
+share/gnome/gcompris/boards/scales/board1_4.xml~
share/gnome/gcompris/boards/scales/board1_5.xml
+share/gnome/gcompris/boards/scales/board1_5.xml~
share/gnome/gcompris/boards/scales/board2_0.xml
+share/gnome/gcompris/boards/scales/board2_0.xml~
share/gnome/gcompris/boards/scales/board2_1.xml
+share/gnome/gcompris/boards/scales/board2_1.xml~
share/gnome/gcompris/boards/scales/board2_2.xml
+share/gnome/gcompris/boards/scales/board2_2.xml~
share/gnome/gcompris/boards/scales/board2_3.xml
+share/gnome/gcompris/boards/scales/board2_3.xml~
share/gnome/gcompris/boards/scales/board2_4.xml
+share/gnome/gcompris/boards/scales/board2_4.xml~
share/gnome/gcompris/boards/scales/board2_5.xml
+share/gnome/gcompris/boards/scales/board2_5.xml~
share/gnome/gcompris/boards/scales/board3_0.xml
+share/gnome/gcompris/boards/scales/board3_0.xml~
share/gnome/gcompris/boards/scales/board3_1.xml
+share/gnome/gcompris/boards/scales/board3_1.xml~
share/gnome/gcompris/boards/scales/board3_2.xml
+share/gnome/gcompris/boards/scales/board3_2.xml~
share/gnome/gcompris/boards/scales/board3_3.xml
+share/gnome/gcompris/boards/scales/board3_3.xml~
share/gnome/gcompris/boards/scales/board3_4.xml
+share/gnome/gcompris/boards/scales/board3_4.xml~
share/gnome/gcompris/boards/scales/board3_5.xml
+share/gnome/gcompris/boards/scales/board3_5.xml~
share/gnome/gcompris/boards/scales/masse.png
share/gnome/gcompris/boards/scales/masse1.png
share/gnome/gcompris/boards/scales/masse10.png
@@ -254,8 +518,14 @@ share/gnome/gcompris/boards/scales/masse8.png
share/gnome/gcompris/boards/scales/masse9.png
share/gnome/gcompris/boards/scales/scales.png
share/gnome/gcompris/boards/scalesboard.xml
+share/gnome/gcompris/boards/scalesboard.xml.in
+share/gnome/gcompris/boards/scalesboard.xml.in~
share/gnome/gcompris/boards/smallnumbers.xml
+share/gnome/gcompris/boards/smallnumbers.xml.in
+share/gnome/gcompris/boards/smallnumbers.xml.in~
share/gnome/gcompris/boards/wordsgame.xml
+share/gnome/gcompris/boards/wordsgame.xml.in
+share/gnome/gcompris/boards/wordsgame.xml.in~
share/gnome/gcompris/boards/wordsgame/wordslevel1.de
share/gnome/gcompris/boards/wordsgame/wordslevel1.en
share/gnome/gcompris/boards/wordsgame/wordslevel1.es
@@ -281,23 +551,48 @@ share/gnome/gcompris/boards/wordsgame/wordslevelmax.pt_BR
share/gnome/gcompris/sounds/bonus.wav
share/gnome/gcompris/sounds/crash.wav
share/gnome/gcompris/sounds/gobble.wav
+share/gnome/gcompris/sounds/level.wav
share/gnome/help/gcompris/C/gcompris.html
share/gnome/help/gcompris/C/overview.jpg
share/gnome/help/gcompris/C/topic.dat
share/gnome/pixmaps/gcompris.png
-share/locale/de.mo/LC_MESSAGES/gcompris.mo
-share/locale/es.mo/LC_MESSAGES/gcompris.mo
-share/locale/fi.mo/LC_MESSAGES/gcompris.mo
-share/locale/fr.mo/LC_MESSAGES/gcompris.mo
-share/locale/it.mo/LC_MESSAGES/gcompris.mo
-share/locale/nl.mo/LC_MESSAGES/gcompris.mo
-share/locale/pt_BR.mo/LC_MESSAGES/gcompris.mo
+share/gnome/xml/algebra.xml
+share/gnome/xml/algebramenu.xml
+share/gnome/xml/babymatch.xml
+share/gnome/xml/babyshapes.xml
+share/gnome/xml/clickgame.xml
+share/gnome/xml/clockgame.xml
+share/gnome/xml/computer.xml
+share/gnome/xml/draw.xml
+share/gnome/xml/fun.xml
+share/gnome/xml/gletters.xml
+share/gnome/xml/imageid.xml
+share/gnome/xml/imagename.xml
+share/gnome/xml/memory.xml
+share/gnome/xml/menu.xml
+share/gnome/xml/paintings.xml
+share/gnome/xml/paratrooper.xml
+share/gnome/xml/planegame.xml
+share/gnome/xml/reading.xml
+share/gnome/xml/readingh.xml
+share/gnome/xml/readingv.xml
+share/gnome/xml/scalesboard.xml
+share/gnome/xml/smallnumbers.xml
+share/gnome/xml/wordsgame.xml
+share/locale/de/LC_MESSAGES/gcompris.mo
+share/locale/es/LC_MESSAGES/gcompris.mo
+share/locale/fi/LC_MESSAGES/gcompris.mo
+share/locale/fr/LC_MESSAGES/gcompris.mo
+share/locale/it/LC_MESSAGES/gcompris.mo
+share/locale/nl/LC_MESSAGES/gcompris.mo
+share/locale/pt_BR/LC_MESSAGES/gcompris.mo
+@dirrm share/gnome/xml
@dirrm share/gnome/help/gcompris/C
@dirrm share/gnome/help/gcompris
@dirrm share/gnome/gcompris/sounds
@dirrm share/gnome/gcompris/boards/wordsgame
@dirrm share/gnome/gcompris/boards/scales
-@dirrm share/gnome/gcompris/boards/planegame
+@dirrm share/gnome/gcompris/boards/reading
@dirrm share/gnome/gcompris/boards/paintings/level6
@dirrm share/gnome/gcompris/boards/paintings/level5
@dirrm share/gnome/gcompris/boards/paintings/level4
@@ -306,12 +601,19 @@ share/locale/pt_BR.mo/LC_MESSAGES/gcompris.mo
@dirrm share/gnome/gcompris/boards/paintings/level1
@dirrm share/gnome/gcompris/boards/paintings
@dirrm share/gnome/gcompris/boards/memory
+@dirrm share/gnome/gcompris/boards/imagename
+@dirrm share/gnome/gcompris/boards/imageid
+@dirrm share/gnome/gcompris/boards/gcompris/misc
@dirrm share/gnome/gcompris/boards/gcompris/letters
@dirrm share/gnome/gcompris/boards/gcompris/dice
@dirrm share/gnome/gcompris/boards/gcompris/buttons
+@dirrm share/gnome/gcompris/boards/gcompris/bonus
@dirrm share/gnome/gcompris/boards/gcompris
@dirrm share/gnome/gcompris/boards/fishes
+@dirrm share/gnome/gcompris/boards/draw
@dirrm share/gnome/gcompris/boards/boardicons
+@dirrm share/gnome/gcompris/boards/babyshapes
+@dirrm share/gnome/gcompris/boards/babymatch
@dirrm share/gnome/gcompris/boards
@dirrm share/gnome/gcompris
@dirrm lib/gcompris
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile
index b65387970930..d7cdc67333d7 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -6,32 +6,26 @@
#
PORTNAME= gcompris
-PORTVERSION= 0.6.1
+PORTVERSION= 0.9.2
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-extract:
- @${LN} -sf ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
- @${LN} -sf ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
- @${RM} -f ${WRKSRC}/config.cache
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
diff --git a/games/gcompris2/distinfo b/games/gcompris2/distinfo
index e9b1daefd733..e8c78d0daa6f 100644
--- a/games/gcompris2/distinfo
+++ b/games/gcompris2/distinfo
@@ -1 +1 @@
-MD5 (gcompris-0.6.1.tgz) = bec5e0c0928e6208065cfa2c6cdbfc45
+MD5 (gcompris-0.9.2.tar.gz) = 3e6c7fd8b7676bcb43ca4df5a97e8c41
diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac
index 8e75eb26b92c..4768fa465758 100644
--- a/games/gcompris2/files/patch-ac
+++ b/games/gcompris2/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- Makefile.in.orig Mon May 28 13:18:45 2001
-+++ Makefile.in Mon May 28 13:33:59 2001
-@@ -183,9 +183,9 @@
+--- Makefile.in.orig Thu Oct 25 15:10:26 2001
++++ Makefile.in Thu Oct 25 15:14:53 2001
+@@ -192,9 +192,9 @@
rm -f $(srcdir)/stamp-h.in; \
$(MAKE) $(srcdir)/stamp-h.in; \
else :; fi
@@ -16,7 +16,7 @@ $FreeBSD$
mostlyclean-hdr:
-@@ -417,7 +417,7 @@
+@@ -426,7 +426,7 @@
install-exec-am:
install-exec: install-exec-recursive
@@ -25,7 +25,7 @@ $FreeBSD$
install-data-local
install-data: install-data-recursive
-@@ -488,14 +488,14 @@
+@@ -498,13 +498,13 @@
@$(NORMAL_INSTALL)
if test -d @PACKAGE_DATA_DIR@; then \
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \
@@ -34,7 +34,6 @@ $FreeBSD$
fi
dist-hook:
- cp gcompris.spec $(distdir)
if test -d @PACKAGE_DATA_DIR@; then \
$(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \
- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \
diff --git a/games/gcompris2/files/patch-configure b/games/gcompris2/files/patch-configure
index 4dc527f10096..891546c18b3b 100644
--- a/games/gcompris2/files/patch-configure
+++ b/games/gcompris2/files/patch-configure
@@ -1,9 +1,26 @@
$FreeBSD$
---- configure.orig Mon May 28 13:15:07 2001
-+++ configure Mon May 28 13:17:17 2001
-@@ -5147,14 +5147,14 @@
+--- configure.orig Thu Oct 25 16:02:31 2001
++++ configure Thu Oct 25 16:03:10 2001
+@@ -6711,6 +6711,7 @@
+
+
+ GNOME_XML_LIB=`$GNOME_CONFIG --libs xml2`
++ CPPFLAGS="$CPPFLAGS `$GNOME_CONFIG --cflags xml2`"
+
+ else
+ echo "$ac_t""no" 1>&6
+@@ -8315,7 +8316,7 @@
+ fi
+
+
+- CATOBJEXT=.gmo
++ CATOBJEXT=.mo
+ fi
+
+ else
+@@ -8611,14 +8612,14 @@
PACKAGE_SOUNDS_DIR="sounds"
cat >> confdefs.h <<EOF
diff --git a/games/gcompris2/files/patch-ltmain.sh b/games/gcompris2/files/patch-ltmain.sh
new file mode 100644
index 000000000000..33bc7983f107
--- /dev/null
+++ b/games/gcompris2/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/08/27 09:51:26 1.1
++++ ltmain.sh 2001/08/27 09:51:42
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/games/gcompris2/files/patch-po::Makefile.in.in b/games/gcompris2/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..c62cc934e068
--- /dev/null
+++ b/games/gcompris2/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/10/25 12:58:36 1.1
++++ po/Makefile.in.in 2001/10/25 12:59:13
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/games/gcompris2/pkg-plist b/games/gcompris2/pkg-plist
index 19fdc5c043e2..3e841782fdf4 100644
--- a/games/gcompris2/pkg-plist
+++ b/games/gcompris2/pkg-plist
@@ -3,29 +3,141 @@ info/gcompris.info
lib/gcompris/libalgebra.so
lib/gcompris/libclickgame.so
lib/gcompris/libclockgame.so
+lib/gcompris/libdraw.so
lib/gcompris/libgletters.so
+lib/gcompris/libimageid.so
+lib/gcompris/libmemory.so
lib/gcompris/libmenu.so
+lib/gcompris/libparatrooper.so
lib/gcompris/libplanegame.so
+lib/gcompris/libreading.so
lib/gcompris/libshapegame.so
lib/gcompris/libsmallnumbers.so
lib/gcompris/libwordsgame.so
share/gnome/apps/Games/gcompris.desktop
+share/gnome/gcompris/boards/Makefile
+share/gnome/gcompris/boards/Makefile.am
+share/gnome/gcompris/boards/Makefile.am~
+share/gnome/gcompris/boards/Makefile.in
share/gnome/gcompris/boards/README
share/gnome/gcompris/boards/algebra.xml
+share/gnome/gcompris/boards/algebra.xml.in
+share/gnome/gcompris/boards/algebra.xml.in~
+share/gnome/gcompris/boards/algebramenu.xml
+share/gnome/gcompris/boards/algebramenu.xml.in
+share/gnome/gcompris/boards/algebramenu.xml.in~
+share/gnome/gcompris/boards/babymatch.xml
+share/gnome/gcompris/boards/babymatch.xml.in
+share/gnome/gcompris/boards/babymatch.xml.in~
+share/gnome/gcompris/boards/babymatch/board1_0.xml
+share/gnome/gcompris/boards/babymatch/board1_0.xml~
+share/gnome/gcompris/boards/babymatch/board2_0.xml
+share/gnome/gcompris/boards/babymatch/board2_0.xml~
+share/gnome/gcompris/boards/babymatch/board3_0.xml
+share/gnome/gcompris/boards/babymatch/board3_0.xml~
+share/gnome/gcompris/boards/babymatch/board4_0.xml
+share/gnome/gcompris/boards/babymatch/board4_0.xml~
+share/gnome/gcompris/boards/babymatch/board5_0.xml
+share/gnome/gcompris/boards/babymatch/board6_0.xml
+share/gnome/gcompris/boards/babymatch/board6_0.xml~
+share/gnome/gcompris/boards/babyshapes.xml
+share/gnome/gcompris/boards/babyshapes.xml.in
+share/gnome/gcompris/boards/babyshapes.xml.in~
+share/gnome/gcompris/boards/babyshapes/T_banana.png
+share/gnome/gcompris/boards/babyshapes/T_circle.png
+share/gnome/gcompris/boards/babyshapes/T_colonne.png
+share/gnome/gcompris/boards/babyshapes/T_cone.png
+share/gnome/gcompris/boards/babyshapes/T_coupole.png
+share/gnome/gcompris/boards/babyshapes/T_cube.png
+share/gnome/gcompris/boards/babyshapes/T_half_sphere.png
+share/gnome/gcompris/boards/babyshapes/T_hexagone.png
+share/gnome/gcompris/boards/babyshapes/T_hyperstar.png
+share/gnome/gcompris/boards/babyshapes/T_losange.png
+share/gnome/gcompris/boards/babyshapes/T_ovale.png
+share/gnome/gcompris/boards/babyshapes/T_pacman.png
+share/gnome/gcompris/boards/babyshapes/T_pyramid.png
+share/gnome/gcompris/boards/babyshapes/T_rectangle.png
+share/gnome/gcompris/boards/babyshapes/T_rectangle_triangle.png
+share/gnome/gcompris/boards/babyshapes/T_sphere.png
+share/gnome/gcompris/boards/babyshapes/T_star.png
+share/gnome/gcompris/boards/babyshapes/T_toron.png
+share/gnome/gcompris/boards/babyshapes/T_triangle.png
+share/gnome/gcompris/boards/babyshapes/banana.png
+share/gnome/gcompris/boards/babyshapes/board1_0.xml
+share/gnome/gcompris/boards/babyshapes/board1_0.xml~
+share/gnome/gcompris/boards/babyshapes/board2_0.xml
+share/gnome/gcompris/boards/babyshapes/board2_0.xml~
+share/gnome/gcompris/boards/babyshapes/board3_0.xml
+share/gnome/gcompris/boards/babyshapes/board3_0.xml~
+share/gnome/gcompris/boards/babyshapes/board4_0.xml
+share/gnome/gcompris/boards/babyshapes/board4_0.xml~
+share/gnome/gcompris/boards/babyshapes/circle.png
+share/gnome/gcompris/boards/babyshapes/colonne.png
+share/gnome/gcompris/boards/babyshapes/cone.png
+share/gnome/gcompris/boards/babyshapes/coupole.png
+share/gnome/gcompris/boards/babyshapes/cube.png
+share/gnome/gcompris/boards/babyshapes/half_sphere.png
+share/gnome/gcompris/boards/babyshapes/hexagone.png
+share/gnome/gcompris/boards/babyshapes/hyperstar.png
+share/gnome/gcompris/boards/babyshapes/losange.png
+share/gnome/gcompris/boards/babyshapes/ovale.png
+share/gnome/gcompris/boards/babyshapes/pacman.png
+share/gnome/gcompris/boards/babyshapes/pyramid.png
+share/gnome/gcompris/boards/babyshapes/rectangle.png
+share/gnome/gcompris/boards/babyshapes/rectangle_triangle.png
+share/gnome/gcompris/boards/babyshapes/sphere.png
+share/gnome/gcompris/boards/babyshapes/star.png
+share/gnome/gcompris/boards/babyshapes/toron.png
+share/gnome/gcompris/boards/babyshapes/triangle.png
share/gnome/gcompris/boards/boardicons/algebra.png
+share/gnome/gcompris/boards/boardicons/algebramenu.png
+share/gnome/gcompris/boards/boardicons/babymatch.png
+share/gnome/gcompris/boards/boardicons/babyshapes.png
+share/gnome/gcompris/boards/boardicons/book.png
share/gnome/gcompris/boards/boardicons/clickgame.png
share/gnome/gcompris/boards/boardicons/clockgame.png
+share/gnome/gcompris/boards/boardicons/colornforms.png
share/gnome/gcompris/boards/boardicons/computer.png
+share/gnome/gcompris/boards/boardicons/draw.png
+share/gnome/gcompris/boards/boardicons/fun.png
share/gnome/gcompris/boards/boardicons/gletters.png
+share/gnome/gcompris/boards/boardicons/imageid.png
+share/gnome/gcompris/boards/boardicons/imagename.png
share/gnome/gcompris/boards/boardicons/matritsa.png
+share/gnome/gcompris/boards/boardicons/memory.png
share/gnome/gcompris/boards/boardicons/planegame.png
+share/gnome/gcompris/boards/boardicons/reading.png
+share/gnome/gcompris/boards/boardicons/readingh.png
share/gnome/gcompris/boards/boardicons/scalesicon.png
share/gnome/gcompris/boards/boardicons/shapegame.png
share/gnome/gcompris/boards/boardicons/smallnumbers.png
+share/gnome/gcompris/boards/boardicons/tuxpara.png
share/gnome/gcompris/boards/boardicons/wordsgame.png
share/gnome/gcompris/boards/clickgame.xml
+share/gnome/gcompris/boards/clickgame.xml.in
+share/gnome/gcompris/boards/clickgame.xml.in~
share/gnome/gcompris/boards/clockgame.xml
+share/gnome/gcompris/boards/clockgame.xml.in
+share/gnome/gcompris/boards/clockgame.xml.in~
share/gnome/gcompris/boards/computer.xml
+share/gnome/gcompris/boards/computer.xml.in
+share/gnome/gcompris/boards/computer.xml.in~
+share/gnome/gcompris/boards/draw.xml
+share/gnome/gcompris/boards/draw.xml.in
+share/gnome/gcompris/boards/draw.xml.in~
+share/gnome/gcompris/boards/draw/color-selector.jpg
+share/gnome/gcompris/boards/draw/draw-bg.jpg
+share/gnome/gcompris/boards/draw/tool-circle.png
+share/gnome/gcompris/boards/draw/tool-del-off.png
+share/gnome/gcompris/boards/draw/tool-del.png
+share/gnome/gcompris/boards/draw/tool-filledcircle.png
+share/gnome/gcompris/boards/draw/tool-filledrectangle.png
+share/gnome/gcompris/boards/draw/tool-line.png
+share/gnome/gcompris/boards/draw/tool-move-off.png
+share/gnome/gcompris/boards/draw/tool-move.png
+share/gnome/gcompris/boards/draw/tool-rectangle.png
+share/gnome/gcompris/boards/draw/tool-resize.png
+share/gnome/gcompris/boards/draw/tool-selector.jpg
share/gnome/gcompris/boards/fishes/QueenAngel_0.png
share/gnome/gcompris/boards/fishes/QueenAngel_1.png
share/gnome/gcompris/boards/fishes/blueking2_0.png
@@ -88,21 +200,48 @@ share/gnome/gcompris/boards/fishes/teeth_4.png
share/gnome/gcompris/boards/fishes/teeth_5.png
share/gnome/gcompris/boards/fishes/teeth_6.png
share/gnome/gcompris/boards/fishes/teeth_7.png
+share/gnome/gcompris/boards/fun.xml
+share/gnome/gcompris/boards/fun.xml.in
+share/gnome/gcompris/boards/fun.xml.in~
+share/gnome/gcompris/boards/gcompris/README
+share/gnome/gcompris/boards/gcompris/bonus/smiley_bad.png
+share/gnome/gcompris/boards/gcompris/bonus/smiley_good.png
share/gnome/gcompris/boards/gcompris/buttons/bad.png
share/gnome/gcompris/boards/gcompris/buttons/bar_bg.jpg
share/gnome/gcompris/boards/gcompris/buttons/button.png
+share/gnome/gcompris/boards/gcompris/buttons/button_small.png
+share/gnome/gcompris/boards/gcompris/buttons/button_style.png
+share/gnome/gcompris/boards/gcompris/buttons/help.png
share/gnome/gcompris/boards/gcompris/buttons/home.png
share/gnome/gcompris/boards/gcompris/buttons/horver.png
+share/gnome/gcompris/boards/gcompris/buttons/level0.png
+share/gnome/gcompris/boards/gcompris/buttons/level1.png
+share/gnome/gcompris/boards/gcompris/buttons/level2.png
+share/gnome/gcompris/boards/gcompris/buttons/level3.png
+share/gnome/gcompris/boards/gcompris/buttons/level4.png
+share/gnome/gcompris/boards/gcompris/buttons/level5.png
+share/gnome/gcompris/boards/gcompris/buttons/level6.png
+share/gnome/gcompris/boards/gcompris/buttons/level7.png
+share/gnome/gcompris/boards/gcompris/buttons/level8.png
+share/gnome/gcompris/boards/gcompris/buttons/level9.png
share/gnome/gcompris/boards/gcompris/buttons/ok.png
+share/gnome/gcompris/boards/gcompris/dialogbox.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice0.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice1.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice2.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice3.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice4.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice5.png
share/gnome/gcompris/boards/gcompris/dice/gnome-dice6.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice7.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice8.png
+share/gnome/gcompris/boards/gcompris/dice/gnome-dice9.png
share/gnome/gcompris/boards/gcompris/gcompris-about.jpg
share/gnome/gcompris/boards/gcompris/gcompris-bg.jpg
share/gnome/gcompris/boards/gcompris/gcompris-init.jpg
+share/gnome/gcompris/boards/gcompris/gcompris-shapebg.jpg
+share/gnome/gcompris/boards/gcompris/gcompris-shapelabel.jpg
+share/gnome/gcompris/boards/gcompris/help_bg.png
share/gnome/gcompris/boards/gcompris/letters/*.png
share/gnome/gcompris/boards/gcompris/letters/+.png
share/gnome/gcompris/boards/gcompris/letters/-.png
@@ -171,10 +310,103 @@ share/gnome/gcompris/boards/gcompris/letters/w.png
share/gnome/gcompris/boards/gcompris/letters/x.png
share/gnome/gcompris/boards/gcompris/letters/y.png
share/gnome/gcompris/boards/gcompris/letters/z.png
+share/gnome/gcompris/boards/gcompris/misc/README
+share/gnome/gcompris/boards/gcompris/misc/README~
+share/gnome/gcompris/boards/gcompris/misc/apple.png
+share/gnome/gcompris/boards/gcompris/misc/backcard.png
+share/gnome/gcompris/boards/gcompris/misc/bicycle.png
+share/gnome/gcompris/boards/gcompris/misc/bottle.png
+share/gnome/gcompris/boards/gcompris/misc/car.png
+share/gnome/gcompris/boards/gcompris/misc/carot.png
+share/gnome/gcompris/boards/gcompris/misc/castle.png
+share/gnome/gcompris/boards/gcompris/misc/cerise.png
+share/gnome/gcompris/boards/gcompris/misc/cloud.png
+share/gnome/gcompris/boards/gcompris/misc/cocotier.png
+share/gnome/gcompris/boards/gcompris/misc/crown.png
+share/gnome/gcompris/boards/gcompris/misc/egg.png
+share/gnome/gcompris/boards/gcompris/misc/eggpot.png
+share/gnome/gcompris/boards/gcompris/misc/emptycard.png
+share/gnome/gcompris/boards/gcompris/misc/fishingboat.png
+share/gnome/gcompris/boards/gcompris/misc/flower.png
+share/gnome/gcompris/boards/gcompris/misc/flowerpot.png
+share/gnome/gcompris/boards/gcompris/misc/football.png
+share/gnome/gcompris/boards/gcompris/misc/fusee.png
+share/gnome/gcompris/boards/gcompris/misc/glass.png
+share/gnome/gcompris/boards/gcompris/misc/house.png
+share/gnome/gcompris/boards/gcompris/misc/lamp.png
+share/gnome/gcompris/boards/gcompris/misc/light.png
+share/gnome/gcompris/boards/gcompris/misc/lighthouse.png
+share/gnome/gcompris/boards/gcompris/misc/minitux.png
+share/gnome/gcompris/boards/gcompris/misc/minivan.png
+share/gnome/gcompris/boards/gcompris/misc/parachute.png
+share/gnome/gcompris/boards/gcompris/misc/peer.png
+share/gnome/gcompris/boards/gcompris/misc/pencil.png
+share/gnome/gcompris/boards/gcompris/misc/plane.png
+share/gnome/gcompris/boards/gcompris/misc/postcard.png
+share/gnome/gcompris/boards/gcompris/misc/postpoint.png
+share/gnome/gcompris/boards/gcompris/misc/rape.png
+share/gnome/gcompris/boards/gcompris/misc/raquette.png
+share/gnome/gcompris/boards/gcompris/misc/sailingboat.png
+share/gnome/gcompris/boards/gcompris/misc/sapin.png
+share/gnome/gcompris/boards/gcompris/misc/sea.png
+share/gnome/gcompris/boards/gcompris/misc/sofa.png
+share/gnome/gcompris/boards/gcompris/misc/star.png
+share/gnome/gcompris/boards/gcompris/misc/strawberry.png
+share/gnome/gcompris/boards/gcompris/misc/tree.png
+share/gnome/gcompris/boards/gcompris/misc/truck.png
+share/gnome/gcompris/boards/gcompris/misc/tux.png
+share/gnome/gcompris/boards/gcompris/misc/tuxplane.png
+share/gnome/gcompris/boards/gcompris/misc/windflag0.png
+share/gnome/gcompris/boards/gcompris/misc/windflag4.png
+share/gnome/gcompris/boards/gcompris/misc/windflag5.png
+share/gnome/gcompris/boards/gcompris/nur00523.jpg
+share/gnome/gcompris/boards/gcompris/nur03006.jpg
+share/gnome/gcompris/boards/gcompris/nur03010.jpg
+share/gnome/gcompris/boards/gcompris/nur03011.jpg
+share/gnome/gcompris/boards/gcompris/nur03013.jpg
+share/gnome/gcompris/boards/gcompris/nur03505.jpg
share/gnome/gcompris/boards/gletters.xml
+share/gnome/gcompris/boards/gletters.xml.in
+share/gnome/gcompris/boards/gletters.xml.in~
+share/gnome/gcompris/boards/gletters.xml~
+share/gnome/gcompris/boards/imageid.xml
+share/gnome/gcompris/boards/imageid.xml.in
+share/gnome/gcompris/boards/imageid.xml.in~
+share/gnome/gcompris/boards/imageid/ballon.png
+share/gnome/gcompris/boards/imageid/banana.png
+share/gnome/gcompris/boards/imageid/bed.png
+share/gnome/gcompris/boards/imageid/biberon.png
+share/gnome/gcompris/boards/imageid/board1.xml
+share/gnome/gcompris/boards/imageid/cake.png
+share/gnome/gcompris/boards/imageid/cartable.png
+share/gnome/gcompris/boards/imageid/maison.png
+share/gnome/gcompris/boards/imageid/pomme.png
+share/gnome/gcompris/boards/imagename.xml
+share/gnome/gcompris/boards/imagename.xml.in
+share/gnome/gcompris/boards/imagename.xml.in~
+share/gnome/gcompris/boards/imagename/board1_0.xml
+share/gnome/gcompris/boards/imagename/board1_0.xml~
+share/gnome/gcompris/boards/imagename/board2_0.xml
+share/gnome/gcompris/boards/imagename/board2_0.xml~
+share/gnome/gcompris/boards/imagename/board3_0.xml
+share/gnome/gcompris/boards/imagename/board3_0.xml~
+share/gnome/gcompris/boards/imagename/board4_0.xml
+share/gnome/gcompris/boards/imagename/board4_0.xml~
+share/gnome/gcompris/boards/imagename/board5_0.xml
+share/gnome/gcompris/boards/imagename/board5_0.xml~
+share/gnome/gcompris/boards/imagename/board6_0.xml
+share/gnome/gcompris/boards/imagename/board6_0.xml~
+share/gnome/gcompris/boards/memory.xml
+share/gnome/gcompris/boards/memory.xml.in
+share/gnome/gcompris/boards/memory.xml.in~
+share/gnome/gcompris/boards/memory.xml~
share/gnome/gcompris/boards/memory/backcard.png
share/gnome/gcompris/boards/menu.xml
+share/gnome/gcompris/boards/menu.xml.in
+share/gnome/gcompris/boards/menu.xml.in~
share/gnome/gcompris/boards/paintings.xml
+share/gnome/gcompris/boards/paintings.xml.in
+share/gnome/gcompris/boards/paintings.xml.in~
share/gnome/gcompris/boards/paintings/README
share/gnome/gcompris/boards/paintings/board1_0.xml
share/gnome/gcompris/boards/paintings/board2_0.xml
@@ -182,6 +414,7 @@ share/gnome/gcompris/boards/paintings/board3_0.xml
share/gnome/gcompris/boards/paintings/board4_0.xml
share/gnome/gcompris/boards/paintings/board5_0.xml
share/gnome/gcompris/boards/paintings/board6_0.xml
+share/gnome/gcompris/boards/paintings/board6_1.xml
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_1.jpg
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_2.jpg
share/gnome/gcompris/boards/paintings/level1/bazille_rampart_3.jpg
@@ -219,28 +452,59 @@ share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-3.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-4.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-5.png
share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-6.png
+share/gnome/gcompris/boards/paratrooper.xml
+share/gnome/gcompris/boards/paratrooper.xml.in
+share/gnome/gcompris/boards/paratrooper.xml.in~
share/gnome/gcompris/boards/planegame.xml
-share/gnome/gcompris/boards/planegame/THANKS
-share/gnome/gcompris/boards/planegame/cloud.png
-share/gnome/gcompris/boards/planegame/plane.png
+share/gnome/gcompris/boards/planegame.xml.in
+share/gnome/gcompris/boards/planegame.xml.in~
+share/gnome/gcompris/boards/reading.xml
+share/gnome/gcompris/boards/reading.xml.in
+share/gnome/gcompris/boards/reading.xml.in~
+share/gnome/gcompris/boards/reading/button.png
+share/gnome/gcompris/boards/reading/gcompris-bg.jpg
+share/gnome/gcompris/boards/readingh.xml
+share/gnome/gcompris/boards/readingh.xml.in
+share/gnome/gcompris/boards/readingh.xml.in~
+share/gnome/gcompris/boards/readingv.xml
+share/gnome/gcompris/boards/readingv.xml.in
+share/gnome/gcompris/boards/readingv.xml.in~
share/gnome/gcompris/boards/scales/board1_0.xml
+share/gnome/gcompris/boards/scales/board1_0.xml~
share/gnome/gcompris/boards/scales/board1_1.xml
+share/gnome/gcompris/boards/scales/board1_1.xml~
share/gnome/gcompris/boards/scales/board1_2.xml
+share/gnome/gcompris/boards/scales/board1_2.xml~
share/gnome/gcompris/boards/scales/board1_3.xml
+share/gnome/gcompris/boards/scales/board1_3.xml~
share/gnome/gcompris/boards/scales/board1_4.xml
+share/gnome/gcompris/boards/scales/board1_4.xml~
share/gnome/gcompris/boards/scales/board1_5.xml
+share/gnome/gcompris/boards/scales/board1_5.xml~
share/gnome/gcompris/boards/scales/board2_0.xml
+share/gnome/gcompris/boards/scales/board2_0.xml~
share/gnome/gcompris/boards/scales/board2_1.xml
+share/gnome/gcompris/boards/scales/board2_1.xml~
share/gnome/gcompris/boards/scales/board2_2.xml
+share/gnome/gcompris/boards/scales/board2_2.xml~
share/gnome/gcompris/boards/scales/board2_3.xml
+share/gnome/gcompris/boards/scales/board2_3.xml~
share/gnome/gcompris/boards/scales/board2_4.xml
+share/gnome/gcompris/boards/scales/board2_4.xml~
share/gnome/gcompris/boards/scales/board2_5.xml
+share/gnome/gcompris/boards/scales/board2_5.xml~
share/gnome/gcompris/boards/scales/board3_0.xml
+share/gnome/gcompris/boards/scales/board3_0.xml~
share/gnome/gcompris/boards/scales/board3_1.xml
+share/gnome/gcompris/boards/scales/board3_1.xml~
share/gnome/gcompris/boards/scales/board3_2.xml
+share/gnome/gcompris/boards/scales/board3_2.xml~
share/gnome/gcompris/boards/scales/board3_3.xml
+share/gnome/gcompris/boards/scales/board3_3.xml~
share/gnome/gcompris/boards/scales/board3_4.xml
+share/gnome/gcompris/boards/scales/board3_4.xml~
share/gnome/gcompris/boards/scales/board3_5.xml
+share/gnome/gcompris/boards/scales/board3_5.xml~
share/gnome/gcompris/boards/scales/masse.png
share/gnome/gcompris/boards/scales/masse1.png
share/gnome/gcompris/boards/scales/masse10.png
@@ -254,8 +518,14 @@ share/gnome/gcompris/boards/scales/masse8.png
share/gnome/gcompris/boards/scales/masse9.png
share/gnome/gcompris/boards/scales/scales.png
share/gnome/gcompris/boards/scalesboard.xml
+share/gnome/gcompris/boards/scalesboard.xml.in
+share/gnome/gcompris/boards/scalesboard.xml.in~
share/gnome/gcompris/boards/smallnumbers.xml
+share/gnome/gcompris/boards/smallnumbers.xml.in
+share/gnome/gcompris/boards/smallnumbers.xml.in~
share/gnome/gcompris/boards/wordsgame.xml
+share/gnome/gcompris/boards/wordsgame.xml.in
+share/gnome/gcompris/boards/wordsgame.xml.in~
share/gnome/gcompris/boards/wordsgame/wordslevel1.de
share/gnome/gcompris/boards/wordsgame/wordslevel1.en
share/gnome/gcompris/boards/wordsgame/wordslevel1.es
@@ -281,23 +551,48 @@ share/gnome/gcompris/boards/wordsgame/wordslevelmax.pt_BR
share/gnome/gcompris/sounds/bonus.wav
share/gnome/gcompris/sounds/crash.wav
share/gnome/gcompris/sounds/gobble.wav
+share/gnome/gcompris/sounds/level.wav
share/gnome/help/gcompris/C/gcompris.html
share/gnome/help/gcompris/C/overview.jpg
share/gnome/help/gcompris/C/topic.dat
share/gnome/pixmaps/gcompris.png
-share/locale/de.mo/LC_MESSAGES/gcompris.mo
-share/locale/es.mo/LC_MESSAGES/gcompris.mo
-share/locale/fi.mo/LC_MESSAGES/gcompris.mo
-share/locale/fr.mo/LC_MESSAGES/gcompris.mo
-share/locale/it.mo/LC_MESSAGES/gcompris.mo
-share/locale/nl.mo/LC_MESSAGES/gcompris.mo
-share/locale/pt_BR.mo/LC_MESSAGES/gcompris.mo
+share/gnome/xml/algebra.xml
+share/gnome/xml/algebramenu.xml
+share/gnome/xml/babymatch.xml
+share/gnome/xml/babyshapes.xml
+share/gnome/xml/clickgame.xml
+share/gnome/xml/clockgame.xml
+share/gnome/xml/computer.xml
+share/gnome/xml/draw.xml
+share/gnome/xml/fun.xml
+share/gnome/xml/gletters.xml
+share/gnome/xml/imageid.xml
+share/gnome/xml/imagename.xml
+share/gnome/xml/memory.xml
+share/gnome/xml/menu.xml
+share/gnome/xml/paintings.xml
+share/gnome/xml/paratrooper.xml
+share/gnome/xml/planegame.xml
+share/gnome/xml/reading.xml
+share/gnome/xml/readingh.xml
+share/gnome/xml/readingv.xml
+share/gnome/xml/scalesboard.xml
+share/gnome/xml/smallnumbers.xml
+share/gnome/xml/wordsgame.xml
+share/locale/de/LC_MESSAGES/gcompris.mo
+share/locale/es/LC_MESSAGES/gcompris.mo
+share/locale/fi/LC_MESSAGES/gcompris.mo
+share/locale/fr/LC_MESSAGES/gcompris.mo
+share/locale/it/LC_MESSAGES/gcompris.mo
+share/locale/nl/LC_MESSAGES/gcompris.mo
+share/locale/pt_BR/LC_MESSAGES/gcompris.mo
+@dirrm share/gnome/xml
@dirrm share/gnome/help/gcompris/C
@dirrm share/gnome/help/gcompris
@dirrm share/gnome/gcompris/sounds
@dirrm share/gnome/gcompris/boards/wordsgame
@dirrm share/gnome/gcompris/boards/scales
-@dirrm share/gnome/gcompris/boards/planegame
+@dirrm share/gnome/gcompris/boards/reading
@dirrm share/gnome/gcompris/boards/paintings/level6
@dirrm share/gnome/gcompris/boards/paintings/level5
@dirrm share/gnome/gcompris/boards/paintings/level4
@@ -306,12 +601,19 @@ share/locale/pt_BR.mo/LC_MESSAGES/gcompris.mo
@dirrm share/gnome/gcompris/boards/paintings/level1
@dirrm share/gnome/gcompris/boards/paintings
@dirrm share/gnome/gcompris/boards/memory
+@dirrm share/gnome/gcompris/boards/imagename
+@dirrm share/gnome/gcompris/boards/imageid
+@dirrm share/gnome/gcompris/boards/gcompris/misc
@dirrm share/gnome/gcompris/boards/gcompris/letters
@dirrm share/gnome/gcompris/boards/gcompris/dice
@dirrm share/gnome/gcompris/boards/gcompris/buttons
+@dirrm share/gnome/gcompris/boards/gcompris/bonus
@dirrm share/gnome/gcompris/boards/gcompris
@dirrm share/gnome/gcompris/boards/fishes
+@dirrm share/gnome/gcompris/boards/draw
@dirrm share/gnome/gcompris/boards/boardicons
+@dirrm share/gnome/gcompris/boards/babyshapes
+@dirrm share/gnome/gcompris/boards/babymatch
@dirrm share/gnome/gcompris/boards
@dirrm share/gnome/gcompris
@dirrm lib/gcompris