diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index ca9115851edd..10222c9ca86b 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -1,4 +1,3 @@ - # New ports collection makefile for: gcompris2 # Date created: 23 April 2003 # Whom: Martin Klaffenboeck @@ -7,10 +6,10 @@ # PORTNAME= gcompris -DISTVERSION= 8.4.12 -PORTREVISION= 3 +PORTVERSION= 9.2 CATEGORIES= games gnome MASTER_SITES= SF +DISTNAME= gcompris-9.2-2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome2 educational games and activities for kids ages 2 to 10 @@ -22,10 +21,12 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - gnet-2.0.0:${PORTSDIR}/net/gnet2 + gnet-2.0.0:${PORTSDIR}/net/gnet2 \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -33,8 +34,9 @@ USE_GSTREAMER= yes USE_PYTHON= yes USE_SDL= mixer USE_DISPLAY= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 -CONFIGURE_ARGS= --enable-gnet +USE_GNOME= gnomehack intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 +CONFIGURE_ARGS= --enable-gnet \ + --enable-dbus CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS} -lm" diff --git a/games/gcompris/distinfo b/games/gcompris/distinfo index 1cedb7da09a2..55a4ff388dbc 100644 --- a/games/gcompris/distinfo +++ b/games/gcompris/distinfo @@ -1,3 +1,3 @@ -MD5 (gcompris-8.4.12.tar.gz) = 8a1519e71caa0924d5df73faa311eea3 -SHA256 (gcompris-8.4.12.tar.gz) = 55025808dcb4afb3fa9ea8e232684e651da3ac2c673cb36592d6583ebec2d4c7 -SIZE (gcompris-8.4.12.tar.gz) = 104355638 +MD5 (gcompris-9.2-2.tar.gz) = ccff63947b1beb010731b4288ad19fca +SHA256 (gcompris-9.2-2.tar.gz) = 6390b56ad3f7394b81818ad2194c5e65bbd9626cb0c0d0e0838c15beb5c1bfc9 +SIZE (gcompris-9.2-2.tar.gz) = 123861044 diff --git a/games/gcompris/files/patch-ac b/games/gcompris/files/patch-ac deleted file mode 100644 index f2efd552f1a3..000000000000 --- a/games/gcompris/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-03-20 23:34:56.000000000 -0400 -+++ Makefile.in 2009-03-20 23:34:56.000000000 -0400 -@@ -885,7 +885,7 @@ install-data-local: - @$(NORMAL_INSTALL) - if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \ - $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \ -- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --mode 644 * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf - ; find -type d -exec chmod 755 '{}' \;) ; cd .. ; \ -+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf - ; find . -type d -exec chmod 755 '{}' \; ; find . -type f -exec chmod 644 '{}' \;) ; cd .. ; \ - fi - - uninstall-local: diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure index a4dc3faab893..9d27ef2d5c1c 100644 --- a/games/gcompris/files/patch-configure +++ b/games/gcompris/files/patch-configure @@ -1,15 +1,6 @@ ---- configure.orig 2007-07-02 01:31:20.000000000 -0400 -+++ configure 2007-07-02 01:33:05.000000000 -0400 -@@ -25746,7 +25746,7 @@ else - fi - - found_xf86vidmode=no --if test "x$USE_XF86VM" == "xyes" ; then -+if test "x$USE_XF86VM" = "xyes" ; then - XF86VM_LIBS= - { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 - echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; } -@@ -27439,7 +27439,7 @@ else +--- configure.orig 2010-03-21 14:18:33.000000000 -0400 ++++ configure 2010-03-21 14:18:33.000000000 -0400 +@@ -15286,7 +15286,7 @@ else USE_DEBUG="no" fi diff --git a/games/gcompris/files/patch-src_gcompris_gameutil.c b/games/gcompris/files/patch-src_gcompris_gameutil.c new file mode 100644 index 000000000000..81486b605499 --- /dev/null +++ b/games/gcompris/files/patch-src_gcompris_gameutil.c @@ -0,0 +1,19 @@ +--- src/gcompris/gameutil.c.orig 2010-03-21 17:02:26.000000000 -0400 ++++ src/gcompris/gameutil.c 2010-03-21 17:03:23.000000000 -0400 +@@ -568,6 +568,7 @@ gc_file_find_absolute(const gchar *forma + int i = 0; + gchar *filename; + gchar *absolute_filename; ++ gchar rpath[PATH_MAX]; + gchar *dir_to_search[4]; + GcomprisProperties *properties = gc_prop_get(); + +@@ -654,7 +655,7 @@ gc_file_find_absolute(const gchar *forma + + FOUND: + g_free(filename); +- char *abs_name = realpath(absolute_filename, NULL); ++ char *abs_name = g_strdup (realpath(absolute_filename, rpath)); + g_free(absolute_filename); + return abs_name; + } diff --git a/games/gcompris/files/patch-src_gcompris_gcompris.c b/games/gcompris/files/patch-src_gcompris_gcompris.c index bace0122c640..5403d9cbc8c9 100644 --- a/games/gcompris/files/patch-src_gcompris_gcompris.c +++ b/games/gcompris/files/patch-src_gcompris_gcompris.c @@ -1,6 +1,6 @@ ---- src/gcompris/gcompris.c.orig 2008-07-04 17:35:40.000000000 -0400 -+++ src/gcompris/gcompris.c 2008-08-15 02:05:47.000000000 -0400 -@@ -1127,11 +1127,11 @@ static void load_properties () +--- src/gcompris/gcompris.c.orig 2010-02-13 08:38:20.000000000 -0500 ++++ src/gcompris/gcompris.c 2010-03-21 14:22:42.000000000 -0400 +@@ -1202,7 +1202,7 @@ static void load_properties () #ifdef NSBUNDLE exec_prefix = gcompris_nsbundle_resource (); #else @@ -9,8 +9,3 @@ #endif g_warning("exec_prefix %s\n", (exec_prefix==NULL ? "NONE" : exec_prefix)); -- prefix_dir = gbr_find_prefix(NULL); -+ prefix_dir = gbr_find_prefix("%%PREFIX%%"); - - /* Check if we are in the source code (developper usage) */ - tmpstr = g_strconcat(prefix_dir, "/gcompris/gcompris.c", NULL); diff --git a/games/gcompris/pkg-plist b/games/gcompris/pkg-plist index 2a5fae70177a..2021339fb224 100644 --- a/games/gcompris/pkg-plist +++ b/games/gcompris/pkg-plist @@ -7,6 +7,8 @@ lib/gcompris/libalgebra_guesscount.la lib/gcompris/libalgebra_guesscount.so lib/gcompris/libawele.la lib/gcompris/libawele.so +lib/gcompris/libbillard.la +lib/gcompris/libbillard.so lib/gcompris/libcanal_lock.la lib/gcompris/libcanal_lock.so lib/gcompris/libchess.la @@ -29,8 +31,9 @@ lib/gcompris/libfifteen.la lib/gcompris/libfifteen.so lib/gcompris/libgletters.la lib/gcompris/libgletters.so -lib/gcompris/libgtans.la -lib/gcompris/libgtans.so +lib/gcompris/libgoocanvas.la +lib/gcompris/libgoocanvas.so +lib/gcompris/libgoocanvas.so.0 lib/gcompris/libhanoi.la lib/gcompris/libhanoi.so lib/gcompris/libhanoi_real.la @@ -39,8 +42,6 @@ lib/gcompris/libimageid.la lib/gcompris/libimageid.so lib/gcompris/libleftright.la lib/gcompris/libleftright.so -lib/gcompris/libmachpuzzle.la -lib/gcompris/libmachpuzzle.so lib/gcompris/libmagic_hat.la lib/gcompris/libmagic_hat.so lib/gcompris/libmaze.la @@ -55,6 +56,8 @@ lib/gcompris/libmoney.la lib/gcompris/libmoney.so lib/gcompris/libparatrooper.la lib/gcompris/libparatrooper.so +lib/gcompris/libphotohunter.la +lib/gcompris/libphotohunter.so lib/gcompris/libplanegame.la lib/gcompris/libplanegame.so lib/gcompris/libpython.la @@ -77,6 +80,8 @@ lib/gcompris/libsubmarine.la lib/gcompris/libsubmarine.so lib/gcompris/libsuperbrain.la lib/gcompris/libsuperbrain.so +lib/gcompris/libtangram.la +lib/gcompris/libtangram.so lib/gcompris/libtarget.la lib/gcompris/libtarget.so lib/gcompris/libtraffic.la @@ -87,12 +92,23 @@ lib/gcompris/libwordsgame.la lib/gcompris/libwordsgame.so share/applications/gcompris-edit.desktop share/applications/gcompris.desktop -%%DATADIR%%/boards/DOCUMENTATIONS %%DATADIR%%/boards/Makefile.in.bak %%DATADIR%%/boards/README %%DATADIR%%/boards/administration.xml +%%DATADIR%%/boards/administration/config_boards.svgz +%%DATADIR%%/boards/administration/config_groups.svgz +%%DATADIR%%/boards/administration/config_profiles.svgz +%%DATADIR%%/boards/administration/config_reports.svgz +%%DATADIR%%/boards/administration/config_users.svgz +%%DATADIR%%/boards/administration/difficulty1.svg +%%DATADIR%%/boards/administration/difficulty2.svg +%%DATADIR%%/boards/administration/difficulty3.svg +%%DATADIR%%/boards/administration/difficulty4.svg +%%DATADIR%%/boards/administration/difficulty5.svg +%%DATADIR%%/boards/administration/difficulty6.svg +%%DATADIR%%/boards/administration/tuxplane.svg +%%DATADIR%%/boards/advanced_colors.svg %%DATADIR%%/boards/advanced_colors.xml -%%DATADIR%%/boards/advanced_colors/Makefile.in.bak %%DATADIR%%/boards/advanced_colors/advanced_colors1.jpg %%DATADIR%%/boards/advanced_colors/advanced_colors2.jpg %%DATADIR%%/boards/advanced_colors/advanced_colors3.jpg @@ -102,7 +118,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/advanced_colors/advanced_colors7.jpg %%DATADIR%%/boards/advanced_colors/advanced_colors8.jpg %%DATADIR%%/boards/advanced_colors/advanced_colors9.jpg -%%DATADIR%%/boards/advanced_colors/advanced_colors_highlight.png %%DATADIR%%/boards/advanced_colors/board1.xml %%DATADIR%%/boards/advanced_colors/board2.xml %%DATADIR%%/boards/advanced_colors/board3.xml @@ -112,34 +127,102 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/advanced_colors/board7.xml %%DATADIR%%/boards/advanced_colors/board8.xml %%DATADIR%%/boards/advanced_colors/board9.xml +%%DATADIR%%/boards/advanced_colors/highlight.png +%%DATADIR%%/boards/algebra/scenery2_background.png +%%DATADIR%%/boards/algebra_by.svg %%DATADIR%%/boards/algebra_by.xml +%%DATADIR%%/boards/algebra_group.svg %%DATADIR%%/boards/algebra_group.xml +%%DATADIR%%/boards/algebra_guesscount.svg %%DATADIR%%/boards/algebra_guesscount.xml -%%DATADIR%%/boards/algebra_guesscount/1.png -%%DATADIR%%/boards/algebra_guesscount/10.png -%%DATADIR%%/boards/algebra_guesscount/100.png -%%DATADIR%%/boards/algebra_guesscount/2.png -%%DATADIR%%/boards/algebra_guesscount/25.png -%%DATADIR%%/boards/algebra_guesscount/3.png -%%DATADIR%%/boards/algebra_guesscount/4.png -%%DATADIR%%/boards/algebra_guesscount/5.png -%%DATADIR%%/boards/algebra_guesscount/50.png -%%DATADIR%%/boards/algebra_guesscount/6.png -%%DATADIR%%/boards/algebra_guesscount/7.png -%%DATADIR%%/boards/algebra_guesscount/8.png -%%DATADIR%%/boards/algebra_guesscount/9.png -%%DATADIR%%/boards/algebra_guesscount/button.png -%%DATADIR%%/boards/algebra_guesscount/by.png -%%DATADIR%%/boards/algebra_guesscount/div.png -%%DATADIR%%/boards/algebra_guesscount/equal.png -%%DATADIR%%/boards/algebra_guesscount/minus.png -%%DATADIR%%/boards/algebra_guesscount/plus.png +%%DATADIR%%/boards/algebra_guesscount/1.svg +%%DATADIR%%/boards/algebra_guesscount/10.svg +%%DATADIR%%/boards/algebra_guesscount/100.svg +%%DATADIR%%/boards/algebra_guesscount/2.svg +%%DATADIR%%/boards/algebra_guesscount/25.svg +%%DATADIR%%/boards/algebra_guesscount/3.svg +%%DATADIR%%/boards/algebra_guesscount/4.svg +%%DATADIR%%/boards/algebra_guesscount/5.svg +%%DATADIR%%/boards/algebra_guesscount/50.svg +%%DATADIR%%/boards/algebra_guesscount/6.svg +%%DATADIR%%/boards/algebra_guesscount/7.svg +%%DATADIR%%/boards/algebra_guesscount/8.svg +%%DATADIR%%/boards/algebra_guesscount/9.svg +%%DATADIR%%/boards/algebra_guesscount/README +%%DATADIR%%/boards/algebra_guesscount/by.svg +%%DATADIR%%/boards/algebra_guesscount/div.svg +%%DATADIR%%/boards/algebra_guesscount/equal.svg +%%DATADIR%%/boards/algebra_guesscount/minus.svg +%%DATADIR%%/boards/algebra_guesscount/plus.svg +%%DATADIR%%/boards/algebra_guesscount/tiger1_RS.jpg +%%DATADIR%%/boards/algebra_guesscount/tigercub003.jpg +%%DATADIR%%/boards/algebra_guesscount/tigerdrink001.jpg +%%DATADIR%%/boards/algebra_guesscount/tigerplay001.jpg +%%DATADIR%%/boards/algebra_minus.svg %%DATADIR%%/boards/algebra_minus.xml +%%DATADIR%%/boards/algebra_plus.svg %%DATADIR%%/boards/algebra_plus.xml +%%DATADIR%%/boards/algebramenu.svg %%DATADIR%%/boards/algebramenu.xml +%%DATADIR%%/boards/algorithm.svg %%DATADIR%%/boards/algorithm.xml +%%DATADIR%%/boards/algorithm/apple.png +%%DATADIR%%/boards/algorithm/cerise.png +%%DATADIR%%/boards/algorithm/egg.png +%%DATADIR%%/boards/algorithm/eggpot.png +%%DATADIR%%/boards/algorithm/football.png +%%DATADIR%%/boards/algorithm/glass.png +%%DATADIR%%/boards/algorithm/peer.png +%%DATADIR%%/boards/algorithm/scenery5_background.png +%%DATADIR%%/boards/algorithm/strawberry.png +%%DATADIR%%/boards/anim.svg %%DATADIR%%/boards/anim.xml -%%DATADIR%%/boards/anim/animation.js +%%DATADIR%%/boards/anim/Makefile +%%DATADIR%%/boards/anim/Makefile.am +%%DATADIR%%/boards/anim/Makefile.in +%%DATADIR%%/boards/anim/color-selector.png +%%DATADIR%%/boards/anim/counter.png +%%DATADIR%%/boards/anim/down.png +%%DATADIR%%/boards/anim/draw.svg +%%DATADIR%%/boards/anim/tool-circle.png +%%DATADIR%%/boards/anim/tool-circle_on.png +%%DATADIR%%/boards/anim/tool-del.png +%%DATADIR%%/boards/anim/tool-del_on.png +%%DATADIR%%/boards/anim/tool-down.png +%%DATADIR%%/boards/anim/tool-down_on.png +%%DATADIR%%/boards/anim/tool-empty.png +%%DATADIR%%/boards/anim/tool-empty_on.png +%%DATADIR%%/boards/anim/tool-fill.png +%%DATADIR%%/boards/anim/tool-fill_on.png +%%DATADIR%%/boards/anim/tool-filledcircle.png +%%DATADIR%%/boards/anim/tool-filledcircle_on.png +%%DATADIR%%/boards/anim/tool-filledrectangle.png +%%DATADIR%%/boards/anim/tool-filledrectangle_on.png +%%DATADIR%%/boards/anim/tool-flip.png +%%DATADIR%%/boards/anim/tool-flip_on.png +%%DATADIR%%/boards/anim/tool-image.png +%%DATADIR%%/boards/anim/tool-image_on.png +%%DATADIR%%/boards/anim/tool-line.png +%%DATADIR%%/boards/anim/tool-line_on.png +%%DATADIR%%/boards/anim/tool-load.png +%%DATADIR%%/boards/anim/tool-movie.png +%%DATADIR%%/boards/anim/tool-movie_on.png +%%DATADIR%%/boards/anim/tool-rectangle.png +%%DATADIR%%/boards/anim/tool-rectangle_on.png +%%DATADIR%%/boards/anim/tool-rotation-ccw.png +%%DATADIR%%/boards/anim/tool-rotation-ccw_on.png +%%DATADIR%%/boards/anim/tool-rotation-cw.png +%%DATADIR%%/boards/anim/tool-rotation-cw_on.png +%%DATADIR%%/boards/anim/tool-save.png +%%DATADIR%%/boards/anim/tool-select.png +%%DATADIR%%/boards/anim/tool-select_on.png +%%DATADIR%%/boards/anim/tool-selector.png +%%DATADIR%%/boards/anim/tool-text.png +%%DATADIR%%/boards/anim/tool-text_on.png +%%DATADIR%%/boards/anim/tool-up.png +%%DATADIR%%/boards/anim/tool-up_on.png +%%DATADIR%%/boards/anim/up.png +%%DATADIR%%/boards/awele.svg %%DATADIR%%/boards/awele.xml %%DATADIR%%/boards/awele/awele_frame.png %%DATADIR%%/boards/awele/bouton1.png @@ -165,9 +248,13 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/awele/graine3.png %%DATADIR%%/boards/awele/graine4.png %%DATADIR%%/boards/awele/graine4bis.png +%%DATADIR%%/boards/awele/sablier.gif +%%DATADIR%%/boards/awele/sablier.txt +%%DATADIR%%/boards/babymatch.svg %%DATADIR%%/boards/babymatch.xml -%%DATADIR%%/boards/babymatch/Makefile.in.bak -%%DATADIR%%/boards/babymatch/bell.png +%%DATADIR%%/boards/babymatch/apple.svg +%%DATADIR%%/boards/babymatch/bell.svg +%%DATADIR%%/boards/babymatch/bicycle.svg %%DATADIR%%/boards/babymatch/board1_0.xml %%DATADIR%%/boards/babymatch/board2_0.xml %%DATADIR%%/boards/babymatch/board3_0.xml @@ -175,28 +262,43 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/babymatch/board5_0.xml %%DATADIR%%/boards/babymatch/board6_0.xml %%DATADIR%%/boards/babymatch/board7_0.xml -%%DATADIR%%/boards/babymatch/gramophone.png -%%DATADIR%%/boards/babymatch/lifebuoy.png -%%DATADIR%%/boards/babymatch/sun.png -%%DATADIR%%/boards/babymatch/umbrella.png +%%DATADIR%%/boards/babymatch/bottle.svg +%%DATADIR%%/boards/babymatch/car.svg +%%DATADIR%%/boards/babymatch/carrot.svg +%%DATADIR%%/boards/babymatch/castle.svg +%%DATADIR%%/boards/babymatch/crown.svg +%%DATADIR%%/boards/babymatch/egg.svg +%%DATADIR%%/boards/babymatch/eggpot.svg +%%DATADIR%%/boards/babymatch/fishingboat.svg +%%DATADIR%%/boards/babymatch/flower.svg +%%DATADIR%%/boards/babymatch/flowerpot.svg +%%DATADIR%%/boards/babymatch/football.svg +%%DATADIR%%/boards/babymatch/fusee.svg +%%DATADIR%%/boards/babymatch/glass.svg +%%DATADIR%%/boards/babymatch/house.svg +%%DATADIR%%/boards/babymatch/lamp.svg +%%DATADIR%%/boards/babymatch/lifebuoy.svg +%%DATADIR%%/boards/babymatch/light.svg +%%DATADIR%%/boards/babymatch/lighthouse.svg +%%DATADIR%%/boards/babymatch/minivan.svg +%%DATADIR%%/boards/babymatch/pencil.svg +%%DATADIR%%/boards/babymatch/postcard.svg +%%DATADIR%%/boards/babymatch/postpoint.svg +%%DATADIR%%/boards/babymatch/rape.svg +%%DATADIR%%/boards/babymatch/raquette.svg +%%DATADIR%%/boards/babymatch/sailingboat.svg +%%DATADIR%%/boards/babymatch/sofa.svg +%%DATADIR%%/boards/babymatch/sound.svg +%%DATADIR%%/boards/babymatch/star.svg +%%DATADIR%%/boards/babymatch/sun.svg +%%DATADIR%%/boards/babymatch/tree.svg +%%DATADIR%%/boards/babymatch/truck.svg +%%DATADIR%%/boards/babymatch/tuxhelico.svg +%%DATADIR%%/boards/babymatch/tuxplane.svg +%%DATADIR%%/boards/babymatch/umbrella.svg +%%DATADIR%%/boards/babymatch/windflag5.svg +%%DATADIR%%/boards/babyshapes.svg %%DATADIR%%/boards/babyshapes.xml -%%DATADIR%%/boards/babyshapes/Bosschaert_04/1.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/2.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/3.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/4.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/5.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/6.png -%%DATADIR%%/boards/babyshapes/Bosschaert_04/background.png -%%DATADIR%%/boards/babyshapes/Makefile.in.bak -%%DATADIR%%/boards/babyshapes/Paul_Gauguin_006/background.png -%%DATADIR%%/boards/babyshapes/Paul_Gauguin_006/chien.png -%%DATADIR%%/boards/babyshapes/Paul_Gauguin_006/jeunes_filles.png -%%DATADIR%%/boards/babyshapes/Paul_Gauguin_006/statue.png -%%DATADIR%%/boards/babyshapes/Pieter_Bruegel/background.png -%%DATADIR%%/boards/babyshapes/Pieter_Bruegel/fillette.png -%%DATADIR%%/boards/babyshapes/Pieter_Bruegel/mur.png -%%DATADIR%%/boards/babyshapes/Pieter_Bruegel/musicien.png -%%DATADIR%%/boards/babyshapes/Pieter_Bruegel/service.png %%DATADIR%%/boards/babyshapes/T_baby_bottle.png %%DATADIR%%/boards/babyshapes/T_banana.png %%DATADIR%%/boards/babyshapes/T_bread_slice.png @@ -214,12 +316,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/babyshapes/T_round_cookie.png %%DATADIR%%/boards/babyshapes/T_suggar_box.png %%DATADIR%%/boards/babyshapes/T_yahourt.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/1.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/2.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/3.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/4.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/5.png -%%DATADIR%%/boards/babyshapes/Van_Gogh_0011/background.png %%DATADIR%%/boards/babyshapes/board1_0.xml %%DATADIR%%/boards/babyshapes/board2_0.xml %%DATADIR%%/boards/babyshapes/board3_0.xml @@ -250,51 +346,61 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/babyshapes/dog3/dog4.png %%DATADIR%%/boards/babyshapes/dog3/dog5.png %%DATADIR%%/boards/babyshapes/dog3/dog6.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/1.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/2.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/3.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/4.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/5.png -%%DATADIR%%/boards/babyshapes/lady_unicorn/background.png +%%DATADIR%%/boards/babyshapes/food/baby_bottle.png +%%DATADIR%%/boards/babyshapes/food/banana.png +%%DATADIR%%/boards/babyshapes/food/bread_slice.png +%%DATADIR%%/boards/babyshapes/food/butter.png +%%DATADIR%%/boards/babyshapes/food/chocolate.png +%%DATADIR%%/boards/babyshapes/food/chocolate_cake.png +%%DATADIR%%/boards/babyshapes/food/cookie.png +%%DATADIR%%/boards/babyshapes/food/french_croissant.png +%%DATADIR%%/boards/babyshapes/food/grapefruit.png +%%DATADIR%%/boards/babyshapes/food/marmelade.png +%%DATADIR%%/boards/babyshapes/food/milk_cup.png +%%DATADIR%%/boards/babyshapes/food/milk_shake.png +%%DATADIR%%/boards/babyshapes/food/orange.png +%%DATADIR%%/boards/babyshapes/food/pear.png +%%DATADIR%%/boards/babyshapes/food/round_cookie.png +%%DATADIR%%/boards/babyshapes/food/suggar_box.png +%%DATADIR%%/boards/babyshapes/food/yahourt.png +%%DATADIR%%/boards/ballcatch.svg %%DATADIR%%/boards/ballcatch.xml +%%DATADIR%%/boards/ballcatch/beach1.png +%%DATADIR%%/boards/ballcatch/beach2.png +%%DATADIR%%/boards/ballcatch/beach3.png +%%DATADIR%%/boards/ballcatch/beach4.png +%%DATADIR%%/boards/ballcatch/hand.png +%%DATADIR%%/boards/ballcatch/shift_key.png +%%DATADIR%%/boards/ballcatch/tux.png +%%DATADIR%%/boards/bargame.svg %%DATADIR%%/boards/bargame.xml %%DATADIR%%/boards/bargame/blue_ball.png %%DATADIR%%/boards/bargame/board.png %%DATADIR%%/boards/bargame/case.png %%DATADIR%%/boards/bargame/case_last.png +%%DATADIR%%/boards/bargame/enumerate_answer.png +%%DATADIR%%/boards/bargame/enumerate_answer_focus.png %%DATADIR%%/boards/bargame/green_ball.png %%DATADIR%%/boards/bargame/mask.png %%DATADIR%%/boards/bargame/mask_last.png %%DATADIR%%/boards/bargame/ombre.png +%%DATADIR%%/boards/bargame/school_bg1.jpg +%%DATADIR%%/boards/bargame/school_bg2.jpg +%%DATADIR%%/boards/bargame/school_bg3.jpg +%%DATADIR%%/boards/bargame/school_bg4.jpg +%%DATADIR%%/boards/bargame/tux.png +%%DATADIR%%/boards/bargame/tux_albert.png +%%DATADIR%%/boards/bargame/tux_graduate.png +%%DATADIR%%/boards/bargame/tux_teen.png %%DATADIR%%/boards/billard.xml +%%DATADIR%%/boards/billard/foot_background.svgz +%%DATADIR%%/boards/book.svg +%%DATADIR%%/boards/canal_lock.svg %%DATADIR%%/boards/canal_lock.xml -%%DATADIR%%/boards/canal_lock/canal_lock_bg.png -%%DATADIR%%/boards/cardimage/01_cat.png -%%DATADIR%%/boards/cardimage/02_pig.png -%%DATADIR%%/boards/cardimage/03_bear.png -%%DATADIR%%/boards/cardimage/04_hippopotamus.png -%%DATADIR%%/boards/cardimage/05_penguin.png -%%DATADIR%%/boards/cardimage/06_cow.png -%%DATADIR%%/boards/cardimage/07_sheep.png -%%DATADIR%%/boards/cardimage/08_turtle.png -%%DATADIR%%/boards/cardimage/09_panda.png -%%DATADIR%%/boards/cardimage/10_chicken.png -%%DATADIR%%/boards/cardimage/11_redbird.png -%%DATADIR%%/boards/cardimage/12_wolf.png -%%DATADIR%%/boards/cardimage/13_monkey.png -%%DATADIR%%/boards/cardimage/14_fox.png -%%DATADIR%%/boards/cardimage/15_bluebirds.png -%%DATADIR%%/boards/cardimage/16_elephant.png -%%DATADIR%%/boards/cardimage/17_lion.png -%%DATADIR%%/boards/cardimage/18_gnu.png -%%DATADIR%%/boards/cardimage/19_bluebaby.png -%%DATADIR%%/boards/cardimage/20_greenbaby.png -%%DATADIR%%/boards/cardimage/21_frog.png -%%DATADIR%%/boards/cardimage/README -%%DATADIR%%/boards/cardimage/backcard.png -%%DATADIR%%/boards/cardimage/emptycard.png +%%DATADIR%%/boards/canal_lock/canal_lock.svgz +%%DATADIR%%/boards/chat.svg %%DATADIR%%/boards/chat.xml -%%DATADIR%%/boards/check.sh +%%DATADIR%%/boards/chess.svg %%DATADIR%%/boards/chess.xml %%DATADIR%%/boards/chess/Bb.png %%DATADIR%%/boards/chess/Bk.png @@ -302,18 +408,34 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/chess/Bp.png %%DATADIR%%/boards/chess/Bq.png %%DATADIR%%/boards/chess/Br.png -%%DATADIR%%/boards/chess/COPYRIGHT %%DATADIR%%/boards/chess/WB.png %%DATADIR%%/boards/chess/WK.png %%DATADIR%%/boards/chess/WN.png %%DATADIR%%/boards/chess/WP.png %%DATADIR%%/boards/chess/WQ.png %%DATADIR%%/boards/chess/WR.png +%%DATADIR%%/boards/chess_computer.svg %%DATADIR%%/boards/chess_computer.xml +%%DATADIR%%/boards/chess_movelearn.svg %%DATADIR%%/boards/chess_movelearn.xml +%%DATADIR%%/boards/chess_partyend.svg %%DATADIR%%/boards/chess_partyend.xml +%%DATADIR%%/boards/chronos.svg %%DATADIR%%/boards/chronos.xml -%%DATADIR%%/boards/chronos/Makefile.in.bak +%%DATADIR%%/boards/chronos/1.ogg +%%DATADIR%%/boards/chronos/1.png +%%DATADIR%%/boards/chronos/1955ds19.png +%%DATADIR%%/boards/chronos/2.ogg +%%DATADIR%%/boards/chronos/2.png +%%DATADIR%%/boards/chronos/3.ogg +%%DATADIR%%/boards/chronos/3.png +%%DATADIR%%/boards/chronos/4.png +%%DATADIR%%/boards/chronos/Eole.svg +%%DATADIR%%/boards/chronos/autumn.png +%%DATADIR%%/boards/chronos/bell_X1.png +%%DATADIR%%/boards/chronos/benz1885.png +%%DATADIR%%/boards/chronos/bg.jpg +%%DATADIR%%/boards/chronos/bleriot.png %%DATADIR%%/boards/chronos/board1_0.xml %%DATADIR%%/boards/chronos/board1_1.xml %%DATADIR%%/boards/chronos/board1_2.xml @@ -327,50 +449,118 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/chronos/board4_1.xml %%DATADIR%%/boards/chronos/board4_2.xml %%DATADIR%%/boards/chronos/board4_3.xml -%%DATADIR%%/boards/chronos/images/1955ds19.png -%%DATADIR%%/boards/chronos/images/Eole.png -%%DATADIR%%/boards/chronos/images/README -%%DATADIR%%/boards/chronos/images/autumn.png -%%DATADIR%%/boards/chronos/images/bell_X1.png -%%DATADIR%%/boards/chronos/images/benz1885.png -%%DATADIR%%/boards/chronos/images/bleriot.png -%%DATADIR%%/boards/chronos/images/bolle1878.png -%%DATADIR%%/boards/chronos/images/celerifere.png -%%DATADIR%%/boards/chronos/images/chronos-tuxtree1.png -%%DATADIR%%/boards/chronos/images/chronos-tuxtree2.png -%%DATADIR%%/boards/chronos/images/chronos-tuxtree3.png -%%DATADIR%%/boards/chronos/images/chronos-tuxtree4.png -%%DATADIR%%/boards/chronos/images/fardier.png -%%DATADIR%%/boards/chronos/images/garden1.png -%%DATADIR%%/boards/chronos/images/garden2.png -%%DATADIR%%/boards/chronos/images/garden3.png -%%DATADIR%%/boards/chronos/images/garden4.png -%%DATADIR%%/boards/chronos/images/helico_cornu.png -%%DATADIR%%/boards/chronos/images/lancia1923.png -%%DATADIR%%/boards/chronos/images/lindbergh.png -%%DATADIR%%/boards/chronos/images/mongolfiere.png -%%DATADIR%%/boards/chronos/images/rafale.png -%%DATADIR%%/boards/chronos/images/renault1899.png -%%DATADIR%%/boards/chronos/images/spring.png -%%DATADIR%%/boards/chronos/images/st_rocket.png -%%DATADIR%%/boards/chronos/images/summer.png -%%DATADIR%%/boards/chronos/images/winter.png -%%DATADIR%%/boards/chronos/images/wright_flyer.png -%%DATADIR%%/boards/chronos/space/1.jpg -%%DATADIR%%/boards/chronos/space/2.jpg -%%DATADIR%%/boards/chronos/space/3.jpg -%%DATADIR%%/boards/chronos/space/4.jpg -%%DATADIR%%/boards/chronos/space/bg.jpg +%%DATADIR%%/boards/chronos/bolle1878.svg +%%DATADIR%%/boards/chronos/celerifere.png +%%DATADIR%%/boards/chronos/chronos-tuxtree1.png +%%DATADIR%%/boards/chronos/chronos-tuxtree2.png +%%DATADIR%%/boards/chronos/chronos-tuxtree3.png +%%DATADIR%%/boards/chronos/chronos-tuxtree4.png +%%DATADIR%%/boards/chronos/fardier.png +%%DATADIR%%/boards/chronos/garden1.png +%%DATADIR%%/boards/chronos/garden2.png +%%DATADIR%%/boards/chronos/garden3.png +%%DATADIR%%/boards/chronos/garden4.png +%%DATADIR%%/boards/chronos/helico_cornu.png +%%DATADIR%%/boards/chronos/lancia1923.png +%%DATADIR%%/boards/chronos/lindbergh.png +%%DATADIR%%/boards/chronos/mongolfiere.png +%%DATADIR%%/boards/chronos/rafale.png +%%DATADIR%%/boards/chronos/renault1899.png +%%DATADIR%%/boards/chronos/spring.png +%%DATADIR%%/boards/chronos/st_rocket.png +%%DATADIR%%/boards/chronos/summer.png +%%DATADIR%%/boards/chronos/winter.png +%%DATADIR%%/boards/chronos/wright_flyer.png +%%DATADIR%%/boards/click_on_letter.svg %%DATADIR%%/boards/click_on_letter.xml +%%DATADIR%%/boards/click_on_letter/repeat.svg +%%DATADIR%%/boards/click_on_letter/scenery4_background.png +%%DATADIR%%/boards/click_on_letter/wagon-green.png +%%DATADIR%%/boards/click_on_letter/wagon-yellow.png +%%DATADIR%%/boards/clickanddraw.svg %%DATADIR%%/boards/clickanddraw.xml +%%DATADIR%%/boards/clickgame.svg %%DATADIR%%/boards/clickgame.xml +%%DATADIR%%/boards/clickgame/QueenAngel_0.png +%%DATADIR%%/boards/clickgame/QueenAngel_1.png +%%DATADIR%%/boards/clickgame/blueking2_0.png +%%DATADIR%%/boards/clickgame/blueking2_1.png +%%DATADIR%%/boards/clickgame/butfish_0.png +%%DATADIR%%/boards/clickgame/butfish_1.png +%%DATADIR%%/boards/clickgame/cichlid1_0.png +%%DATADIR%%/boards/clickgame/cichlid1_1.png +%%DATADIR%%/boards/clickgame/cichlid4_0.png +%%DATADIR%%/boards/clickgame/cichlid4_1.png +%%DATADIR%%/boards/clickgame/collaris_0.png +%%DATADIR%%/boards/clickgame/collaris_1.png +%%DATADIR%%/boards/clickgame/discus2_0.png +%%DATADIR%%/boards/clickgame/discus2_1.png +%%DATADIR%%/boards/clickgame/discus3_0.png +%%DATADIR%%/boards/clickgame/discus3_1.png +%%DATADIR%%/boards/clickgame/eel_0.png +%%DATADIR%%/boards/clickgame/eel_1.png +%%DATADIR%%/boards/clickgame/f00_0.png +%%DATADIR%%/boards/clickgame/f00_1.png +%%DATADIR%%/boards/clickgame/f01_0.png +%%DATADIR%%/boards/clickgame/f01_1.png +%%DATADIR%%/boards/clickgame/f02_0.png +%%DATADIR%%/boards/clickgame/f02_1.png +%%DATADIR%%/boards/clickgame/f03_0.png +%%DATADIR%%/boards/clickgame/f03_1.png +%%DATADIR%%/boards/clickgame/f04_0.png +%%DATADIR%%/boards/clickgame/f04_1.png +%%DATADIR%%/boards/clickgame/f05_0.png +%%DATADIR%%/boards/clickgame/f05_1.png +%%DATADIR%%/boards/clickgame/f06_0.png +%%DATADIR%%/boards/clickgame/f06_1.png +%%DATADIR%%/boards/clickgame/f07_0.png +%%DATADIR%%/boards/clickgame/f07_1.png +%%DATADIR%%/boards/clickgame/f08_0.png +%%DATADIR%%/boards/clickgame/f08_1.png +%%DATADIR%%/boards/clickgame/f09_0.png +%%DATADIR%%/boards/clickgame/f09_1.png +%%DATADIR%%/boards/clickgame/f10_0.png +%%DATADIR%%/boards/clickgame/f10_1.png +%%DATADIR%%/boards/clickgame/f11_0.png +%%DATADIR%%/boards/clickgame/f11_1.png +%%DATADIR%%/boards/clickgame/f12_0.png +%%DATADIR%%/boards/clickgame/f12_1.png +%%DATADIR%%/boards/clickgame/f13_0.png +%%DATADIR%%/boards/clickgame/f13_1.png +%%DATADIR%%/boards/clickgame/manta_0.png +%%DATADIR%%/boards/clickgame/manta_1.png +%%DATADIR%%/boards/clickgame/newf1_0.png +%%DATADIR%%/boards/clickgame/newf1_1.png +%%DATADIR%%/boards/clickgame/sea1.jpg +%%DATADIR%%/boards/clickgame/sea2.jpg +%%DATADIR%%/boards/clickgame/sea3.jpg +%%DATADIR%%/boards/clickgame/sea4.jpg +%%DATADIR%%/boards/clickgame/sea5.jpg +%%DATADIR%%/boards/clickgame/sea6.jpg +%%DATADIR%%/boards/clickgame/shark1_0.png +%%DATADIR%%/boards/clickgame/shark1_1.png +%%DATADIR%%/boards/clickgame/six_barred_0.png +%%DATADIR%%/boards/clickgame/six_barred_1.png +%%DATADIR%%/boards/clickgame/teeth_0.png +%%DATADIR%%/boards/clickgame/teeth_1.png +%%DATADIR%%/boards/clickgame/teeth_2.png +%%DATADIR%%/boards/clickgame/teeth_3.png +%%DATADIR%%/boards/clickgame/teeth_4.png +%%DATADIR%%/boards/clickgame/teeth_5.png +%%DATADIR%%/boards/clickgame/teeth_6.png +%%DATADIR%%/boards/clickgame/teeth_7.png +%%DATADIR%%/boards/clockgame.svg %%DATADIR%%/boards/clockgame.xml +%%DATADIR%%/boards/clockgame/clockgame-bg.svgz +%%DATADIR%%/boards/colors.svg %%DATADIR%%/boards/colors.xml %%DATADIR%%/boards/colors/colors_bg.png %%DATADIR%%/boards/colors/colors_highlight.png %%DATADIR%%/boards/colors_group.xml +%%DATADIR%%/boards/computer.svg %%DATADIR%%/boards/computer.xml %%DATADIR%%/boards/connect4-2players.xml +%%DATADIR%%/boards/connect4.svg %%DATADIR%%/boards/connect4.xml %%DATADIR%%/boards/connect4/back.png %%DATADIR%%/boards/connect4/sablier.gif @@ -378,6 +568,7 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/connect4/stone_1.png %%DATADIR%%/boards/connect4/stone_2.png %%DATADIR%%/boards/connect4/tux-teacher.png +%%DATADIR%%/boards/crane.svg %%DATADIR%%/boards/crane.xml %%DATADIR%%/boards/crane/arrow_b.png %%DATADIR%%/boards/crane/arrow_down.png @@ -388,7 +579,7 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/crane/arrow_u.png %%DATADIR%%/boards/crane/arrow_up.png %%DATADIR%%/boards/crane/bulb.png -%%DATADIR%%/boards/crane/crane-bg.png +%%DATADIR%%/boards/crane/crane-bg.svgz %%DATADIR%%/boards/crane/letter-a.png %%DATADIR%%/boards/crane/letter-b.png %%DATADIR%%/boards/crane/rectangle1.png @@ -407,10 +598,10 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/dataset/mrpotato.xml %%DATADIR%%/boards/dataset/tuxpaint_pictures.xml %%DATADIR%%/boards/dataset/user_pictures.xml +%%DATADIR%%/boards/discovery.svg %%DATADIR%%/boards/discovery.xml -%%DATADIR%%/boards/doubleclick.xml +%%DATADIR%%/boards/doubleentry.svg %%DATADIR%%/boards/doubleentry.xml -%%DATADIR%%/boards/doubleentry/Makefile.in.bak %%DATADIR%%/boards/doubleentry/board1_0.xml %%DATADIR%%/boards/doubleentry/board2_0.xml %%DATADIR%%/boards/doubleentry/board3_0.xml @@ -439,8 +630,31 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/doubleentry/d-entry_pomme_2.png %%DATADIR%%/boards/doubleentry/d-entry_pomme_3.png %%DATADIR%%/boards/doubleentry/doubleentry-bg.png +%%DATADIR%%/boards/draw.svg %%DATADIR%%/boards/draw.xml +%%DATADIR%%/boards/drawnumber.svg %%DATADIR%%/boards/drawnumber.xml +%%DATADIR%%/boards/drawnumber/dn_bear1.png +%%DATADIR%%/boards/drawnumber/dn_bear2.png +%%DATADIR%%/boards/drawnumber/dn_de1.png +%%DATADIR%%/boards/drawnumber/dn_de2.png +%%DATADIR%%/boards/drawnumber/dn_epouvantail1.png +%%DATADIR%%/boards/drawnumber/dn_epouvantail2.png +%%DATADIR%%/boards/drawnumber/dn_fond1.png +%%DATADIR%%/boards/drawnumber/dn_fou1.png +%%DATADIR%%/boards/drawnumber/dn_fou2.png +%%DATADIR%%/boards/drawnumber/dn_hibou1.png +%%DATADIR%%/boards/drawnumber/dn_hibou2.png +%%DATADIR%%/boards/drawnumber/dn_house1.png +%%DATADIR%%/boards/drawnumber/dn_house2.png +%%DATADIR%%/boards/drawnumber/dn_plane1.png +%%DATADIR%%/boards/drawnumber/dn_plane2.png +%%DATADIR%%/boards/drawnumber/dn_poisson1.png +%%DATADIR%%/boards/drawnumber/dn_poisson2.png +%%DATADIR%%/boards/drawnumber/dn_sapin1.png +%%DATADIR%%/boards/drawnumber/dn_sapin2.png +%%DATADIR%%/boards/ear.svg +%%DATADIR%%/boards/electric.svg %%DATADIR%%/boards/electric.xml %%DATADIR%%/boards/electric/battery.png %%DATADIR%%/boards/electric/battery_dead.png @@ -475,289 +689,525 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/electric/switch_icon.png %%DATADIR%%/boards/electric/switch_off.png %%DATADIR%%/boards/electric/switch_on.png +%%DATADIR%%/boards/electric/tool-del.png +%%DATADIR%%/boards/electric/tool-del_on.png +%%DATADIR%%/boards/electric/tool-select.png +%%DATADIR%%/boards/electric/tool-select_on.png +%%DATADIR%%/boards/enumerate.svg %%DATADIR%%/boards/enumerate.xml +%%DATADIR%%/boards/enumerate/README +%%DATADIR%%/boards/enumerate/baby_bottle.png +%%DATADIR%%/boards/enumerate/banana.png +%%DATADIR%%/boards/enumerate/bread_slice.png +%%DATADIR%%/boards/enumerate/butter.png +%%DATADIR%%/boards/enumerate/chocolate.png +%%DATADIR%%/boards/enumerate/chocolate_cake.png +%%DATADIR%%/boards/enumerate/cookie.png +%%DATADIR%%/boards/enumerate/enumerate_answer.png +%%DATADIR%%/boards/enumerate/enumerate_answer_focus.png +%%DATADIR%%/boards/enumerate/enumerate_background.png +%%DATADIR%%/boards/enumerate/french_croissant.png +%%DATADIR%%/boards/enumerate/grapefruit.png +%%DATADIR%%/boards/enumerate/marmelade.png +%%DATADIR%%/boards/enumerate/milk_cup.png +%%DATADIR%%/boards/enumerate/milk_shake.png +%%DATADIR%%/boards/enumerate/orange.png +%%DATADIR%%/boards/enumerate/pear.png +%%DATADIR%%/boards/enumerate/round_cookie.png +%%DATADIR%%/boards/enumerate/suggar_box.png +%%DATADIR%%/boards/enumerate/yahourt.png +%%DATADIR%%/boards/erase.svg %%DATADIR%%/boards/erase.xml +%%DATADIR%%/boards/erase/bear001.jpg +%%DATADIR%%/boards/erase/black-headed-gull.jpg +%%DATADIR%%/boards/erase/butterfly.jpg +%%DATADIR%%/boards/erase/cat1.jpg +%%DATADIR%%/boards/erase/cat2.jpg +%%DATADIR%%/boards/erase/cow.jpg +%%DATADIR%%/boards/erase/donkey.jpg +%%DATADIR%%/boards/erase/elephanteauxgc.jpg +%%DATADIR%%/boards/erase/flamentrosegc.jpg +%%DATADIR%%/boards/erase/girafegc.jpg +%%DATADIR%%/boards/erase/horses.jpg +%%DATADIR%%/boards/erase/horses2.jpg +%%DATADIR%%/boards/erase/hypogc.jpg +%%DATADIR%%/boards/erase/joybear001.jpg +%%DATADIR%%/boards/erase/joybear002.jpg +%%DATADIR%%/boards/erase/jumentmulassieregc.jpg +%%DATADIR%%/boards/erase/maki1.jpg +%%DATADIR%%/boards/erase/maki2.jpg +%%DATADIR%%/boards/erase/maki3.jpg +%%DATADIR%%/boards/erase/maki4.jpg +%%DATADIR%%/boards/erase/maki5.jpg +%%DATADIR%%/boards/erase/maki6.jpg +%%DATADIR%%/boards/erase/malaybear002.jpg +%%DATADIR%%/boards/erase/pigeon.jpg +%%DATADIR%%/boards/erase/polabear011.jpg +%%DATADIR%%/boards/erase/polarbear001.jpg +%%DATADIR%%/boards/erase/poolbears001.jpg +%%DATADIR%%/boards/erase/rhinogc.jpg +%%DATADIR%%/boards/erase/sheep_irish.jpg +%%DATADIR%%/boards/erase/sheep_irish2.jpg +%%DATADIR%%/boards/erase/singegc.jpg +%%DATADIR%%/boards/erase/spectbear001.jpg +%%DATADIR%%/boards/erase/sponge.png +%%DATADIR%%/boards/erase/squirrel.jpg +%%DATADIR%%/boards/erase/tetegorillegc.jpg +%%DATADIR%%/boards/erase/tiger1_by_Ralf_Schmode.jpg +%%DATADIR%%/boards/erase/tigercub003.jpg +%%DATADIR%%/boards/erase/tigerdrink001.jpg +%%DATADIR%%/boards/erase/tigerplay001.jpg +%%DATADIR%%/boards/erase/transparent_square.svgz +%%DATADIR%%/boards/erase/transparent_square_green.svgz +%%DATADIR%%/boards/erase/transparent_square_yellow.svgz +%%DATADIR%%/boards/erase_2clic.svg +%%DATADIR%%/boards/erase_2clic.xml +%%DATADIR%%/boards/erase_clic.svg %%DATADIR%%/boards/erase_clic.xml -%%DATADIR%%/boards/erase_doubleclick.xml +%%DATADIR%%/boards/experience.svg %%DATADIR%%/boards/experience.xml %%DATADIR%%/boards/experimental.xml +%%DATADIR%%/boards/eye_colors.svg +%%DATADIR%%/boards/fifteen.svg %%DATADIR%%/boards/fifteen.xml -%%DATADIR%%/boards/fishes/QueenAngel_0.png -%%DATADIR%%/boards/fishes/QueenAngel_1.png -%%DATADIR%%/boards/fishes/blueking2_0.png -%%DATADIR%%/boards/fishes/blueking2_1.png -%%DATADIR%%/boards/fishes/butfish_0.png -%%DATADIR%%/boards/fishes/butfish_1.png -%%DATADIR%%/boards/fishes/cichlid1_0.png -%%DATADIR%%/boards/fishes/cichlid1_1.png -%%DATADIR%%/boards/fishes/cichlid4_0.png -%%DATADIR%%/boards/fishes/cichlid4_1.png -%%DATADIR%%/boards/fishes/collaris_0.png -%%DATADIR%%/boards/fishes/collaris_1.png -%%DATADIR%%/boards/fishes/discus2_0.png -%%DATADIR%%/boards/fishes/discus2_1.png -%%DATADIR%%/boards/fishes/discus3_0.png -%%DATADIR%%/boards/fishes/discus3_1.png -%%DATADIR%%/boards/fishes/eel_0.png -%%DATADIR%%/boards/fishes/eel_1.png -%%DATADIR%%/boards/fishes/f00_0.png -%%DATADIR%%/boards/fishes/f00_1.png -%%DATADIR%%/boards/fishes/f01_0.png -%%DATADIR%%/boards/fishes/f01_1.png -%%DATADIR%%/boards/fishes/f02_0.png -%%DATADIR%%/boards/fishes/f02_1.png -%%DATADIR%%/boards/fishes/f03_0.png -%%DATADIR%%/boards/fishes/f03_1.png -%%DATADIR%%/boards/fishes/f04_0.png -%%DATADIR%%/boards/fishes/f04_1.png -%%DATADIR%%/boards/fishes/f05_0.png -%%DATADIR%%/boards/fishes/f05_1.png -%%DATADIR%%/boards/fishes/f06_0.png -%%DATADIR%%/boards/fishes/f06_1.png -%%DATADIR%%/boards/fishes/f07_0.png -%%DATADIR%%/boards/fishes/f07_1.png -%%DATADIR%%/boards/fishes/f08_0.png -%%DATADIR%%/boards/fishes/f08_1.png -%%DATADIR%%/boards/fishes/f09_0.png -%%DATADIR%%/boards/fishes/f09_1.png -%%DATADIR%%/boards/fishes/f10_0.png -%%DATADIR%%/boards/fishes/f10_1.png -%%DATADIR%%/boards/fishes/f11_0.png -%%DATADIR%%/boards/fishes/f11_1.png -%%DATADIR%%/boards/fishes/f12_0.png -%%DATADIR%%/boards/fishes/f12_1.png -%%DATADIR%%/boards/fishes/f13_0.png -%%DATADIR%%/boards/fishes/f13_1.png -%%DATADIR%%/boards/fishes/manta_0.png -%%DATADIR%%/boards/fishes/manta_1.png -%%DATADIR%%/boards/fishes/newf1_0.png -%%DATADIR%%/boards/fishes/newf1_1.png -%%DATADIR%%/boards/fishes/shark1_0.png -%%DATADIR%%/boards/fishes/shark1_1.png -%%DATADIR%%/boards/fishes/six_barred_0.png -%%DATADIR%%/boards/fishes/six_barred_1.png -%%DATADIR%%/boards/fishes/teeth_0.png -%%DATADIR%%/boards/fishes/teeth_1.png -%%DATADIR%%/boards/fishes/teeth_2.png -%%DATADIR%%/boards/fishes/teeth_3.png -%%DATADIR%%/boards/fishes/teeth_4.png -%%DATADIR%%/boards/fishes/teeth_5.png -%%DATADIR%%/boards/fishes/teeth_6.png -%%DATADIR%%/boards/fishes/teeth_7.png +%%DATADIR%%/boards/fifteen/fifteen_frame.png %%DATADIR%%/boards/flags/README -%%DATADIR%%/boards/flags/af.png -%%DATADIR%%/boards/flags/ar.png -%%DATADIR%%/boards/flags/ar_TN.png -%%DATADIR%%/boards/flags/az.png -%%DATADIR%%/boards/flags/be.png -%%DATADIR%%/boards/flags/bg.png -%%DATADIR%%/boards/flags/br.png -%%DATADIR%%/boards/flags/ca.png -%%DATADIR%%/boards/flags/ch.png -%%DATADIR%%/boards/flags/cs.png -%%DATADIR%%/boards/flags/da.png -%%DATADIR%%/boards/flags/de.png -%%DATADIR%%/boards/flags/dk.png -%%DATADIR%%/boards/flags/dz.png -%%DATADIR%%/boards/flags/el.png -%%DATADIR%%/boards/flags/en.png -%%DATADIR%%/boards/flags/en_CA.png -%%DATADIR%%/boards/flags/en_GB.png -%%DATADIR%%/boards/flags/es.png -%%DATADIR%%/boards/flags/eu.png -%%DATADIR%%/boards/flags/fa.png -%%DATADIR%%/boards/flags/fi.png -%%DATADIR%%/boards/flags/fr.png -%%DATADIR%%/boards/flags/ga.png -%%DATADIR%%/boards/flags/gu.png -%%DATADIR%%/boards/flags/he.png -%%DATADIR%%/boards/flags/hi.png -%%DATADIR%%/boards/flags/hr.png -%%DATADIR%%/boards/flags/hu.png -%%DATADIR%%/boards/flags/id.png -%%DATADIR%%/boards/flags/it.png -%%DATADIR%%/boards/flags/ja.png -%%DATADIR%%/boards/flags/ka.png -%%DATADIR%%/boards/flags/ko.png -%%DATADIR%%/boards/flags/lt.png -%%DATADIR%%/boards/flags/mk.png -%%DATADIR%%/boards/flags/ml.png -%%DATADIR%%/boards/flags/mr.png -%%DATADIR%%/boards/flags/ms.png -%%DATADIR%%/boards/flags/nb.png -%%DATADIR%%/boards/flags/ne.png -%%DATADIR%%/boards/flags/nl.png -%%DATADIR%%/boards/flags/nn.png -%%DATADIR%%/boards/flags/oc.png -%%DATADIR%%/boards/flags/pa.png -%%DATADIR%%/boards/flags/pl.png -%%DATADIR%%/boards/flags/pt.png -%%DATADIR%%/boards/flags/pt_BR.png -%%DATADIR%%/boards/flags/ro.png -%%DATADIR%%/boards/flags/ru.png -%%DATADIR%%/boards/flags/rw.png -%%DATADIR%%/boards/flags/sk.png -%%DATADIR%%/boards/flags/sl.png -%%DATADIR%%/boards/flags/so.png -%%DATADIR%%/boards/flags/sq.png -%%DATADIR%%/boards/flags/sr.png -%%DATADIR%%/boards/flags/sv.png -%%DATADIR%%/boards/flags/ta.png -%%DATADIR%%/boards/flags/th.png -%%DATADIR%%/boards/flags/tr.png -%%DATADIR%%/boards/flags/uk.png -%%DATADIR%%/boards/flags/ur.png -%%DATADIR%%/boards/flags/vi.png -%%DATADIR%%/boards/flags/wa.png -%%DATADIR%%/boards/flags/zh.png +%%DATADIR%%/boards/flags/af.svgz +%%DATADIR%%/boards/flags/am.svgz +%%DATADIR%%/boards/flags/ar.svgz +%%DATADIR%%/boards/flags/az.svgz +%%DATADIR%%/boards/flags/be.svgz +%%DATADIR%%/boards/flags/bg.svgz +%%DATADIR%%/boards/flags/br.svgz +%%DATADIR%%/boards/flags/ca.svgz +%%DATADIR%%/boards/flags/ch.svgz +%%DATADIR%%/boards/flags/cs.svgz +%%DATADIR%%/boards/flags/da.svgz +%%DATADIR%%/boards/flags/de.svgz +%%DATADIR%%/boards/flags/dz.svgz +%%DATADIR%%/boards/flags/el.svgz +%%DATADIR%%/boards/flags/en.svgz +%%DATADIR%%/boards/flags/en_CA.svgz +%%DATADIR%%/boards/flags/en_GB.svgz +%%DATADIR%%/boards/flags/es.svgz +%%DATADIR%%/boards/flags/eu.svgz +%%DATADIR%%/boards/flags/fa.svgz +%%DATADIR%%/boards/flags/fi.svgz +%%DATADIR%%/boards/flags/fr.svgz +%%DATADIR%%/boards/flags/ga.svgz +%%DATADIR%%/boards/flags/gu.svgz +%%DATADIR%%/boards/flags/he.svgz +%%DATADIR%%/boards/flags/hi.svgz +%%DATADIR%%/boards/flags/hr.svgz +%%DATADIR%%/boards/flags/hu.svgz +%%DATADIR%%/boards/flags/id.svgz +%%DATADIR%%/boards/flags/it.svgz +%%DATADIR%%/boards/flags/ja.svgz +%%DATADIR%%/boards/flags/ka.svgz +%%DATADIR%%/boards/flags/ko.svgz +%%DATADIR%%/boards/flags/lt.svgz +%%DATADIR%%/boards/flags/mk.svgz +%%DATADIR%%/boards/flags/ml.svgz +%%DATADIR%%/boards/flags/mr.svgz +%%DATADIR%%/boards/flags/ms.svgz +%%DATADIR%%/boards/flags/nb.svgz +%%DATADIR%%/boards/flags/ne.svgz +%%DATADIR%%/boards/flags/nl.svgz +%%DATADIR%%/boards/flags/nn.svgz +%%DATADIR%%/boards/flags/oc.svgz +%%DATADIR%%/boards/flags/pa.svgz +%%DATADIR%%/boards/flags/pl.svgz +%%DATADIR%%/boards/flags/pt.svgz +%%DATADIR%%/boards/flags/pt_BR.svgz +%%DATADIR%%/boards/flags/ro.svgz +%%DATADIR%%/boards/flags/ru.svgz +%%DATADIR%%/boards/flags/rw.svgz +%%DATADIR%%/boards/flags/sk.svgz +%%DATADIR%%/boards/flags/sl.svgz +%%DATADIR%%/boards/flags/so.svgz +%%DATADIR%%/boards/flags/sq.svgz +%%DATADIR%%/boards/flags/sr.svgz +%%DATADIR%%/boards/flags/sv.svgz +%%DATADIR%%/boards/flags/ta.svgz +%%DATADIR%%/boards/flags/th.svgz +%%DATADIR%%/boards/flags/tr.svgz +%%DATADIR%%/boards/flags/uk.svgz +%%DATADIR%%/boards/flags/ur.svgz +%%DATADIR%%/boards/flags/vi.svgz +%%DATADIR%%/boards/flags/wa.svgz +%%DATADIR%%/boards/flags/zh.svgz +%%DATADIR%%/boards/followline.svg %%DATADIR%%/boards/followline.xml +%%DATADIR%%/boards/followline/followline.svgz +%%DATADIR%%/boards/followline/water_spot.svg +%%DATADIR%%/boards/foot.svg +%%DATADIR%%/boards/france_region.svg +%%DATADIR%%/boards/fun.svg %%DATADIR%%/boards/fun.xml -%%DATADIR%%/boards/gcompris/Makefile.in.bak -%%DATADIR%%/boards/gcompris/README -%%DATADIR%%/boards/gcompris/bonus/README -%%DATADIR%%/boards/gcompris/bonus/flower_bad.png -%%DATADIR%%/boards/gcompris/bonus/flower_good.png -%%DATADIR%%/boards/gcompris/bonus/gnu_bad.png -%%DATADIR%%/boards/gcompris/bonus/gnu_good.png -%%DATADIR%%/boards/gcompris/bonus/lion_bad.png -%%DATADIR%%/boards/gcompris/bonus/lion_good.png -%%DATADIR%%/boards/gcompris/bonus/smiley_bad.png -%%DATADIR%%/boards/gcompris/bonus/smiley_good.png -%%DATADIR%%/boards/gcompris/bonus/tux_bad.png -%%DATADIR%%/boards/gcompris/bonus/tux_good.png -%%DATADIR%%/boards/gcompris/dice/small_dice_0.png -%%DATADIR%%/boards/gcompris/dice/small_dice_1.png -%%DATADIR%%/boards/gcompris/dice/small_dice_2.png -%%DATADIR%%/boards/gcompris/dice/small_dice_3.png -%%DATADIR%%/boards/gcompris/dice/small_dice_4.png -%%DATADIR%%/boards/gcompris/dice/small_dice_5.png -%%DATADIR%%/boards/gcompris/dice/small_dice_6.png -%%DATADIR%%/boards/gcompris/dice/small_dice_7.png -%%DATADIR%%/boards/gcompris/dice/small_dice_8.png -%%DATADIR%%/boards/gcompris/dice/small_dice_9.png -%%DATADIR%%/boards/gcompris/food/README -%%DATADIR%%/boards/gcompris/food/baby_bottle.png -%%DATADIR%%/boards/gcompris/food/banana.png -%%DATADIR%%/boards/gcompris/food/bread_slice.png -%%DATADIR%%/boards/gcompris/food/butter.png -%%DATADIR%%/boards/gcompris/food/chocolate.png -%%DATADIR%%/boards/gcompris/food/chocolate_cake.png -%%DATADIR%%/boards/gcompris/food/cookie.png -%%DATADIR%%/boards/gcompris/food/french_croissant.png -%%DATADIR%%/boards/gcompris/food/grapefruit.png -%%DATADIR%%/boards/gcompris/food/marmelade.png -%%DATADIR%%/boards/gcompris/food/milk_cup.png -%%DATADIR%%/boards/gcompris/food/milk_shake.png -%%DATADIR%%/boards/gcompris/food/orange.png -%%DATADIR%%/boards/gcompris/food/pear.png -%%DATADIR%%/boards/gcompris/food/round_cookie.png -%%DATADIR%%/boards/gcompris/food/suggar_box.png -%%DATADIR%%/boards/gcompris/food/yahourt.png -%%DATADIR%%/boards/gcompris/mime_type.xml -%%DATADIR%%/boards/gcompris/mimetypes/Makefile.in.bak -%%DATADIR%%/boards/gcompris/mimetypes/README -%%DATADIR%%/boards/gcompris/mimetypes/icons/gcompris+anim.png -%%DATADIR%%/boards/gcompris/mimetypes/icons/gcompris+draw.png -%%DATADIR%%/boards/gcompris/mimetypes/icons/svg+xml+javascript.png -%%DATADIR%%/boards/gcompris/mimetypes/icons/svg+xml.png -%%DATADIR%%/boards/gcompris/mimetypes/icons/wordprocessor+html.png -%%DATADIR%%/boards/gcompris/mimetypes/mime_type.xml -%%DATADIR%%/boards/gcompris/misc/README -%%DATADIR%%/boards/gcompris/misc/Tux_mute.png -%%DATADIR%%/boards/gcompris/misc/Tux_play.png -%%DATADIR%%/boards/gcompris/misc/apple.png -%%DATADIR%%/boards/gcompris/misc/bicycle.png -%%DATADIR%%/boards/gcompris/misc/bottle.png -%%DATADIR%%/boards/gcompris/misc/car.png -%%DATADIR%%/boards/gcompris/misc/carot.png -%%DATADIR%%/boards/gcompris/misc/castle.png -%%DATADIR%%/boards/gcompris/misc/cerise.png -%%DATADIR%%/boards/gcompris/misc/cloud.png -%%DATADIR%%/boards/gcompris/misc/cocotier.png -%%DATADIR%%/boards/gcompris/misc/crown.png -%%DATADIR%%/boards/gcompris/misc/door.png -%%DATADIR%%/boards/gcompris/misc/door1.png -%%DATADIR%%/boards/gcompris/misc/door2.png -%%DATADIR%%/boards/gcompris/misc/egg.png -%%DATADIR%%/boards/gcompris/misc/eggpot.png -%%DATADIR%%/boards/gcompris/misc/fishingboat.png -%%DATADIR%%/boards/gcompris/misc/flower.png -%%DATADIR%%/boards/gcompris/misc/flowerpot.png -%%DATADIR%%/boards/gcompris/misc/football.png -%%DATADIR%%/boards/gcompris/misc/fusee.png -%%DATADIR%%/boards/gcompris/misc/glass.png -%%DATADIR%%/boards/gcompris/misc/hand.png -%%DATADIR%%/boards/gcompris/misc/house.png -%%DATADIR%%/boards/gcompris/misc/lamp.png -%%DATADIR%%/boards/gcompris/misc/light.png -%%DATADIR%%/boards/gcompris/misc/lighthouse.png -%%DATADIR%%/boards/gcompris/misc/minitux.png -%%DATADIR%%/boards/gcompris/misc/minivan.png -%%DATADIR%%/boards/gcompris/misc/parachute.png -%%DATADIR%%/boards/gcompris/misc/peer.png -%%DATADIR%%/boards/gcompris/misc/pencil.png -%%DATADIR%%/boards/gcompris/misc/plane.png -%%DATADIR%%/boards/gcompris/misc/postcard.png -%%DATADIR%%/boards/gcompris/misc/postpoint.png -%%DATADIR%%/boards/gcompris/misc/rape.png -%%DATADIR%%/boards/gcompris/misc/raquette.png -%%DATADIR%%/boards/gcompris/misc/sailingboat.png -%%DATADIR%%/boards/gcompris/misc/sapin.png -%%DATADIR%%/boards/gcompris/misc/sea.png -%%DATADIR%%/boards/gcompris/misc/sofa.png -%%DATADIR%%/boards/gcompris/misc/star.png -%%DATADIR%%/boards/gcompris/misc/strawberry.png -%%DATADIR%%/boards/gcompris/misc/toomanyerrors.png -%%DATADIR%%/boards/gcompris/misc/tree.png -%%DATADIR%%/boards/gcompris/misc/truck.png -%%DATADIR%%/boards/gcompris/misc/tux.png -%%DATADIR%%/boards/gcompris/misc/tux_top_east.png -%%DATADIR%%/boards/gcompris/misc/tux_top_north.png -%%DATADIR%%/boards/gcompris/misc/tux_top_south.png -%%DATADIR%%/boards/gcompris/misc/tux_top_west.png -%%DATADIR%%/boards/gcompris/misc/tuxballoon.png -%%DATADIR%%/boards/gcompris/misc/tuxboat.png -%%DATADIR%%/boards/gcompris/misc/tuxhelico.png -%%DATADIR%%/boards/gcompris/misc/tuxloco.png -%%DATADIR%%/boards/gcompris/misc/tuxplane.png -%%DATADIR%%/boards/gcompris/misc/windflag0.png -%%DATADIR%%/boards/gcompris/misc/windflag4.png -%%DATADIR%%/boards/gcompris/misc/windflag5.png -%%DATADIR%%/boards/gcompris/timers/README -%%DATADIR%%/boards/gcompris/timers/clock1.png -%%DATADIR%%/boards/gcompris/timers/clock10.png -%%DATADIR%%/boards/gcompris/timers/clock2.png -%%DATADIR%%/boards/gcompris/timers/clock3.png -%%DATADIR%%/boards/gcompris/timers/clock4.png -%%DATADIR%%/boards/gcompris/timers/clock5.png -%%DATADIR%%/boards/gcompris/timers/clock6.png -%%DATADIR%%/boards/gcompris/timers/clock7.png -%%DATADIR%%/boards/gcompris/timers/clock8.png -%%DATADIR%%/boards/gcompris/timers/clock9.png -%%DATADIR%%/boards/gcompris/timers/sablier.gif -%%DATADIR%%/boards/gcompris/timers/sablier1.png -%%DATADIR%%/boards/gcompris/timers/sablier10.png -%%DATADIR%%/boards/gcompris/timers/sablier2.png -%%DATADIR%%/boards/gcompris/timers/sablier3.png -%%DATADIR%%/boards/gcompris/timers/sablier4.png -%%DATADIR%%/boards/gcompris/timers/sablier5.png -%%DATADIR%%/boards/gcompris/timers/sablier6.png -%%DATADIR%%/boards/gcompris/timers/sablier7.png -%%DATADIR%%/boards/gcompris/timers/sablier8.png -%%DATADIR%%/boards/gcompris/timers/sablier9.png -%%DATADIR%%/boards/gcompris/timers/tux0.png -%%DATADIR%%/boards/gcompris/timers/tux1.png -%%DATADIR%%/boards/gcompris/timers/tux10.png -%%DATADIR%%/boards/gcompris/timers/tux2.png -%%DATADIR%%/boards/gcompris/timers/tux3.png -%%DATADIR%%/boards/gcompris/timers/tux4.png -%%DATADIR%%/boards/gcompris/timers/tux5.png -%%DATADIR%%/boards/gcompris/timers/tux6.png -%%DATADIR%%/boards/gcompris/timers/tux7.png -%%DATADIR%%/boards/gcompris/timers/tux8.png -%%DATADIR%%/boards/gcompris/timers/tux9.png +%%DATADIR%%/boards/geo_country.xml +%%DATADIR%%/boards/geo_country/argentina/argentina.png +%%DATADIR%%/boards/geo_country/argentina/buenos_aires.png +%%DATADIR%%/boards/geo_country/argentina/catamarca.png +%%DATADIR%%/boards/geo_country/argentina/chaco.png +%%DATADIR%%/boards/geo_country/argentina/chubut.png +%%DATADIR%%/boards/geo_country/argentina/cordoba.png +%%DATADIR%%/boards/geo_country/argentina/corrientes.png +%%DATADIR%%/boards/geo_country/argentina/entre_rios.png +%%DATADIR%%/boards/geo_country/argentina/formosa.png +%%DATADIR%%/boards/geo_country/argentina/jujuy.png +%%DATADIR%%/boards/geo_country/argentina/la_pampa.png +%%DATADIR%%/boards/geo_country/argentina/la_rioja.png +%%DATADIR%%/boards/geo_country/argentina/mendoza.png +%%DATADIR%%/boards/geo_country/argentina/misiones.png +%%DATADIR%%/boards/geo_country/argentina/neuquen.png +%%DATADIR%%/boards/geo_country/argentina/rio_negro.png +%%DATADIR%%/boards/geo_country/argentina/salta.png +%%DATADIR%%/boards/geo_country/argentina/san_juan.png +%%DATADIR%%/boards/geo_country/argentina/san_luis.png +%%DATADIR%%/boards/geo_country/argentina/santa_cruz.png +%%DATADIR%%/boards/geo_country/argentina/santa_fe.png +%%DATADIR%%/boards/geo_country/argentina/santiago_del_estero.png +%%DATADIR%%/boards/geo_country/argentina/tierra_del_fuego.png +%%DATADIR%%/boards/geo_country/argentina/tucuman.png +%%DATADIR%%/boards/geo_country/board10_0.xml +%%DATADIR%%/boards/geo_country/board10_1.xml +%%DATADIR%%/boards/geo_country/board1_0.xml +%%DATADIR%%/boards/geo_country/board2_0.xml +%%DATADIR%%/boards/geo_country/board3_0.xml +%%DATADIR%%/boards/geo_country/board4_0.xml +%%DATADIR%%/boards/geo_country/board5_0.xml +%%DATADIR%%/boards/geo_country/board5_1.xml +%%DATADIR%%/boards/geo_country/board5_2.xml +%%DATADIR%%/boards/geo_country/board6_0.xml +%%DATADIR%%/boards/geo_country/board7_0.xml +%%DATADIR%%/boards/geo_country/board8_0.xml +%%DATADIR%%/boards/geo_country/board9_0.xml +%%DATADIR%%/boards/geo_country/brazil/Acre.png +%%DATADIR%%/boards/geo_country/brazil/Alagoas.png +%%DATADIR%%/boards/geo_country/brazil/Amapa.png +%%DATADIR%%/boards/geo_country/brazil/Amazonas.png +%%DATADIR%%/boards/geo_country/brazil/Bahia.png +%%DATADIR%%/boards/geo_country/brazil/Ceara.png +%%DATADIR%%/boards/geo_country/brazil/Distrito_Federal.png +%%DATADIR%%/boards/geo_country/brazil/Espirito_Santo.png +%%DATADIR%%/boards/geo_country/brazil/Goias.png +%%DATADIR%%/boards/geo_country/brazil/Maranhao.png +%%DATADIR%%/boards/geo_country/brazil/Mato_Grosso.png +%%DATADIR%%/boards/geo_country/brazil/Mato_Grosso_do_Sul.png +%%DATADIR%%/boards/geo_country/brazil/Minas_Gerais.png +%%DATADIR%%/boards/geo_country/brazil/Para.png +%%DATADIR%%/boards/geo_country/brazil/Paraiba.png +%%DATADIR%%/boards/geo_country/brazil/Parana.png +%%DATADIR%%/boards/geo_country/brazil/Pernambuco.png +%%DATADIR%%/boards/geo_country/brazil/Piaui.png +%%DATADIR%%/boards/geo_country/brazil/Rio_Grande_do_Norte.png +%%DATADIR%%/boards/geo_country/brazil/Rio_Grande_do_Sul.png +%%DATADIR%%/boards/geo_country/brazil/Rio_de_Janeiro.png +%%DATADIR%%/boards/geo_country/brazil/Rondonia.png +%%DATADIR%%/boards/geo_country/brazil/Roraima.png +%%DATADIR%%/boards/geo_country/brazil/Santa_Catarina.png +%%DATADIR%%/boards/geo_country/brazil/Sao_Paulo.png +%%DATADIR%%/boards/geo_country/brazil/Sergipe.png +%%DATADIR%%/boards/geo_country/brazil/Tocantins.png +%%DATADIR%%/boards/geo_country/brazil/background.png +%%DATADIR%%/boards/geo_country/canada/alberta.png +%%DATADIR%%/boards/geo_country/canada/background.png +%%DATADIR%%/boards/geo_country/canada/british_columbia.png +%%DATADIR%%/boards/geo_country/canada/manitoba.png +%%DATADIR%%/boards/geo_country/canada/new_brunswick.png +%%DATADIR%%/boards/geo_country/canada/newfoundland_labrador.png +%%DATADIR%%/boards/geo_country/canada/northwest_territories.png +%%DATADIR%%/boards/geo_country/canada/nova_scotia.png +%%DATADIR%%/boards/geo_country/canada/nunavut.png +%%DATADIR%%/boards/geo_country/canada/ontario.png +%%DATADIR%%/boards/geo_country/canada/prince_edward_island.png +%%DATADIR%%/boards/geo_country/canada/quebec.png +%%DATADIR%%/boards/geo_country/canada/saskatchewan.png +%%DATADIR%%/boards/geo_country/canada/yukon.png +%%DATADIR%%/boards/geo_country/france/alsace.png +%%DATADIR%%/boards/geo_country/france/aquitaine.png +%%DATADIR%%/boards/geo_country/france/auvergne.png +%%DATADIR%%/boards/geo_country/france/basse-normandie.png +%%DATADIR%%/boards/geo_country/france/bourgogne.png +%%DATADIR%%/boards/geo_country/france/bretagne.png +%%DATADIR%%/boards/geo_country/france/centre.png +%%DATADIR%%/boards/geo_country/france/champagne-ardenne.png +%%DATADIR%%/boards/geo_country/france/corse.png +%%DATADIR%%/boards/geo_country/france/france-regions.png +%%DATADIR%%/boards/geo_country/france/franche-conte.png +%%DATADIR%%/boards/geo_country/france/haute-normandie.png +%%DATADIR%%/boards/geo_country/france/ile-de-france.png +%%DATADIR%%/boards/geo_country/france/languedoc-roussillon.png +%%DATADIR%%/boards/geo_country/france/limousin.png +%%DATADIR%%/boards/geo_country/france/lorraine.png +%%DATADIR%%/boards/geo_country/france/midi-pyrenees.png +%%DATADIR%%/boards/geo_country/france/nord-pas-de-calais.png +%%DATADIR%%/boards/geo_country/france/paca.png +%%DATADIR%%/boards/geo_country/france/pays-de-la-loire.png +%%DATADIR%%/boards/geo_country/france/picardie.png +%%DATADIR%%/boards/geo_country/france/poitou-charentes.png +%%DATADIR%%/boards/geo_country/france/rhone-alpes.png +%%DATADIR%%/boards/geo_country/germany/back.png +%%DATADIR%%/boards/geo_country/germany/baden-wuerttemberg.png +%%DATADIR%%/boards/geo_country/germany/bayern.png +%%DATADIR%%/boards/geo_country/germany/berlin.png +%%DATADIR%%/boards/geo_country/germany/brandenburg.png +%%DATADIR%%/boards/geo_country/germany/bremen.png +%%DATADIR%%/boards/geo_country/germany/hamburg.png +%%DATADIR%%/boards/geo_country/germany/hessen.png +%%DATADIR%%/boards/geo_country/germany/mecklenburg-vorpommern.png +%%DATADIR%%/boards/geo_country/germany/niedersachsen.png +%%DATADIR%%/boards/geo_country/germany/nordrhein-westfalen.png +%%DATADIR%%/boards/geo_country/germany/rheinland-pfalz.png +%%DATADIR%%/boards/geo_country/germany/saarland.png +%%DATADIR%%/boards/geo_country/germany/sachsen-anhalt.png +%%DATADIR%%/boards/geo_country/germany/sachsen.png +%%DATADIR%%/boards/geo_country/germany/schleswig_holstein.png +%%DATADIR%%/boards/geo_country/germany/target_bayern.png +%%DATADIR%%/boards/geo_country/germany/target_berlin.png +%%DATADIR%%/boards/geo_country/germany/target_brandenburg.png +%%DATADIR%%/boards/geo_country/germany/target_bremen.png +%%DATADIR%%/boards/geo_country/germany/target_hamburg.png +%%DATADIR%%/boards/geo_country/germany/target_hessen.png +%%DATADIR%%/boards/geo_country/germany/target_niedersachsen.png +%%DATADIR%%/boards/geo_country/germany/target_rheinland-pfalz.png +%%DATADIR%%/boards/geo_country/germany/target_saarland.png +%%DATADIR%%/boards/geo_country/germany/target_sachsen-anhalt.png +%%DATADIR%%/boards/geo_country/germany/target_sachsen.png +%%DATADIR%%/boards/geo_country/germany/target_thueringen.png +%%DATADIR%%/boards/geo_country/germany/tg_baden-wuerttemberg.png +%%DATADIR%%/boards/geo_country/germany/tg_mecklenburg-vorpo.png +%%DATADIR%%/boards/geo_country/germany/tg_nordrhein-westfalen.png +%%DATADIR%%/boards/geo_country/germany/tg_schleswig_holstein.png +%%DATADIR%%/boards/geo_country/germany/thueringen.png +%%DATADIR%%/boards/geo_country/mexico/aguascalientes.png +%%DATADIR%%/boards/geo_country/mexico/background.png +%%DATADIR%%/boards/geo_country/mexico/baja_california_norte.png +%%DATADIR%%/boards/geo_country/mexico/baja_california_sur.png +%%DATADIR%%/boards/geo_country/mexico/campeche.png +%%DATADIR%%/boards/geo_country/mexico/chiapas.png +%%DATADIR%%/boards/geo_country/mexico/chihuahua.png +%%DATADIR%%/boards/geo_country/mexico/coahuila.png +%%DATADIR%%/boards/geo_country/mexico/colima.png +%%DATADIR%%/boards/geo_country/mexico/distrito_federal.png +%%DATADIR%%/boards/geo_country/mexico/durango.png +%%DATADIR%%/boards/geo_country/mexico/estado_de_mexico.png +%%DATADIR%%/boards/geo_country/mexico/guanajuato.png +%%DATADIR%%/boards/geo_country/mexico/guerrero.png +%%DATADIR%%/boards/geo_country/mexico/hidalgo.png +%%DATADIR%%/boards/geo_country/mexico/jalisco.png +%%DATADIR%%/boards/geo_country/mexico/michoacan.png +%%DATADIR%%/boards/geo_country/mexico/morelos.png +%%DATADIR%%/boards/geo_country/mexico/nayarit.png +%%DATADIR%%/boards/geo_country/mexico/nuevo_leon.png +%%DATADIR%%/boards/geo_country/mexico/oaxaca.png +%%DATADIR%%/boards/geo_country/mexico/puebla.png +%%DATADIR%%/boards/geo_country/mexico/queretaro.png +%%DATADIR%%/boards/geo_country/mexico/quintana_roo.png +%%DATADIR%%/boards/geo_country/mexico/san_luis_potosi.png +%%DATADIR%%/boards/geo_country/mexico/sinaloa.png +%%DATADIR%%/boards/geo_country/mexico/sonora.png +%%DATADIR%%/boards/geo_country/mexico/tabasco.png +%%DATADIR%%/boards/geo_country/mexico/tamaulipas.png +%%DATADIR%%/boards/geo_country/mexico/tlaxcala.png +%%DATADIR%%/boards/geo_country/mexico/veracruz.png +%%DATADIR%%/boards/geo_country/mexico/yucatan.png +%%DATADIR%%/boards/geo_country/mexico/zacatecas.png +%%DATADIR%%/boards/geo_country/norway/akershus.png +%%DATADIR%%/boards/geo_country/norway/aust-agder.png +%%DATADIR%%/boards/geo_country/norway/buskerud.png +%%DATADIR%%/boards/geo_country/norway/finnmark.png +%%DATADIR%%/boards/geo_country/norway/hedmark.png +%%DATADIR%%/boards/geo_country/norway/hordaland.png +%%DATADIR%%/boards/geo_country/norway/more-og-romsdal.png +%%DATADIR%%/boards/geo_country/norway/nord-trondelag.png +%%DATADIR%%/boards/geo_country/norway/nordland.png +%%DATADIR%%/boards/geo_country/norway/norway.png +%%DATADIR%%/boards/geo_country/norway/oppland.png +%%DATADIR%%/boards/geo_country/norway/oslo.png +%%DATADIR%%/boards/geo_country/norway/ostfold.png +%%DATADIR%%/boards/geo_country/norway/rogaland.png +%%DATADIR%%/boards/geo_country/norway/sogn-og-fjordane.png +%%DATADIR%%/boards/geo_country/norway/sor-trondelag.png +%%DATADIR%%/boards/geo_country/norway/target_akershus.png +%%DATADIR%%/boards/geo_country/norway/target_aust-agder.png +%%DATADIR%%/boards/geo_country/norway/target_buskerud.png +%%DATADIR%%/boards/geo_country/norway/target_finnmark.png +%%DATADIR%%/boards/geo_country/norway/target_hedmark.png +%%DATADIR%%/boards/geo_country/norway/target_hordaland.png +%%DATADIR%%/boards/geo_country/norway/target_more-og-romsdal.png +%%DATADIR%%/boards/geo_country/norway/target_nord-trondelag.png +%%DATADIR%%/boards/geo_country/norway/target_nordland.png +%%DATADIR%%/boards/geo_country/norway/target_oppland.png +%%DATADIR%%/boards/geo_country/norway/target_oslo.png +%%DATADIR%%/boards/geo_country/norway/target_ostfold.png +%%DATADIR%%/boards/geo_country/norway/target_rogaland.png +%%DATADIR%%/boards/geo_country/norway/target_sogn-og-fjordane.png +%%DATADIR%%/boards/geo_country/norway/target_sor-trondelag.png +%%DATADIR%%/boards/geo_country/norway/target_telemark.png +%%DATADIR%%/boards/geo_country/norway/target_troms.png +%%DATADIR%%/boards/geo_country/norway/target_vest-agder.png +%%DATADIR%%/boards/geo_country/norway/target_vestfold.png +%%DATADIR%%/boards/geo_country/norway/telemark.png +%%DATADIR%%/boards/geo_country/norway/troms.png +%%DATADIR%%/boards/geo_country/norway/vest-agder.png +%%DATADIR%%/boards/geo_country/norway/vestfold.png +%%DATADIR%%/boards/geo_country/poland/dolnoslaskie.png +%%DATADIR%%/boards/geo_country/poland/kujawsko-pomorskie.png +%%DATADIR%%/boards/geo_country/poland/lodzkie.png +%%DATADIR%%/boards/geo_country/poland/lubelskie.png +%%DATADIR%%/boards/geo_country/poland/lubuskie.png +%%DATADIR%%/boards/geo_country/poland/malopolskie.png +%%DATADIR%%/boards/geo_country/poland/mazowieckie.png +%%DATADIR%%/boards/geo_country/poland/opolskie.png +%%DATADIR%%/boards/geo_country/poland/podkarpackie.png +%%DATADIR%%/boards/geo_country/poland/podlaskie.png +%%DATADIR%%/boards/geo_country/poland/poland.png +%%DATADIR%%/boards/geo_country/poland/pomorskie.png +%%DATADIR%%/boards/geo_country/poland/slaskie.png +%%DATADIR%%/boards/geo_country/poland/swietokrzyskie.png +%%DATADIR%%/boards/geo_country/poland/warminsko-mazurskie.png +%%DATADIR%%/boards/geo_country/poland/wielkopolskie.png +%%DATADIR%%/boards/geo_country/poland/zachodnio-pomorskie.png +%%DATADIR%%/boards/geo_country/turkey/adana.png +%%DATADIR%%/boards/geo_country/turkey/adiyaman.png +%%DATADIR%%/boards/geo_country/turkey/afyon.png +%%DATADIR%%/boards/geo_country/turkey/agri.png +%%DATADIR%%/boards/geo_country/turkey/aksaray.png +%%DATADIR%%/boards/geo_country/turkey/amasya.png +%%DATADIR%%/boards/geo_country/turkey/ankara.png +%%DATADIR%%/boards/geo_country/turkey/antalya.png +%%DATADIR%%/boards/geo_country/turkey/ardahan.png +%%DATADIR%%/boards/geo_country/turkey/artvin.png +%%DATADIR%%/boards/geo_country/turkey/aydin.png +%%DATADIR%%/boards/geo_country/turkey/balikesir.png +%%DATADIR%%/boards/geo_country/turkey/bartin.png +%%DATADIR%%/boards/geo_country/turkey/batman.png +%%DATADIR%%/boards/geo_country/turkey/bayburt.png +%%DATADIR%%/boards/geo_country/turkey/bilecik.png +%%DATADIR%%/boards/geo_country/turkey/bingol.png +%%DATADIR%%/boards/geo_country/turkey/bitlis.png +%%DATADIR%%/boards/geo_country/turkey/bolu.png +%%DATADIR%%/boards/geo_country/turkey/burdur.png +%%DATADIR%%/boards/geo_country/turkey/bursa.png +%%DATADIR%%/boards/geo_country/turkey/canakkale.png +%%DATADIR%%/boards/geo_country/turkey/cankiri.png +%%DATADIR%%/boards/geo_country/turkey/corum.png +%%DATADIR%%/boards/geo_country/turkey/denizli.png +%%DATADIR%%/boards/geo_country/turkey/diyarbakir.png +%%DATADIR%%/boards/geo_country/turkey/duzce.png +%%DATADIR%%/boards/geo_country/turkey/edirne.png +%%DATADIR%%/boards/geo_country/turkey/elazig.png +%%DATADIR%%/boards/geo_country/turkey/erzincan.png +%%DATADIR%%/boards/geo_country/turkey/erzurum.png +%%DATADIR%%/boards/geo_country/turkey/eskisehir.png +%%DATADIR%%/boards/geo_country/turkey/gaziantep.png +%%DATADIR%%/boards/geo_country/turkey/giresun.png +%%DATADIR%%/boards/geo_country/turkey/gumushane.png +%%DATADIR%%/boards/geo_country/turkey/hakkari.png +%%DATADIR%%/boards/geo_country/turkey/hatay.png +%%DATADIR%%/boards/geo_country/turkey/igdir.png +%%DATADIR%%/boards/geo_country/turkey/isparta.png +%%DATADIR%%/boards/geo_country/turkey/istanbul.png +%%DATADIR%%/boards/geo_country/turkey/izmir.png +%%DATADIR%%/boards/geo_country/turkey/kahramanmaras.png +%%DATADIR%%/boards/geo_country/turkey/karabuk.png +%%DATADIR%%/boards/geo_country/turkey/karaman.png +%%DATADIR%%/boards/geo_country/turkey/kars.png +%%DATADIR%%/boards/geo_country/turkey/kastamonu.png +%%DATADIR%%/boards/geo_country/turkey/kayseri.png +%%DATADIR%%/boards/geo_country/turkey/kilis.png +%%DATADIR%%/boards/geo_country/turkey/kirikkale.png +%%DATADIR%%/boards/geo_country/turkey/kirklareli.png +%%DATADIR%%/boards/geo_country/turkey/kirsehir.png +%%DATADIR%%/boards/geo_country/turkey/kocaeli.png +%%DATADIR%%/boards/geo_country/turkey/konya.png +%%DATADIR%%/boards/geo_country/turkey/kutahya.png +%%DATADIR%%/boards/geo_country/turkey/malatya.png +%%DATADIR%%/boards/geo_country/turkey/manisa.png +%%DATADIR%%/boards/geo_country/turkey/mardin.png +%%DATADIR%%/boards/geo_country/turkey/mersin.png +%%DATADIR%%/boards/geo_country/turkey/mugla.png +%%DATADIR%%/boards/geo_country/turkey/mus.png +%%DATADIR%%/boards/geo_country/turkey/nevsehir.png +%%DATADIR%%/boards/geo_country/turkey/nigde.png +%%DATADIR%%/boards/geo_country/turkey/ordu.png +%%DATADIR%%/boards/geo_country/turkey/osmaniye.png +%%DATADIR%%/boards/geo_country/turkey/rize.png +%%DATADIR%%/boards/geo_country/turkey/sakarya.png +%%DATADIR%%/boards/geo_country/turkey/samsun.png +%%DATADIR%%/boards/geo_country/turkey/sanliurfa.png +%%DATADIR%%/boards/geo_country/turkey/siirt.png +%%DATADIR%%/boards/geo_country/turkey/sinop.png +%%DATADIR%%/boards/geo_country/turkey/sirnak.png +%%DATADIR%%/boards/geo_country/turkey/sivas.png +%%DATADIR%%/boards/geo_country/turkey/tekirdag.png +%%DATADIR%%/boards/geo_country/turkey/tokat.png +%%DATADIR%%/boards/geo_country/turkey/trabzon.png +%%DATADIR%%/boards/geo_country/turkey/tunceli.png +%%DATADIR%%/boards/geo_country/turkey/turkey-east.png +%%DATADIR%%/boards/geo_country/turkey/turkey-west.png +%%DATADIR%%/boards/geo_country/turkey/turkey.png +%%DATADIR%%/boards/geo_country/turkey/usak.png +%%DATADIR%%/boards/geo_country/turkey/van.png +%%DATADIR%%/boards/geo_country/turkey/yalova.png +%%DATADIR%%/boards/geo_country/turkey/yozgat.png +%%DATADIR%%/boards/geo_country/turkey/zonguldak.png +%%DATADIR%%/boards/geo_country/usa/Makefile.am +%%DATADIR%%/boards/geo_country/usa/alabama.png +%%DATADIR%%/boards/geo_country/usa/alaska.png +%%DATADIR%%/boards/geo_country/usa/arizona.png +%%DATADIR%%/boards/geo_country/usa/arkansas.png +%%DATADIR%%/boards/geo_country/usa/background.png +%%DATADIR%%/boards/geo_country/usa/background1.png +%%DATADIR%%/boards/geo_country/usa/california.png +%%DATADIR%%/boards/geo_country/usa/colorado.png +%%DATADIR%%/boards/geo_country/usa/connecticut.png +%%DATADIR%%/boards/geo_country/usa/delaware.png +%%DATADIR%%/boards/geo_country/usa/florida.png +%%DATADIR%%/boards/geo_country/usa/georgia.png +%%DATADIR%%/boards/geo_country/usa/hawai.png +%%DATADIR%%/boards/geo_country/usa/idaho.png +%%DATADIR%%/boards/geo_country/usa/illinois.png +%%DATADIR%%/boards/geo_country/usa/indiana.png +%%DATADIR%%/boards/geo_country/usa/iowa.png +%%DATADIR%%/boards/geo_country/usa/kansas.png +%%DATADIR%%/boards/geo_country/usa/kentucky.png +%%DATADIR%%/boards/geo_country/usa/louisiana.png +%%DATADIR%%/boards/geo_country/usa/maine.png +%%DATADIR%%/boards/geo_country/usa/maryland.png +%%DATADIR%%/boards/geo_country/usa/massachusetts.png +%%DATADIR%%/boards/geo_country/usa/michigan.png +%%DATADIR%%/boards/geo_country/usa/minnesota.png +%%DATADIR%%/boards/geo_country/usa/mississippi.png +%%DATADIR%%/boards/geo_country/usa/missouri.png +%%DATADIR%%/boards/geo_country/usa/montana.png +%%DATADIR%%/boards/geo_country/usa/nebraska.png +%%DATADIR%%/boards/geo_country/usa/nevada.png +%%DATADIR%%/boards/geo_country/usa/new_hampshire.png +%%DATADIR%%/boards/geo_country/usa/new_jersey.png +%%DATADIR%%/boards/geo_country/usa/new_mexico.png +%%DATADIR%%/boards/geo_country/usa/new_york.png +%%DATADIR%%/boards/geo_country/usa/north_carolina.png +%%DATADIR%%/boards/geo_country/usa/north_dakota.png +%%DATADIR%%/boards/geo_country/usa/ohio.png +%%DATADIR%%/boards/geo_country/usa/oklahoma.png +%%DATADIR%%/boards/geo_country/usa/oregon.png +%%DATADIR%%/boards/geo_country/usa/pennsylvania.png +%%DATADIR%%/boards/geo_country/usa/rhode_island.png +%%DATADIR%%/boards/geo_country/usa/south_carolina.png +%%DATADIR%%/boards/geo_country/usa/south_dakota.png +%%DATADIR%%/boards/geo_country/usa/tennessee.png +%%DATADIR%%/boards/geo_country/usa/texas.png +%%DATADIR%%/boards/geo_country/usa/utah.png +%%DATADIR%%/boards/geo_country/usa/vermont.png +%%DATADIR%%/boards/geo_country/usa/virginia.png +%%DATADIR%%/boards/geo_country/usa/washington.png +%%DATADIR%%/boards/geo_country/usa/washington_dc.png +%%DATADIR%%/boards/geo_country/usa/west_virginia.png +%%DATADIR%%/boards/geo_country/usa/wisconsin.png +%%DATADIR%%/boards/geo_country/usa/wyoming.png %%DATADIR%%/boards/geography.xml -%%DATADIR%%/boards/geography/Makefile.in.bak %%DATADIR%%/boards/geography/africa/algeria.png %%DATADIR%%/boards/geography/africa/all_south_africa.png %%DATADIR%%/boards/geography/africa/angola.png @@ -849,7 +1299,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/geography/afrique/uganda.png %%DATADIR%%/boards/geography/afrique/zambia.png %%DATADIR%%/boards/geography/afrique/zimbabwe.png -%%DATADIR%%/boards/geography/board10_0.xml %%DATADIR%%/boards/geography/board1_0.xml %%DATADIR%%/boards/geography/board2_0.xml %%DATADIR%%/boards/geography/board2_1.xml @@ -858,13 +1307,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/geography/board4_0.xml %%DATADIR%%/boards/geography/board4_1.xml %%DATADIR%%/boards/geography/board4_2.xml -%%DATADIR%%/boards/geography/board5_0.xml -%%DATADIR%%/boards/geography/board5_1.xml -%%DATADIR%%/boards/geography/board5_2.xml -%%DATADIR%%/boards/geography/board6_0.xml -%%DATADIR%%/boards/geography/board7_0.xml -%%DATADIR%%/boards/geography/board8_0.xml -%%DATADIR%%/boards/geography/board9_0.xml %%DATADIR%%/boards/geography/continents/africa.png %%DATADIR%%/boards/geography/continents/america.png %%DATADIR%%/boards/geography/continents/antartica.png @@ -940,321 +1382,24 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/geography/southamerica/suriname.png %%DATADIR%%/boards/geography/southamerica/uruguay.png %%DATADIR%%/boards/geography/southamerica/venezuela.png -%%DATADIR%%/boards/geography_country.xml -%%DATADIR%%/boards/geography_country/Makefile.in.bak -%%DATADIR%%/boards/geography_country/argentina/argentina.png -%%DATADIR%%/boards/geography_country/argentina/buenos_aires.png -%%DATADIR%%/boards/geography_country/argentina/catamarca.png -%%DATADIR%%/boards/geography_country/argentina/chaco.png -%%DATADIR%%/boards/geography_country/argentina/chubut.png -%%DATADIR%%/boards/geography_country/argentina/cordoba.png -%%DATADIR%%/boards/geography_country/argentina/corrientes.png -%%DATADIR%%/boards/geography_country/argentina/entre_rios.png -%%DATADIR%%/boards/geography_country/argentina/formosa.png -%%DATADIR%%/boards/geography_country/argentina/jujuy.png -%%DATADIR%%/boards/geography_country/argentina/la_pampa.png -%%DATADIR%%/boards/geography_country/argentina/la_rioja.png -%%DATADIR%%/boards/geography_country/argentina/mendoza.png -%%DATADIR%%/boards/geography_country/argentina/misiones.png -%%DATADIR%%/boards/geography_country/argentina/neuquen.png -%%DATADIR%%/boards/geography_country/argentina/rio_negro.png -%%DATADIR%%/boards/geography_country/argentina/salta.png -%%DATADIR%%/boards/geography_country/argentina/san_juan.png -%%DATADIR%%/boards/geography_country/argentina/san_luis.png -%%DATADIR%%/boards/geography_country/argentina/santa_cruz.png -%%DATADIR%%/boards/geography_country/argentina/santa_fe.png -%%DATADIR%%/boards/geography_country/argentina/santiago_del_estero.png -%%DATADIR%%/boards/geography_country/argentina/tierra_del_fuego.png -%%DATADIR%%/boards/geography_country/argentina/tucuman.png -%%DATADIR%%/boards/geography_country/board1_0.xml -%%DATADIR%%/boards/geography_country/board2_0.xml -%%DATADIR%%/boards/geography_country/board3_0.xml -%%DATADIR%%/boards/geography_country/board4_0.xml -%%DATADIR%%/boards/geography_country/board5_0.xml -%%DATADIR%%/boards/geography_country/board5_1.xml -%%DATADIR%%/boards/geography_country/board5_2.xml -%%DATADIR%%/boards/geography_country/board6_0.xml -%%DATADIR%%/boards/geography_country/board7_0.xml -%%DATADIR%%/boards/geography_country/board8_0.xml -%%DATADIR%%/boards/geography_country/board9_0.xml -%%DATADIR%%/boards/geography_country/brazil/Acre.png -%%DATADIR%%/boards/geography_country/brazil/Alagoas.png -%%DATADIR%%/boards/geography_country/brazil/Amapa.png -%%DATADIR%%/boards/geography_country/brazil/Amazonas.png -%%DATADIR%%/boards/geography_country/brazil/Bahia.png -%%DATADIR%%/boards/geography_country/brazil/Ceara.png -%%DATADIR%%/boards/geography_country/brazil/Distrito_Federal.png -%%DATADIR%%/boards/geography_country/brazil/Espirito_Santo.png -%%DATADIR%%/boards/geography_country/brazil/Goias.png -%%DATADIR%%/boards/geography_country/brazil/Maranhao.png -%%DATADIR%%/boards/geography_country/brazil/Mato_Grosso.png -%%DATADIR%%/boards/geography_country/brazil/Mato_Grosso_do_Sul.png -%%DATADIR%%/boards/geography_country/brazil/Minas_Gerais.png -%%DATADIR%%/boards/geography_country/brazil/Para.png -%%DATADIR%%/boards/geography_country/brazil/Paraiba.png -%%DATADIR%%/boards/geography_country/brazil/Parana.png -%%DATADIR%%/boards/geography_country/brazil/Pernambuco.png -%%DATADIR%%/boards/geography_country/brazil/Piaui.png -%%DATADIR%%/boards/geography_country/brazil/Rio_Grande_do_Norte.png -%%DATADIR%%/boards/geography_country/brazil/Rio_Grande_do_Sul.png -%%DATADIR%%/boards/geography_country/brazil/Rio_de_Janeiro.png -%%DATADIR%%/boards/geography_country/brazil/Rondonia.png -%%DATADIR%%/boards/geography_country/brazil/Roraima.png -%%DATADIR%%/boards/geography_country/brazil/Santa_Catarina.png -%%DATADIR%%/boards/geography_country/brazil/Sao_Paulo.png -%%DATADIR%%/boards/geography_country/brazil/Sergipe.png -%%DATADIR%%/boards/geography_country/brazil/Tocantins.png -%%DATADIR%%/boards/geography_country/brazil/background.png -%%DATADIR%%/boards/geography_country/canada_region/alberta.png -%%DATADIR%%/boards/geography_country/canada_region/background.png -%%DATADIR%%/boards/geography_country/canada_region/british_columbia.png -%%DATADIR%%/boards/geography_country/canada_region/manitoba.png -%%DATADIR%%/boards/geography_country/canada_region/new_brunswick.png -%%DATADIR%%/boards/geography_country/canada_region/newfoundland_and_labrador.png -%%DATADIR%%/boards/geography_country/canada_region/northwest_territories.png -%%DATADIR%%/boards/geography_country/canada_region/nova_scotia.png -%%DATADIR%%/boards/geography_country/canada_region/nunavut.png -%%DATADIR%%/boards/geography_country/canada_region/ontario.png -%%DATADIR%%/boards/geography_country/canada_region/prince_edward_island.png -%%DATADIR%%/boards/geography_country/canada_region/quebec.png -%%DATADIR%%/boards/geography_country/canada_region/saskatchewan.png -%%DATADIR%%/boards/geography_country/canada_region/yukon.png -%%DATADIR%%/boards/geography_country/france_region/alsace.png -%%DATADIR%%/boards/geography_country/france_region/aquitaine.png -%%DATADIR%%/boards/geography_country/france_region/auvergne.png -%%DATADIR%%/boards/geography_country/france_region/basse-normandie.png -%%DATADIR%%/boards/geography_country/france_region/bourgogne.png -%%DATADIR%%/boards/geography_country/france_region/bretagne.png -%%DATADIR%%/boards/geography_country/france_region/centre.png -%%DATADIR%%/boards/geography_country/france_region/champagne-ardenne.png -%%DATADIR%%/boards/geography_country/france_region/corse.png -%%DATADIR%%/boards/geography_country/france_region/france-regions.png -%%DATADIR%%/boards/geography_country/france_region/franche-conte.png -%%DATADIR%%/boards/geography_country/france_region/haute-normandie.png -%%DATADIR%%/boards/geography_country/france_region/ile-de-france.png -%%DATADIR%%/boards/geography_country/france_region/languedoc-roussillon.png -%%DATADIR%%/boards/geography_country/france_region/limousin.png -%%DATADIR%%/boards/geography_country/france_region/lorraine.png -%%DATADIR%%/boards/geography_country/france_region/midi-pyrenees.png -%%DATADIR%%/boards/geography_country/france_region/nord-pas-de-calais.png -%%DATADIR%%/boards/geography_country/france_region/pays-de-la-loire.png -%%DATADIR%%/boards/geography_country/france_region/picardie.png -%%DATADIR%%/boards/geography_country/france_region/poitou-charentes.png -%%DATADIR%%/boards/geography_country/france_region/provence-alpes-cote_d_azur.png -%%DATADIR%%/boards/geography_country/france_region/rhone-alpes.png -%%DATADIR%%/boards/geography_country/germany_region/back.png -%%DATADIR%%/boards/geography_country/germany_region/baden-wuerttemberg.png -%%DATADIR%%/boards/geography_country/germany_region/bayern.png -%%DATADIR%%/boards/geography_country/germany_region/berlin.png -%%DATADIR%%/boards/geography_country/germany_region/brandenburg.png -%%DATADIR%%/boards/geography_country/germany_region/bremen.png -%%DATADIR%%/boards/geography_country/germany_region/hamburg.png -%%DATADIR%%/boards/geography_country/germany_region/hessen.png -%%DATADIR%%/boards/geography_country/germany_region/mecklenburg-vorpommern.png -%%DATADIR%%/boards/geography_country/germany_region/niedersachsen.png -%%DATADIR%%/boards/geography_country/germany_region/nordrhein-westfalen.png -%%DATADIR%%/boards/geography_country/germany_region/rheinland-pfalz.png -%%DATADIR%%/boards/geography_country/germany_region/saarland.png -%%DATADIR%%/boards/geography_country/germany_region/sachsen-anhalt.png -%%DATADIR%%/boards/geography_country/germany_region/sachsen.png -%%DATADIR%%/boards/geography_country/germany_region/schleswig_holstein.png -%%DATADIR%%/boards/geography_country/germany_region/target_baden-wuerttemberg.png -%%DATADIR%%/boards/geography_country/germany_region/target_bayern.png -%%DATADIR%%/boards/geography_country/germany_region/target_berlin.png -%%DATADIR%%/boards/geography_country/germany_region/target_brandenburg.png -%%DATADIR%%/boards/geography_country/germany_region/target_bremen.png -%%DATADIR%%/boards/geography_country/germany_region/target_hamburg.png -%%DATADIR%%/boards/geography_country/germany_region/target_hessen.png -%%DATADIR%%/boards/geography_country/germany_region/target_mecklenburg-vorpommern.png -%%DATADIR%%/boards/geography_country/germany_region/target_niedersachsen.png -%%DATADIR%%/boards/geography_country/germany_region/target_nordrhein-westfalen.png -%%DATADIR%%/boards/geography_country/germany_region/target_rheinland-pfalz.png -%%DATADIR%%/boards/geography_country/germany_region/target_saarland.png -%%DATADIR%%/boards/geography_country/germany_region/target_sachsen-anhalt.png -%%DATADIR%%/boards/geography_country/germany_region/target_sachsen.png -%%DATADIR%%/boards/geography_country/germany_region/target_schleswig_holstein.png -%%DATADIR%%/boards/geography_country/germany_region/target_thueringen.png -%%DATADIR%%/boards/geography_country/germany_region/thueringen.png -%%DATADIR%%/boards/geography_country/mexico/aguascalientes.png -%%DATADIR%%/boards/geography_country/mexico/background.png -%%DATADIR%%/boards/geography_country/mexico/baja_california_norte.png -%%DATADIR%%/boards/geography_country/mexico/baja_california_sur.png -%%DATADIR%%/boards/geography_country/mexico/campeche.png -%%DATADIR%%/boards/geography_country/mexico/chiapas.png -%%DATADIR%%/boards/geography_country/mexico/chihuahua.png -%%DATADIR%%/boards/geography_country/mexico/coahuila.png -%%DATADIR%%/boards/geography_country/mexico/colima.png -%%DATADIR%%/boards/geography_country/mexico/distrito_federal.png -%%DATADIR%%/boards/geography_country/mexico/durango.png -%%DATADIR%%/boards/geography_country/mexico/estado_de_mexico.png -%%DATADIR%%/boards/geography_country/mexico/guanajuato.png -%%DATADIR%%/boards/geography_country/mexico/guerrero.png -%%DATADIR%%/boards/geography_country/mexico/hidalgo.png -%%DATADIR%%/boards/geography_country/mexico/jalisco.png -%%DATADIR%%/boards/geography_country/mexico/michoacan.png -%%DATADIR%%/boards/geography_country/mexico/morelos.png -%%DATADIR%%/boards/geography_country/mexico/nayarit.png -%%DATADIR%%/boards/geography_country/mexico/nuevo_leon.png -%%DATADIR%%/boards/geography_country/mexico/oaxaca.png -%%DATADIR%%/boards/geography_country/mexico/puebla.png -%%DATADIR%%/boards/geography_country/mexico/queretaro.png -%%DATADIR%%/boards/geography_country/mexico/quintana_roo.png -%%DATADIR%%/boards/geography_country/mexico/san_luis_potosi.png -%%DATADIR%%/boards/geography_country/mexico/sinaloa.png -%%DATADIR%%/boards/geography_country/mexico/sonora.png -%%DATADIR%%/boards/geography_country/mexico/tabasco.png -%%DATADIR%%/boards/geography_country/mexico/tamaulipas.png -%%DATADIR%%/boards/geography_country/mexico/tlaxcala.png -%%DATADIR%%/boards/geography_country/mexico/veracruz.png -%%DATADIR%%/boards/geography_country/mexico/yucatan.png -%%DATADIR%%/boards/geography_country/mexico/zacatecas.png -%%DATADIR%%/boards/geography_country/norway_counties/akershus.png -%%DATADIR%%/boards/geography_country/norway_counties/aust-agder.png -%%DATADIR%%/boards/geography_country/norway_counties/buskerud.png -%%DATADIR%%/boards/geography_country/norway_counties/finnmark.png -%%DATADIR%%/boards/geography_country/norway_counties/hedmark.png -%%DATADIR%%/boards/geography_country/norway_counties/hordaland.png -%%DATADIR%%/boards/geography_country/norway_counties/more-og-romsdal.png -%%DATADIR%%/boards/geography_country/norway_counties/nord-trondelag.png -%%DATADIR%%/boards/geography_country/norway_counties/nordland.png -%%DATADIR%%/boards/geography_country/norway_counties/norway.png -%%DATADIR%%/boards/geography_country/norway_counties/oppland.png -%%DATADIR%%/boards/geography_country/norway_counties/oslo.png -%%DATADIR%%/boards/geography_country/norway_counties/ostfold.png -%%DATADIR%%/boards/geography_country/norway_counties/rogaland.png -%%DATADIR%%/boards/geography_country/norway_counties/sogn-og-fjordane.png -%%DATADIR%%/boards/geography_country/norway_counties/sor-trondelag.png -%%DATADIR%%/boards/geography_country/norway_counties/target_akershus.png -%%DATADIR%%/boards/geography_country/norway_counties/target_aust-agder.png -%%DATADIR%%/boards/geography_country/norway_counties/target_buskerud.png -%%DATADIR%%/boards/geography_country/norway_counties/target_finnmark.png -%%DATADIR%%/boards/geography_country/norway_counties/target_hedmark.png -%%DATADIR%%/boards/geography_country/norway_counties/target_hordaland.png -%%DATADIR%%/boards/geography_country/norway_counties/target_more-og-romsdal.png -%%DATADIR%%/boards/geography_country/norway_counties/target_nord-trondelag.png -%%DATADIR%%/boards/geography_country/norway_counties/target_nordland.png -%%DATADIR%%/boards/geography_country/norway_counties/target_oppland.png -%%DATADIR%%/boards/geography_country/norway_counties/target_oslo.png -%%DATADIR%%/boards/geography_country/norway_counties/target_ostfold.png -%%DATADIR%%/boards/geography_country/norway_counties/target_rogaland.png -%%DATADIR%%/boards/geography_country/norway_counties/target_sogn-og-fjordane.png -%%DATADIR%%/boards/geography_country/norway_counties/target_sor-trondelag.png -%%DATADIR%%/boards/geography_country/norway_counties/target_telemark.png -%%DATADIR%%/boards/geography_country/norway_counties/target_troms.png -%%DATADIR%%/boards/geography_country/norway_counties/target_vest-agder.png -%%DATADIR%%/boards/geography_country/norway_counties/target_vestfold.png -%%DATADIR%%/boards/geography_country/norway_counties/telemark.png -%%DATADIR%%/boards/geography_country/norway_counties/troms.png -%%DATADIR%%/boards/geography_country/norway_counties/vest-agder.png -%%DATADIR%%/boards/geography_country/norway_counties/vestfold.png -%%DATADIR%%/boards/geography_country/poland_voivodship/dolnoslaskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/kujawsko-pomorskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/lodzkie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/lubelskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/lubuskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/malopolskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/mazowieckie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/opolskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/podkarpackie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/podlaskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/poland.png -%%DATADIR%%/boards/geography_country/poland_voivodship/pomorskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/slaskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/swietokrzyskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/warminsko-mazurskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/wielkopolskie.png -%%DATADIR%%/boards/geography_country/poland_voivodship/zachodnio-pomorskie.png -%%DATADIR%%/boards/geography_country/turkey_district/adana.png -%%DATADIR%%/boards/geography_country/turkey_district/adiyaman.png -%%DATADIR%%/boards/geography_country/turkey_district/afyon.png -%%DATADIR%%/boards/geography_country/turkey_district/agri.png -%%DATADIR%%/boards/geography_country/turkey_district/aksaray.png -%%DATADIR%%/boards/geography_country/turkey_district/amasya.png -%%DATADIR%%/boards/geography_country/turkey_district/ankara.png -%%DATADIR%%/boards/geography_country/turkey_district/antalya.png -%%DATADIR%%/boards/geography_country/turkey_district/ardahan.png -%%DATADIR%%/boards/geography_country/turkey_district/artvin.png -%%DATADIR%%/boards/geography_country/turkey_district/aydin.png -%%DATADIR%%/boards/geography_country/turkey_district/balikesir.png -%%DATADIR%%/boards/geography_country/turkey_district/bartin.png -%%DATADIR%%/boards/geography_country/turkey_district/batman.png -%%DATADIR%%/boards/geography_country/turkey_district/bayburt.png -%%DATADIR%%/boards/geography_country/turkey_district/bilecik.png -%%DATADIR%%/boards/geography_country/turkey_district/bingol.png -%%DATADIR%%/boards/geography_country/turkey_district/bitlis.png -%%DATADIR%%/boards/geography_country/turkey_district/bolu.png -%%DATADIR%%/boards/geography_country/turkey_district/burdur.png -%%DATADIR%%/boards/geography_country/turkey_district/bursa.png -%%DATADIR%%/boards/geography_country/turkey_district/canakkale.png -%%DATADIR%%/boards/geography_country/turkey_district/cankiri.png -%%DATADIR%%/boards/geography_country/turkey_district/corum.png -%%DATADIR%%/boards/geography_country/turkey_district/denizli.png -%%DATADIR%%/boards/geography_country/turkey_district/diyarbakir.png -%%DATADIR%%/boards/geography_country/turkey_district/duzce.png -%%DATADIR%%/boards/geography_country/turkey_district/edirne.png -%%DATADIR%%/boards/geography_country/turkey_district/elazig.png -%%DATADIR%%/boards/geography_country/turkey_district/erzincan.png -%%DATADIR%%/boards/geography_country/turkey_district/erzurum.png -%%DATADIR%%/boards/geography_country/turkey_district/eskisehir.png -%%DATADIR%%/boards/geography_country/turkey_district/gaziantep.png -%%DATADIR%%/boards/geography_country/turkey_district/giresun.png -%%DATADIR%%/boards/geography_country/turkey_district/gumushane.png -%%DATADIR%%/boards/geography_country/turkey_district/hakkari.png -%%DATADIR%%/boards/geography_country/turkey_district/hatay.png -%%DATADIR%%/boards/geography_country/turkey_district/igdir.png -%%DATADIR%%/boards/geography_country/turkey_district/isparta.png -%%DATADIR%%/boards/geography_country/turkey_district/istanbul.png -%%DATADIR%%/boards/geography_country/turkey_district/izmir.png -%%DATADIR%%/boards/geography_country/turkey_district/kahramanmaras.png -%%DATADIR%%/boards/geography_country/turkey_district/karabuk.png -%%DATADIR%%/boards/geography_country/turkey_district/karaman.png -%%DATADIR%%/boards/geography_country/turkey_district/kars.png -%%DATADIR%%/boards/geography_country/turkey_district/kastamonu.png -%%DATADIR%%/boards/geography_country/turkey_district/kayseri.png -%%DATADIR%%/boards/geography_country/turkey_district/kilis.png -%%DATADIR%%/boards/geography_country/turkey_district/kirikkale.png -%%DATADIR%%/boards/geography_country/turkey_district/kirklareli.png -%%DATADIR%%/boards/geography_country/turkey_district/kirsehir.png -%%DATADIR%%/boards/geography_country/turkey_district/kocaeli.png -%%DATADIR%%/boards/geography_country/turkey_district/konya.png -%%DATADIR%%/boards/geography_country/turkey_district/kutahya.png -%%DATADIR%%/boards/geography_country/turkey_district/malatya.png -%%DATADIR%%/boards/geography_country/turkey_district/manisa.png -%%DATADIR%%/boards/geography_country/turkey_district/mardin.png -%%DATADIR%%/boards/geography_country/turkey_district/mersin.png -%%DATADIR%%/boards/geography_country/turkey_district/mugla.png -%%DATADIR%%/boards/geography_country/turkey_district/mus.png -%%DATADIR%%/boards/geography_country/turkey_district/nevsehir.png -%%DATADIR%%/boards/geography_country/turkey_district/nigde.png -%%DATADIR%%/boards/geography_country/turkey_district/ordu.png -%%DATADIR%%/boards/geography_country/turkey_district/osmaniye.png -%%DATADIR%%/boards/geography_country/turkey_district/rize.png -%%DATADIR%%/boards/geography_country/turkey_district/sakarya.png -%%DATADIR%%/boards/geography_country/turkey_district/samsun.png -%%DATADIR%%/boards/geography_country/turkey_district/sanliurfa.png -%%DATADIR%%/boards/geography_country/turkey_district/siirt.png -%%DATADIR%%/boards/geography_country/turkey_district/sinop.png -%%DATADIR%%/boards/geography_country/turkey_district/sirnak.png -%%DATADIR%%/boards/geography_country/turkey_district/sivas.png -%%DATADIR%%/boards/geography_country/turkey_district/tekirdag.png -%%DATADIR%%/boards/geography_country/turkey_district/tokat.png -%%DATADIR%%/boards/geography_country/turkey_district/trabzon.png -%%DATADIR%%/boards/geography_country/turkey_district/tunceli.png -%%DATADIR%%/boards/geography_country/turkey_district/turkey-east.png -%%DATADIR%%/boards/geography_country/turkey_district/turkey-west.png -%%DATADIR%%/boards/geography_country/turkey_district/turkey.png -%%DATADIR%%/boards/geography_country/turkey_district/usak.png -%%DATADIR%%/boards/geography_country/turkey_district/van.png -%%DATADIR%%/boards/geography_country/turkey_district/yalova.png -%%DATADIR%%/boards/geography_country/turkey_district/yozgat.png -%%DATADIR%%/boards/geography_country/turkey_district/zonguldak.png +%%DATADIR%%/boards/geometry.svg %%DATADIR%%/boards/geometry.xml +%%DATADIR%%/boards/gletters.svg %%DATADIR%%/boards/gletters.xml +%%DATADIR%%/boards/gletters/scenery_background.png +%%DATADIR%%/boards/globe.svg +%%DATADIR%%/boards/gnumch-equal.svg %%DATADIR%%/boards/gnumch-equality.xml +%%DATADIR%%/boards/gnumch-factors.svg %%DATADIR%%/boards/gnumch-factors.xml +%%DATADIR%%/boards/gnumch-inequal.svg %%DATADIR%%/boards/gnumch-inequality.xml +%%DATADIR%%/boards/gnumch-multiples.svg %%DATADIR%%/boards/gnumch-multiples.xml +%%DATADIR%%/boards/gnumch-primes.svg %%DATADIR%%/boards/gnumch-primes.xml +%%DATADIR%%/boards/gnumch.svg +%%DATADIR%%/boards/gnumch/Makefile.am %%DATADIR%%/boards/gnumch/diaper.gif %%DATADIR%%/boards/gnumch/diaper.txt %%DATADIR%%/boards/gnumch/diaper_eating.gif @@ -1280,118 +1425,87 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/gnumch/smarty_eating.gif %%DATADIR%%/boards/gnumch/smarty_walking.gif %%DATADIR%%/boards/gnumchmenu.xml -%%DATADIR%%/boards/gtans/figures/alpha.figures -%%DATADIR%%/boards/gtans/figures/default.figures -%%DATADIR%%/boards/gtans/figures/misc.figures -%%DATADIR%%/boards/gtans/figures/similar.figures -%%DATADIR%%/boards/gtans/gtans_2x-rotate-left.png -%%DATADIR%%/boards/gtans/gtans_2x-rotate.png -%%DATADIR%%/boards/gtans/gtans_outline.png -%%DATADIR%%/boards/gtans/gtans_rotate-left.png -%%DATADIR%%/boards/gtans/gtans_rotate.png -%%DATADIR%%/boards/gtans/gtans_show.png -%%DATADIR%%/boards/gtans/pixmaps/gtans_brightburtwood.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_brightwood.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_burtwood.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_paper.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_puzzle.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_recessed.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_rope.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_stones.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_volcanic.xpm -%%DATADIR%%/boards/gtans/pixmaps/gtans_wood.xpm +%%DATADIR%%/boards/guessnumber.svg %%DATADIR%%/boards/guessnumber.xml +%%DATADIR%%/boards/guessnumber/cave.png +%%DATADIR%%/boards/guessnumber/tuxhelico.png +%%DATADIR%%/boards/hanoi.svg %%DATADIR%%/boards/hanoi.xml +%%DATADIR%%/boards/hanoi_real.svg %%DATADIR%%/boards/hanoi_real.xml +%%DATADIR%%/boards/hanoi_real/disc1.png +%%DATADIR%%/boards/hanoi_real/disc2.png +%%DATADIR%%/boards/hanoi_real/disc3.png +%%DATADIR%%/boards/hanoi_real/disc4.png +%%DATADIR%%/boards/hanoi_real/disc_support.png +%%DATADIR%%/boards/helicogame.svg +%%DATADIR%%/boards/hexagon.svg %%DATADIR%%/boards/hexagon.xml +%%DATADIR%%/boards/hexagon/strawberry.svg +%%DATADIR%%/boards/imageid.svg %%DATADIR%%/boards/imageid.xml -%%DATADIR%%/boards/imageid/Makefile.in.bak %%DATADIR%%/boards/imageid/avion.png %%DATADIR%%/boards/imageid/ballon.png %%DATADIR%%/boards/imageid/banana.png %%DATADIR%%/boards/imageid/bed.png %%DATADIR%%/boards/imageid/board1.xml +%%DATADIR%%/boards/imageid/board2.xml %%DATADIR%%/boards/imageid/bottle.png %%DATADIR%%/boards/imageid/cake.png %%DATADIR%%/boards/imageid/car.png %%DATADIR%%/boards/imageid/cartable.png %%DATADIR%%/boards/imageid/chien.png %%DATADIR%%/boards/imageid/fish.png +%%DATADIR%%/boards/imageid/imageid-bg.svgz %%DATADIR%%/boards/imageid/maison.png %%DATADIR%%/boards/imageid/pomme.png +%%DATADIR%%/boards/imagename.svg %%DATADIR%%/boards/imagename.xml -%%DATADIR%%/boards/imagename/Makefile.in.bak +%%DATADIR%%/boards/imagename/apple.png +%%DATADIR%%/boards/imagename/bicycle.png %%DATADIR%%/boards/imagename/board1_0.xml %%DATADIR%%/boards/imagename/board2_0.xml %%DATADIR%%/boards/imagename/board3_0.xml %%DATADIR%%/boards/imagename/board4_0.xml %%DATADIR%%/boards/imagename/board5_0.xml %%DATADIR%%/boards/imagename/board6_0.xml -%%DATADIR%%/boards/images/README -%%DATADIR%%/boards/images/arrow.png -%%DATADIR%%/boards/images/circle.png -%%DATADIR%%/boards/images/disc1.png -%%DATADIR%%/boards/images/disc2.png -%%DATADIR%%/boards/images/disc3.png -%%DATADIR%%/boards/images/disc4.png -%%DATADIR%%/boards/images/disc_support.png -%%DATADIR%%/boards/images/dn_bear1.png -%%DATADIR%%/boards/images/dn_bear2.png -%%DATADIR%%/boards/images/dn_de1.png -%%DATADIR%%/boards/images/dn_de2.png -%%DATADIR%%/boards/images/dn_epouvantail1.png -%%DATADIR%%/boards/images/dn_epouvantail2.png -%%DATADIR%%/boards/images/dn_fond1.png -%%DATADIR%%/boards/images/dn_fou1.png -%%DATADIR%%/boards/images/dn_fou2.png -%%DATADIR%%/boards/images/dn_hibou1.png -%%DATADIR%%/boards/images/dn_hibou2.png -%%DATADIR%%/boards/images/dn_house1.png -%%DATADIR%%/boards/images/dn_house2.png -%%DATADIR%%/boards/images/dn_plane1.png -%%DATADIR%%/boards/images/dn_plane2.png -%%DATADIR%%/boards/images/dn_poisson1.png -%%DATADIR%%/boards/images/dn_poisson2.png -%%DATADIR%%/boards/images/dn_sapin1.png -%%DATADIR%%/boards/images/dn_sapin2.png -%%DATADIR%%/boards/images/doubleclick.svg -%%DATADIR%%/boards/images/enumerate_answer.png -%%DATADIR%%/boards/images/enumerate_answer_focus.png -%%DATADIR%%/boards/images/fifteen_frame.png -%%DATADIR%%/boards/images/fish00.png -%%DATADIR%%/boards/images/fish01.png -%%DATADIR%%/boards/images/fish02.png -%%DATADIR%%/boards/images/fish03.png -%%DATADIR%%/boards/images/foot.svg -%%DATADIR%%/boards/images/foot_shadow.svg -%%DATADIR%%/boards/images/mosaic_palette.png -%%DATADIR%%/boards/images/penalty_bg.svg -%%DATADIR%%/boards/images/rectangle.png -%%DATADIR%%/boards/images/rhombus.png -%%DATADIR%%/boards/images/shift_key.png -%%DATADIR%%/boards/images/sponge.png -%%DATADIR%%/boards/images/star.png -%%DATADIR%%/boards/images/top_boat_green.png -%%DATADIR%%/boards/images/top_boat_green_tux.png -%%DATADIR%%/boards/images/top_boat_red.png -%%DATADIR%%/boards/images/transparent_square.png -%%DATADIR%%/boards/images/transparent_square2.png -%%DATADIR%%/boards/images/transparent_square_green.png -%%DATADIR%%/boards/images/transparent_square_yellow.png -%%DATADIR%%/boards/images/triangle.png -%%DATADIR%%/boards/images/tux-teacher.png -%%DATADIR%%/boards/images/tux.png -%%DATADIR%%/boards/images/tux_albert.png -%%DATADIR%%/boards/images/tux_graduate.png -%%DATADIR%%/boards/images/tux_teen.png -%%DATADIR%%/boards/images/wagon-green.png -%%DATADIR%%/boards/images/wagon-yellow.png -%%DATADIR%%/boards/images/water_drop.png -%%DATADIR%%/boards/images/water_spot.png +%%DATADIR%%/boards/imagename/board7_0.xml +%%DATADIR%%/boards/imagename/bottle.png +%%DATADIR%%/boards/imagename/car.png +%%DATADIR%%/boards/imagename/carot.png +%%DATADIR%%/boards/imagename/castle.png +%%DATADIR%%/boards/imagename/cocotier.png +%%DATADIR%%/boards/imagename/crown.png +%%DATADIR%%/boards/imagename/egg.png +%%DATADIR%%/boards/imagename/eggpot.png +%%DATADIR%%/boards/imagename/fishingboat.png +%%DATADIR%%/boards/imagename/flower.png +%%DATADIR%%/boards/imagename/flowerpot.png +%%DATADIR%%/boards/imagename/football.png +%%DATADIR%%/boards/imagename/fusee.png +%%DATADIR%%/boards/imagename/glass.png +%%DATADIR%%/boards/imagename/house.png +%%DATADIR%%/boards/imagename/lamp.png +%%DATADIR%%/boards/imagename/light.png +%%DATADIR%%/boards/imagename/lighthouse.png +%%DATADIR%%/boards/imagename/minivan.png +%%DATADIR%%/boards/imagename/pencil.png +%%DATADIR%%/boards/imagename/postcard.png +%%DATADIR%%/boards/imagename/postpoint.png +%%DATADIR%%/boards/imagename/rape.png +%%DATADIR%%/boards/imagename/raquette.png +%%DATADIR%%/boards/imagename/sailingboat.png +%%DATADIR%%/boards/imagename/sapin.png +%%DATADIR%%/boards/imagename/sofa.png +%%DATADIR%%/boards/imagename/star.png +%%DATADIR%%/boards/imagename/tree.png +%%DATADIR%%/boards/imagename/truck.png +%%DATADIR%%/boards/imagename/windflag5.png +%%DATADIR%%/boards/keyboard.svg %%DATADIR%%/boards/keyboard.xml +%%DATADIR%%/boards/leftright.svg %%DATADIR%%/boards/leftright.xml -%%DATADIR%%/boards/leftright/background.kpm -%%DATADIR%%/boards/leftright/leftright-select.png +%%DATADIR%%/boards/leftright/leftright-bg.svgz %%DATADIR%%/boards/leftright/main_droite_dessus_0.png %%DATADIR%%/boards/leftright/main_droite_dessus_180.png %%DATADIR%%/boards/leftright/main_droite_dessus_270.png @@ -1425,45 +1539,180 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/leftright/poing_gauche_paume_270.png %%DATADIR%%/boards/leftright/poing_gauche_paume_90.png %%DATADIR%%/boards/login.xml +%%DATADIR%%/boards/login/scenery2_background.png +%%DATADIR%%/boards/login/scenery3_background.png +%%DATADIR%%/boards/login/scenery4_background.png +%%DATADIR%%/boards/login/scenery5_background.png +%%DATADIR%%/boards/login/scenery6_background.png %%DATADIR%%/boards/magic_hat/hat-point.png %%DATADIR%%/boards/magic_hat/hat.png %%DATADIR%%/boards/magic_hat/magic_hat_minus.png %%DATADIR%%/boards/magic_hat/magic_hat_minus_bg.png %%DATADIR%%/boards/magic_hat/magic_hat_plus.png %%DATADIR%%/boards/magic_hat/magic_hat_plus_bg.png -%%DATADIR%%/boards/magic_hat/star-clear.png -%%DATADIR%%/boards/magic_hat/star1.png -%%DATADIR%%/boards/magic_hat/star2.png -%%DATADIR%%/boards/magic_hat/star3.png +%%DATADIR%%/boards/magic_hat/star-clear.svgz +%%DATADIR%%/boards/magic_hat/star1.svgz +%%DATADIR%%/boards/magic_hat/star2.svgz +%%DATADIR%%/boards/magic_hat/star3.svgz +%%DATADIR%%/boards/magic_hat_minus.svg %%DATADIR%%/boards/magic_hat_minus.xml +%%DATADIR%%/boards/magic_hat_plus.svg %%DATADIR%%/boards/magic_hat_plus.xml +%%DATADIR%%/boards/math.svg %%DATADIR%%/boards/math.xml +%%DATADIR%%/boards/maze.svg %%DATADIR%%/boards/maze.xml +%%DATADIR%%/boards/maze/door.png +%%DATADIR%%/boards/maze/maze-2d-bubble.svg +%%DATADIR%%/boards/maze/maze-3d-bubble.svg +%%DATADIR%%/boards/maze/maze-bg.svgz +%%DATADIR%%/boards/maze/tux_top_south.svg %%DATADIR%%/boards/maze2DRelative.xml +%%DATADIR%%/boards/maze3D.svg %%DATADIR%%/boards/maze3D.xml +%%DATADIR%%/boards/mazeInvisible.svg %%DATADIR%%/boards/mazeInvisible.xml %%DATADIR%%/boards/mazeMenu.xml +%%DATADIR%%/boards/melody.svg %%DATADIR%%/boards/melody.xml -%%DATADIR%%/boards/melody/guitar/background.jpg -%%DATADIR%%/boards/melody/guitar/cursor.png -%%DATADIR%%/boards/melody/guitar/son1.png -%%DATADIR%%/boards/melody/guitar/son2.png -%%DATADIR%%/boards/melody/guitar/son3.png -%%DATADIR%%/boards/melody/guitar/son4.png +%%DATADIR%%/boards/melody/guitar_background.svg +%%DATADIR%%/boards/melody/guitar_cursor.svg +%%DATADIR%%/boards/melody/guitar_melody.ogg +%%DATADIR%%/boards/melody/guitar_son1.ogg +%%DATADIR%%/boards/melody/guitar_son1.png +%%DATADIR%%/boards/melody/guitar_son2.ogg +%%DATADIR%%/boards/melody/guitar_son2.png +%%DATADIR%%/boards/melody/guitar_son3.ogg +%%DATADIR%%/boards/melody/guitar_son3.png +%%DATADIR%%/boards/melody/guitar_son4.ogg +%%DATADIR%%/boards/melody/guitar_son4.png %%DATADIR%%/boards/melody/switch.png -%%DATADIR%%/boards/melody/tachos/background.jpg -%%DATADIR%%/boards/melody/tachos/cursor.png -%%DATADIR%%/boards/melody/tachos/son1.png -%%DATADIR%%/boards/melody/tachos/son2.png -%%DATADIR%%/boards/melody/tachos/son3.png -%%DATADIR%%/boards/melody/tachos/son4.png -%%DATADIR%%/boards/melody/xylofon/background.png -%%DATADIR%%/boards/melody/xylofon/cursor.png -%%DATADIR%%/boards/melody/xylofon/son1.png -%%DATADIR%%/boards/melody/xylofon/son2.png -%%DATADIR%%/boards/melody/xylofon/son3.png -%%DATADIR%%/boards/melody/xylofon/son4.png +%%DATADIR%%/boards/melody/tachos_background.jpg +%%DATADIR%%/boards/melody/tachos_cursor.png +%%DATADIR%%/boards/melody/tachos_melody.ogg +%%DATADIR%%/boards/melody/tachos_son1.ogg +%%DATADIR%%/boards/melody/tachos_son1.png +%%DATADIR%%/boards/melody/tachos_son2.ogg +%%DATADIR%%/boards/melody/tachos_son2.png +%%DATADIR%%/boards/melody/tachos_son3.ogg +%%DATADIR%%/boards/melody/tachos_son3.png +%%DATADIR%%/boards/melody/tachos_son4.ogg +%%DATADIR%%/boards/melody/tachos_son4.png +%%DATADIR%%/boards/melody/xylofon_background.svg +%%DATADIR%%/boards/melody/xylofon_cursor.png +%%DATADIR%%/boards/melody/xylofon_melody.ogg +%%DATADIR%%/boards/melody/xylofon_son1.ogg +%%DATADIR%%/boards/melody/xylofon_son1.svg +%%DATADIR%%/boards/melody/xylofon_son2.ogg +%%DATADIR%%/boards/melody/xylofon_son2.svg +%%DATADIR%%/boards/melody/xylofon_son3.ogg +%%DATADIR%%/boards/melody/xylofon_son3.svg +%%DATADIR%%/boards/melody/xylofon_son4.ogg +%%DATADIR%%/boards/melody/xylofon_son4.svg +%%DATADIR%%/boards/mem_solo_all.svg +%%DATADIR%%/boards/mem_solo_calc.svg +%%DATADIR%%/boards/mem_solo_div.svg +%%DATADIR%%/boards/mem_solo_minus.svg +%%DATADIR%%/boards/mem_solo_mult.svg +%%DATADIR%%/boards/mem_solo_mult_div.svg +%%DATADIR%%/boards/mem_solo_plus.svg +%%DATADIR%%/boards/mem_solo_plus_minus.svg +%%DATADIR%%/boards/mem_tux_all.svg +%%DATADIR%%/boards/mem_tux_calc.svg +%%DATADIR%%/boards/mem_tux_div.svg +%%DATADIR%%/boards/mem_tux_minus.svg +%%DATADIR%%/boards/mem_tux_mult.svg +%%DATADIR%%/boards/mem_tux_mult_div.svg +%%DATADIR%%/boards/mem_tux_plus.svg +%%DATADIR%%/boards/mem_tux_plus_minus.svg +%%DATADIR%%/boards/memo_enumerate.svg +%%DATADIR%%/boards/memo_wordnumber.svg +%%DATADIR%%/boards/memory.svg %%DATADIR%%/boards/memory.xml +%%DATADIR%%/boards/memory/01_cat.png +%%DATADIR%%/boards/memory/02_pig.png +%%DATADIR%%/boards/memory/03_bear.png +%%DATADIR%%/boards/memory/04_hippopotamus.png +%%DATADIR%%/boards/memory/05_penguin.png +%%DATADIR%%/boards/memory/06_cow.png +%%DATADIR%%/boards/memory/07_sheep.png +%%DATADIR%%/boards/memory/08_turtle.png +%%DATADIR%%/boards/memory/09_panda.png +%%DATADIR%%/boards/memory/10_chicken.png +%%DATADIR%%/boards/memory/11_redbird.png +%%DATADIR%%/boards/memory/12_wolf.png +%%DATADIR%%/boards/memory/13_monkey.png +%%DATADIR%%/boards/memory/14_fox.png +%%DATADIR%%/boards/memory/15_bluebirds.png +%%DATADIR%%/boards/memory/16_elephant.png +%%DATADIR%%/boards/memory/17_lion.png +%%DATADIR%%/boards/memory/18_gnu.png +%%DATADIR%%/boards/memory/19_bluebaby.png +%%DATADIR%%/boards/memory/20_greenbaby.png +%%DATADIR%%/boards/memory/21_frog.png +%%DATADIR%%/boards/memory/COPYRIGHT +%%DATADIR%%/boards/memory/LRApplauses_1_LA_cut.ogg +%%DATADIR%%/boards/memory/LRBark_1_LA_cut.ogg +%%DATADIR%%/boards/memory/LRBark_3_LA_cut.ogg +%%DATADIR%%/boards/memory/LRBuddhist_gong_05_LA.ogg +%%DATADIR%%/boards/memory/LRDoor_Open_2_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_01_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_02_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_03_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_04_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_05_LA.ogg +%%DATADIR%%/boards/memory/LRFactory_noise_06_LA.ogg +%%DATADIR%%/boards/memory/LRFireballs_01_LA.ogg +%%DATADIR%%/boards/memory/LRFrogsInPondDuringStormLACut.ogg +%%DATADIR%%/boards/memory/LRHeart_beat_01_LA.ogg +%%DATADIR%%/boards/memory/LRHits_01_LA.ogg +%%DATADIR%%/boards/memory/LRLaPause_short.ogg +%%DATADIR%%/boards/memory/LRObject_falling_01_LA.ogg +%%DATADIR%%/boards/memory/LRObject_falling_02_LA.ogg +%%DATADIR%%/boards/memory/LRRain_in_garden_01_LA_cut.ogg +%%DATADIR%%/boards/memory/LRRing_01_LA.ogg +%%DATADIR%%/boards/memory/LRStartAndStopCarEngine1LACut.ogg +%%DATADIR%%/boards/memory/LRTrain_slowing_down_01_LA_cut.ogg +%%DATADIR%%/boards/memory/LRWeird_1_LA.ogg +%%DATADIR%%/boards/memory/LRWeird_2_LA.ogg +%%DATADIR%%/boards/memory/LRWeird_3_LA.ogg +%%DATADIR%%/boards/memory/LRWeird_4_LA.ogg +%%DATADIR%%/boards/memory/LRWeird_5_LA.ogg +%%DATADIR%%/boards/memory/LRWeird_6_LA.ogg +%%DATADIR%%/boards/memory/Licence.txt +%%DATADIR%%/boards/memory/README +%%DATADIR%%/boards/memory/Tux_mute.png +%%DATADIR%%/boards/memory/Tux_play.png +%%DATADIR%%/boards/memory/backcard.png +%%DATADIR%%/boards/memory/emptycard.png +%%DATADIR%%/boards/memory/gcompris_band.svg +%%DATADIR%%/boards/memory/guitar_melody.ogg +%%DATADIR%%/boards/memory/guitar_son1.ogg +%%DATADIR%%/boards/memory/guitar_son2.ogg +%%DATADIR%%/boards/memory/guitar_son3.ogg +%%DATADIR%%/boards/memory/guitar_son4.ogg +%%DATADIR%%/boards/memory/math_0.svg +%%DATADIR%%/boards/memory/math_1.svg +%%DATADIR%%/boards/memory/math_2.svg +%%DATADIR%%/boards/memory/math_3.svg +%%DATADIR%%/boards/memory/math_4.svg +%%DATADIR%%/boards/memory/math_5.svg +%%DATADIR%%/boards/memory/math_6.svg +%%DATADIR%%/boards/memory/math_7.svg +%%DATADIR%%/boards/memory/math_8.svg +%%DATADIR%%/boards/memory/math_9.svg +%%DATADIR%%/boards/memory/plick.ogg +%%DATADIR%%/boards/memory/scenery_background.png +%%DATADIR%%/boards/memory/space1.ogg +%%DATADIR%%/boards/memory/space2.ogg +%%DATADIR%%/boards/memory/tachos_melody.ogg +%%DATADIR%%/boards/memory/tachos_son1.ogg +%%DATADIR%%/boards/memory/tachos_son2.ogg +%%DATADIR%%/boards/memory/tachos_son3.ogg +%%DATADIR%%/boards/memory/tachos_son4.ogg +%%DATADIR%%/boards/memory/tick.ogg +%%DATADIR%%/boards/memory/tri.ogg +%%DATADIR%%/boards/memory/tux-teacher.png %%DATADIR%%/boards/memory_add.xml %%DATADIR%%/boards/memory_add_minus.xml %%DATADIR%%/boards/memory_add_minus_mult_div.xml @@ -1472,6 +1721,8 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/memory_add_tux.xml %%DATADIR%%/boards/memory_div.xml %%DATADIR%%/boards/memory_div_tux.xml +%%DATADIR%%/boards/memory_elephant.svg +%%DATADIR%%/boards/memory_enumerate.xml %%DATADIR%%/boards/memory_group.xml %%DATADIR%%/boards/memory_minus.xml %%DATADIR%%/boards/memory_minus_tux.xml @@ -1481,33 +1732,75 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/memory_mult_tux.xml %%DATADIR%%/boards/memory_op_group.xml %%DATADIR%%/boards/memory_op_group_tux.xml +%%DATADIR%%/boards/memory_sound.svg %%DATADIR%%/boards/memory_sound.xml +%%DATADIR%%/boards/memory_sound_tux.svg %%DATADIR%%/boards/memory_sound_tux.xml +%%DATADIR%%/boards/memory_tux.svg %%DATADIR%%/boards/memory_tux.xml +%%DATADIR%%/boards/memory_wordnumber.xml %%DATADIR%%/boards/menu.xml +%%DATADIR%%/boards/miscelaneous.svg %%DATADIR%%/boards/miscelaneous.xml +%%DATADIR%%/boards/missing_letter.svg %%DATADIR%%/boards/missing_letter.xml -%%DATADIR%%/boards/missing_letter/Makefile.in.bak +%%DATADIR%%/boards/missing_letter/avion.png +%%DATADIR%%/boards/missing_letter/ballon.png +%%DATADIR%%/boards/missing_letter/banana.png +%%DATADIR%%/boards/missing_letter/bed.png %%DATADIR%%/boards/missing_letter/board1.xml %%DATADIR%%/boards/missing_letter/board2.xml %%DATADIR%%/boards/missing_letter/board3.xml %%DATADIR%%/boards/missing_letter/board4.xml +%%DATADIR%%/boards/missing_letter/board5.xml +%%DATADIR%%/boards/missing_letter/bottle.png +%%DATADIR%%/boards/missing_letter/button.png +%%DATADIR%%/boards/missing_letter/button_selected.png +%%DATADIR%%/boards/missing_letter/cake.png +%%DATADIR%%/boards/missing_letter/car.png +%%DATADIR%%/boards/missing_letter/cartable.png +%%DATADIR%%/boards/missing_letter/chien.png +%%DATADIR%%/boards/missing_letter/fish.png +%%DATADIR%%/boards/missing_letter/maison.png +%%DATADIR%%/boards/missing_letter/missingletter-bg.jpg +%%DATADIR%%/boards/missing_letter/pomme.png +%%DATADIR%%/boards/money.svg %%DATADIR%%/boards/money.xml -%%DATADIR%%/boards/money/euro/c10c.png -%%DATADIR%%/boards/money/euro/c1c.png -%%DATADIR%%/boards/money/euro/c1e.png -%%DATADIR%%/boards/money/euro/c20c.png -%%DATADIR%%/boards/money/euro/c2c.png -%%DATADIR%%/boards/money/euro/c2e.png -%%DATADIR%%/boards/money/euro/c50c.png -%%DATADIR%%/boards/money/euro/c5c.png -%%DATADIR%%/boards/money/euro/p10e.png -%%DATADIR%%/boards/money/euro/p20e.png -%%DATADIR%%/boards/money/euro/p50e.png -%%DATADIR%%/boards/money/euro/p5e.jpg -%%DATADIR%%/boards/money/euro/p5e.png +%%DATADIR%%/boards/money/apple.svgz +%%DATADIR%%/boards/money/banane.svgz +%%DATADIR%%/boards/money/bicycle.svgz +%%DATADIR%%/boards/money/bottle.svgz +%%DATADIR%%/boards/money/c10c.svgz +%%DATADIR%%/boards/money/c1c.svgz +%%DATADIR%%/boards/money/c1e.svgz +%%DATADIR%%/boards/money/c20c.svgz +%%DATADIR%%/boards/money/c2c.svgz +%%DATADIR%%/boards/money/c2e.svgz +%%DATADIR%%/boards/money/c50c.svgz +%%DATADIR%%/boards/money/c5c.svgz +%%DATADIR%%/boards/money/cake.svgz +%%DATADIR%%/boards/money/carot.svgz +%%DATADIR%%/boards/money/cerise.svgz +%%DATADIR%%/boards/money/crown.svgz +%%DATADIR%%/boards/money/eggpot.svgz +%%DATADIR%%/boards/money/football.svgz +%%DATADIR%%/boards/money/lamp.svgz +%%DATADIR%%/boards/money/light.svgz +%%DATADIR%%/boards/money/money-bg.png +%%DATADIR%%/boards/money/n10e.svgz +%%DATADIR%%/boards/money/n20e.svgz +%%DATADIR%%/boards/money/n50e.svgz +%%DATADIR%%/boards/money/n5e.svgz +%%DATADIR%%/boards/money/orange.svgz +%%DATADIR%%/boards/money/pamplemousse.svgz +%%DATADIR%%/boards/money_cents.svg %%DATADIR%%/boards/money_cents.xml +%%DATADIR%%/boards/mosaic.svg %%DATADIR%%/boards/mosaic.xml +%%DATADIR%%/boards/mosaic/button_checked.png +%%DATADIR%%/boards/mosaic/mosaic_bg.svgz +%%DATADIR%%/boards/mosaic/mosaic_palette.png +%%DATADIR%%/boards/mouse.svg %%DATADIR%%/boards/mouse.xml %%DATADIR%%/boards/mrpatate/README %%DATADIR%%/boards/mrpatate/barbe1.png @@ -1619,270 +1912,327 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/music/background/glockenschmoutz.ogg %%DATADIR%%/boards/music/background/vaudeville.ogg %%DATADIR%%/boards/music/intro.ogg -%%DATADIR%%/boards/mypaint/brushes/b003.myb -%%DATADIR%%/boards/mypaint/brushes/b003_prev.png -%%DATADIR%%/boards/mypaint/brushes/b004.myb -%%DATADIR%%/boards/mypaint/brushes/b004_prev.png -%%DATADIR%%/boards/mypaint/brushes/b008.myb -%%DATADIR%%/boards/mypaint/brushes/b008_prev.png -%%DATADIR%%/boards/mypaint/brushes/b016.myb -%%DATADIR%%/boards/mypaint/brushes/b016_prev.png -%%DATADIR%%/boards/mypaint/brushes/basic.myb -%%DATADIR%%/boards/mypaint/brushes/basic_prev.png -%%DATADIR%%/boards/mypaint/brushes/blur.myb -%%DATADIR%%/boards/mypaint/brushes/blur_prev.png -%%DATADIR%%/boards/mypaint/brushes/bulk.myb -%%DATADIR%%/boards/mypaint/brushes/bulk_prev.png -%%DATADIR%%/boards/mypaint/brushes/charcoal.myb -%%DATADIR%%/boards/mypaint/brushes/charcoal_prev.png -%%DATADIR%%/boards/mypaint/brushes/ink.myb -%%DATADIR%%/boards/mypaint/brushes/ink_prev.png -%%DATADIR%%/boards/mypaint/brushes/loosedots.myb -%%DATADIR%%/boards/mypaint/brushes/loosedots_prev.png -%%DATADIR%%/boards/mypaint/brushes/o000.myb -%%DATADIR%%/boards/mypaint/brushes/o000_prev.png -%%DATADIR%%/boards/mypaint/brushes/o001.myb -%%DATADIR%%/boards/mypaint/brushes/o001_prev.png -%%DATADIR%%/boards/mypaint/brushes/o005.myb -%%DATADIR%%/boards/mypaint/brushes/o005_prev.png -%%DATADIR%%/boards/mypaint/brushes/o006.myb -%%DATADIR%%/boards/mypaint/brushes/o006_prev.png -%%DATADIR%%/boards/mypaint/brushes/o007.myb -%%DATADIR%%/boards/mypaint/brushes/o007_prev.png -%%DATADIR%%/boards/mypaint/brushes/o009.myb -%%DATADIR%%/boards/mypaint/brushes/o009_prev.png -%%DATADIR%%/boards/mypaint/brushes/o011.myb -%%DATADIR%%/boards/mypaint/brushes/o011_prev.png -%%DATADIR%%/boards/mypaint/brushes/o012.myb -%%DATADIR%%/boards/mypaint/brushes/o012_prev.png -%%DATADIR%%/boards/mypaint/brushes/o013.myb -%%DATADIR%%/boards/mypaint/brushes/o013_prev.png -%%DATADIR%%/boards/mypaint/brushes/o014.myb -%%DATADIR%%/boards/mypaint/brushes/o014_prev.png -%%DATADIR%%/boards/mypaint/brushes/o015.myb -%%DATADIR%%/boards/mypaint/brushes/o015_prev.png -%%DATADIR%%/boards/mypaint/brushes/o017.myb -%%DATADIR%%/boards/mypaint/brushes/o017_prev.png -%%DATADIR%%/boards/mypaint/brushes/o018.myb -%%DATADIR%%/boards/mypaint/brushes/o018_prev.png -%%DATADIR%%/boards/mypaint/brushes/o019.myb -%%DATADIR%%/boards/mypaint/brushes/o019_prev.png -%%DATADIR%%/boards/mypaint/brushes/o020.myb -%%DATADIR%%/boards/mypaint/brushes/o020_prev.png -%%DATADIR%%/boards/mypaint/brushes/o021.myb -%%DATADIR%%/boards/mypaint/brushes/o021_prev.png -%%DATADIR%%/boards/mypaint/brushes/o022.myb -%%DATADIR%%/boards/mypaint/brushes/o022_prev.png -%%DATADIR%%/boards/mypaint/brushes/o023.myb -%%DATADIR%%/boards/mypaint/brushes/o023_prev.png -%%DATADIR%%/boards/mypaint/brushes/o024.myb -%%DATADIR%%/boards/mypaint/brushes/o024_prev.png -%%DATADIR%%/boards/mypaint/brushes/o025.myb -%%DATADIR%%/boards/mypaint/brushes/o025_prev.png -%%DATADIR%%/boards/mypaint/brushes/o026.myb -%%DATADIR%%/boards/mypaint/brushes/o026_prev.png -%%DATADIR%%/boards/mypaint/brushes/o028.myb -%%DATADIR%%/boards/mypaint/brushes/o028_prev.png -%%DATADIR%%/boards/mypaint/brushes/o029.myb -%%DATADIR%%/boards/mypaint/brushes/o029_prev.png -%%DATADIR%%/boards/mypaint/brushes/o031.myb -%%DATADIR%%/boards/mypaint/brushes/o031_prev.png -%%DATADIR%%/boards/mypaint/brushes/o032.myb -%%DATADIR%%/boards/mypaint/brushes/o032_prev.png -%%DATADIR%%/boards/mypaint/brushes/o033.myb -%%DATADIR%%/boards/mypaint/brushes/o033_prev.png -%%DATADIR%%/boards/mypaint/brushes/o036.myb -%%DATADIR%%/boards/mypaint/brushes/o036_prev.png -%%DATADIR%%/boards/mypaint/brushes/o037.myb -%%DATADIR%%/boards/mypaint/brushes/o037_prev.png -%%DATADIR%%/boards/mypaint/brushes/o038.myb -%%DATADIR%%/boards/mypaint/brushes/o038_prev.png -%%DATADIR%%/boards/mypaint/brushes/o039.myb -%%DATADIR%%/boards/mypaint/brushes/o039_prev.png -%%DATADIR%%/boards/mypaint/brushes/o041.myb -%%DATADIR%%/boards/mypaint/brushes/o041_prev.png -%%DATADIR%%/boards/mypaint/brushes/o043.myb -%%DATADIR%%/boards/mypaint/brushes/o043_prev.png -%%DATADIR%%/boards/mypaint/brushes/o398.myb -%%DATADIR%%/boards/mypaint/brushes/o398_prev.png -%%DATADIR%%/boards/mypaint/brushes/o501.myb -%%DATADIR%%/boards/mypaint/brushes/o501_prev.png -%%DATADIR%%/boards/mypaint/brushes/o512.myb -%%DATADIR%%/boards/mypaint/brushes/o512_prev.png -%%DATADIR%%/boards/mypaint/brushes/o519.myb -%%DATADIR%%/boards/mypaint/brushes/o519_prev.png -%%DATADIR%%/boards/mypaint/brushes/o665.myb -%%DATADIR%%/boards/mypaint/brushes/o665_prev.png -%%DATADIR%%/boards/mypaint/brushes/o945.myb -%%DATADIR%%/boards/mypaint/brushes/o945_prev.png -%%DATADIR%%/boards/mypaint/brushes/old_b000.myb -%%DATADIR%%/boards/mypaint/brushes/old_b000_prev.png -%%DATADIR%%/boards/mypaint/brushes/old_b003.myb -%%DATADIR%%/boards/mypaint/brushes/old_b003_prev.png -%%DATADIR%%/boards/mypaint/brushes/old_b004.myb -%%DATADIR%%/boards/mypaint/brushes/old_b004_prev.png -%%DATADIR%%/boards/mypaint/brushes/old_b008.myb -%%DATADIR%%/boards/mypaint/brushes/old_b008_prev.png -%%DATADIR%%/boards/mypaint/brushes/old_b024.myb -%%DATADIR%%/boards/mypaint/brushes/old_b024_prev.png -%%DATADIR%%/boards/mypaint/brushes/order.conf -%%DATADIR%%/boards/mypaint/brushes/pencil.myb -%%DATADIR%%/boards/mypaint/brushes/pencil_prev.png -%%DATADIR%%/boards/mypaint/brushes/prev-template.xcf.gz -%%DATADIR%%/boards/mypaint/brushes/s000.myb -%%DATADIR%%/boards/mypaint/brushes/s000_prev.png -%%DATADIR%%/boards/mypaint/brushes/smudge.myb -%%DATADIR%%/boards/mypaint/brushes/smudge_prev.png +%%DATADIR%%/boards/numeration.svg %%DATADIR%%/boards/numeration.xml -%%DATADIR%%/boards/opt/README -%%DATADIR%%/boards/opt/animals/bear001.jpg -%%DATADIR%%/boards/opt/animals/black-headed-gull.jpg -%%DATADIR%%/boards/opt/animals/butterfly.jpg -%%DATADIR%%/boards/opt/animals/cat1.jpg -%%DATADIR%%/boards/opt/animals/cat2.jpg -%%DATADIR%%/boards/opt/animals/cow.jpg -%%DATADIR%%/boards/opt/animals/donkey.jpg -%%DATADIR%%/boards/opt/animals/elephanteauxgc.jpg -%%DATADIR%%/boards/opt/animals/flamentrosegc.jpg -%%DATADIR%%/boards/opt/animals/girafegc.jpg -%%DATADIR%%/boards/opt/animals/horses.jpg -%%DATADIR%%/boards/opt/animals/horses2.jpg -%%DATADIR%%/boards/opt/animals/hypogc.jpg -%%DATADIR%%/boards/opt/animals/joybear001.jpg -%%DATADIR%%/boards/opt/animals/joybear002.jpg -%%DATADIR%%/boards/opt/animals/jumentmulassieregc.jpg -%%DATADIR%%/boards/opt/animals/maki1.jpg -%%DATADIR%%/boards/opt/animals/maki2.jpg -%%DATADIR%%/boards/opt/animals/maki3.jpg -%%DATADIR%%/boards/opt/animals/maki4.jpg -%%DATADIR%%/boards/opt/animals/maki5.jpg -%%DATADIR%%/boards/opt/animals/maki6.jpg -%%DATADIR%%/boards/opt/animals/malaybear002.jpg -%%DATADIR%%/boards/opt/animals/pigeon.jpg -%%DATADIR%%/boards/opt/animals/polabear011.jpg -%%DATADIR%%/boards/opt/animals/polarbear001.jpg -%%DATADIR%%/boards/opt/animals/poolbears001.jpg -%%DATADIR%%/boards/opt/animals/readme.txt -%%DATADIR%%/boards/opt/animals/rhinogc.jpg -%%DATADIR%%/boards/opt/animals/sheep_irish.jpg -%%DATADIR%%/boards/opt/animals/sheep_irish2.jpg -%%DATADIR%%/boards/opt/animals/singegc.jpg -%%DATADIR%%/boards/opt/animals/spectbear001.jpg -%%DATADIR%%/boards/opt/animals/squirrel.jpg -%%DATADIR%%/boards/opt/animals/tetegorillegc.jpg -%%DATADIR%%/boards/opt/animals/tiger1_by_Ralf_Schmode.jpg -%%DATADIR%%/boards/opt/animals/tigercub003.jpg -%%DATADIR%%/boards/opt/animals/tigerdrink001.jpg -%%DATADIR%%/boards/opt/animals/tigerplay001.jpg -%%DATADIR%%/boards/opt/baleine.png -%%DATADIR%%/boards/opt/beach1.png -%%DATADIR%%/boards/opt/beach2.png -%%DATADIR%%/boards/opt/beach3.png -%%DATADIR%%/boards/opt/beach4.png -%%DATADIR%%/boards/opt/cave.png -%%DATADIR%%/boards/opt/elephant_mer.png -%%DATADIR%%/boards/opt/enumerate_background.png -%%DATADIR%%/boards/opt/epaulard.png -%%DATADIR%%/boards/opt/followline.png -%%DATADIR%%/boards/opt/foot_background.png -%%DATADIR%%/boards/opt/gcompris_band.png -%%DATADIR%%/boards/opt/gtans_bg.png -%%DATADIR%%/boards/opt/imageid-bg.jpg -%%DATADIR%%/boards/opt/maze-bg.jpg -%%DATADIR%%/boards/opt/missingletter-bg.jpg -%%DATADIR%%/boards/opt/morse.png -%%DATADIR%%/boards/opt/mosaic_bg.png -%%DATADIR%%/boards/opt/narval.png -%%DATADIR%%/boards/opt/nur00523.jpg -%%DATADIR%%/boards/opt/nur03006.jpg -%%DATADIR%%/boards/opt/nur03010.jpg -%%DATADIR%%/boards/opt/nur03011.jpg -%%DATADIR%%/boards/opt/nur03013.jpg -%%DATADIR%%/boards/opt/nur03505.jpg -%%DATADIR%%/boards/opt/ourspolaire.png -%%DATADIR%%/boards/opt/phoque.png -%%DATADIR%%/boards/opt/railroad-bg.png -%%DATADIR%%/boards/opt/scenery2_background.png -%%DATADIR%%/boards/opt/scenery3_background.png -%%DATADIR%%/boards/opt/scenery4_background.png -%%DATADIR%%/boards/opt/scenery5_background.png -%%DATADIR%%/boards/opt/scenery6_background.png -%%DATADIR%%/boards/opt/scenery7_background.png -%%DATADIR%%/boards/opt/scenery_background.png -%%DATADIR%%/boards/opt/school_bg1.jpg -%%DATADIR%%/boards/opt/school_bg2.jpg -%%DATADIR%%/boards/opt/school_bg3.jpg -%%DATADIR%%/boards/opt/school_bg4.jpg -%%DATADIR%%/boards/opt/sea1.jpg -%%DATADIR%%/boards/opt/sea2.jpg -%%DATADIR%%/boards/opt/sea3.jpg -%%DATADIR%%/boards/opt/sea4.jpg -%%DATADIR%%/boards/opt/sea5.jpg -%%DATADIR%%/boards/opt/sea6.jpg -%%DATADIR%%/boards/opt/superbrain_background.jpg -%%DATADIR%%/boards/opt/tabepice.jpg -%%DATADIR%%/boards/opt/target_background.jpg %%DATADIR%%/boards/paintings.xml -%%DATADIR%%/boards/paintings/Makefile.in.bak -%%DATADIR%%/boards/paintings/README +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_a1.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_a2.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_a3.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_b1.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_b2.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_b3.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_c1.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_c2.png +%%DATADIR%%/boards/paintings/Arcimboldo_Librarian_c3.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_a1.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_a2.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_a3.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_b1.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_b2.png +%%DATADIR%%/boards/paintings/Arcimboldo_Spring_b3.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_a1.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_a2.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_a3.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_a4.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_b1.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_b2.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_b3.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_b4.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_c1.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_c2.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_c3.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_c4.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_d1.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_d2.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_d3.png +%%DATADIR%%/boards/paintings/Botticelli_Primaver_d4.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_a1.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_a2.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_a3.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_a4.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_b1.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_b2.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_b3.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_b4.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_c1.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_c2.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_c3.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_c4.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_d1.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_d2.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_d3.png +%%DATADIR%%/boards/paintings/Botticelli_Venus_d4.png +%%DATADIR%%/boards/paintings/EjiriSuruga_a1.png +%%DATADIR%%/boards/paintings/EjiriSuruga_a2.png +%%DATADIR%%/boards/paintings/EjiriSuruga_a3.png +%%DATADIR%%/boards/paintings/EjiriSuruga_b1.png +%%DATADIR%%/boards/paintings/EjiriSuruga_b2.png +%%DATADIR%%/boards/paintings/EjiriSuruga_b3.png +%%DATADIR%%/boards/paintings/EjiriSuruga_c1.png +%%DATADIR%%/boards/paintings/EjiriSuruga_c2.png +%%DATADIR%%/boards/paintings/EjiriSuruga_c3.png +%%DATADIR%%/boards/paintings/EjiriSuruga_d1.png +%%DATADIR%%/boards/paintings/EjiriSuruga_d2.png +%%DATADIR%%/boards/paintings/EjiriSuruga_d3.png +%%DATADIR%%/boards/paintings/GreatWave_a1.png +%%DATADIR%%/boards/paintings/GreatWave_a2.png +%%DATADIR%%/boards/paintings/GreatWave_a3.png +%%DATADIR%%/boards/paintings/GreatWave_b1.png +%%DATADIR%%/boards/paintings/GreatWave_b2.png +%%DATADIR%%/boards/paintings/GreatWave_b3.png +%%DATADIR%%/boards/paintings/GreatWave_c1.png +%%DATADIR%%/boards/paintings/GreatWave_c2.png +%%DATADIR%%/boards/paintings/GreatWave_c3.png +%%DATADIR%%/boards/paintings/GreatWave_d1.png +%%DATADIR%%/boards/paintings/GreatWave_d2.png +%%DATADIR%%/boards/paintings/GreatWave_d3.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_a1.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_a2.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_a3.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_a4.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_b1.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_b2.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_b3.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_b4.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_c1.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_c2.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_c3.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_c4.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_d1.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_d2.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_d3.png +%%DATADIR%%/boards/paintings/HiroshigeHorsePrawns_d4.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_a1.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_a2.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_a3.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_a4.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_b1.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_b2.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_b3.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_b4.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_c1.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_c2.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_c3.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_c4.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_d1.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_d2.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_d3.png +%%DATADIR%%/boards/paintings/HiroshigeInokashiraSnow_d4.png +%%DATADIR%%/boards/paintings/HokusaiBridge_a1.png +%%DATADIR%%/boards/paintings/HokusaiBridge_a2.png +%%DATADIR%%/boards/paintings/HokusaiBridge_a3.png +%%DATADIR%%/boards/paintings/HokusaiBridge_a4.png +%%DATADIR%%/boards/paintings/HokusaiBridge_b1.png +%%DATADIR%%/boards/paintings/HokusaiBridge_b2.png +%%DATADIR%%/boards/paintings/HokusaiBridge_b3.png +%%DATADIR%%/boards/paintings/HokusaiBridge_b4.png +%%DATADIR%%/boards/paintings/HokusaiBridge_c1.png +%%DATADIR%%/boards/paintings/HokusaiBridge_c2.png +%%DATADIR%%/boards/paintings/HokusaiBridge_c3.png +%%DATADIR%%/boards/paintings/HokusaiBridge_c4.png +%%DATADIR%%/boards/paintings/HokusaiBridge_d1.png +%%DATADIR%%/boards/paintings/HokusaiBridge_d2.png +%%DATADIR%%/boards/paintings/HokusaiBridge_d3.png +%%DATADIR%%/boards/paintings/HokusaiBridge_d4.png +%%DATADIR%%/boards/paintings/HokusaiBridge_e1.png +%%DATADIR%%/boards/paintings/HokusaiBridge_e2.png +%%DATADIR%%/boards/paintings/HokusaiBridge_e3.png +%%DATADIR%%/boards/paintings/HokusaiBridge_e4.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_a1.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_a2.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_a3.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_b1.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_b2.png +%%DATADIR%%/boards/paintings/HokusaiOiranKamuro_b3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_a1.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_a2.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_a3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_a4.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_a5.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_b1.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_b2.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_b3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_b4.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_b5.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_c1.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_c2.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_c3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_c4.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_c5.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_d1.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_d2.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_d3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_d4.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_d5.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_e1.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_e2.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_e3.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_e4.png +%%DATADIR%%/boards/paintings/HokusaiPoppies_e5.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_a1.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_a2.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_a3.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_b1.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_b2.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_b3.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_c1.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_c2.png +%%DATADIR%%/boards/paintings/HokusaiWomanHoldingFan_c3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_a1.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_a2.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_a3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_a4.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_a5.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_b1.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_b2.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_b3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_b4.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_b5.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_c1.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_c2.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_c3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_c4.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_c5.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_d1.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_d2.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_d3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_d4.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_d5.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_e1.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_e2.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_e3.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_e4.png +%%DATADIR%%/boards/paintings/KazusaSeaRoute_e5.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_a1.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_a2.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_a3.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_a4.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_b1.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_b2.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_b3.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_b4.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_c1.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_c2.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_c3.png +%%DATADIR%%/boards/paintings/Le_Caravage_Egypte_c4.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_a1.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_a2.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_a3.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_a4.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_b1.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_b2.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_b3.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_b4.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_c1.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_c2.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_c3.png +%%DATADIR%%/boards/paintings/Michelangelo_Pieta_c4.png +%%DATADIR%%/boards/paintings/bazille_rampart_1.jpg +%%DATADIR%%/boards/paintings/bazille_rampart_2.jpg +%%DATADIR%%/boards/paintings/bazille_rampart_3.jpg +%%DATADIR%%/boards/paintings/bazille_rampart_4.jpg +%%DATADIR%%/boards/paintings/bazille_rampart_5.jpg +%%DATADIR%%/boards/paintings/bazille_rampart_6.jpg %%DATADIR%%/boards/paintings/board1_0.xml +%%DATADIR%%/boards/paintings/board1_1.xml +%%DATADIR%%/boards/paintings/board1_10.xml +%%DATADIR%%/boards/paintings/board1_11.xml +%%DATADIR%%/boards/paintings/board1_12.xml +%%DATADIR%%/boards/paintings/board1_2.xml +%%DATADIR%%/boards/paintings/board1_3.xml +%%DATADIR%%/boards/paintings/board1_4.xml +%%DATADIR%%/boards/paintings/board1_5.xml +%%DATADIR%%/boards/paintings/board1_6.xml +%%DATADIR%%/boards/paintings/board1_7.xml +%%DATADIR%%/boards/paintings/board1_8.xml +%%DATADIR%%/boards/paintings/board1_9.xml %%DATADIR%%/boards/paintings/board2_0.xml +%%DATADIR%%/boards/paintings/board2_1.xml +%%DATADIR%%/boards/paintings/board2_2.xml +%%DATADIR%%/boards/paintings/board2_3.xml %%DATADIR%%/boards/paintings/board3_0.xml %%DATADIR%%/boards/paintings/board3_1.xml %%DATADIR%%/boards/paintings/board4_0.xml %%DATADIR%%/boards/paintings/board5_0.xml %%DATADIR%%/boards/paintings/board6_0.xml -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle1.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle2.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle3.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle4.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle5.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle6.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle7.png -%%DATADIR%%/boards/paintings/kandinky.comp8/puzzle8.png -%%DATADIR%%/boards/paintings/level1/bazille_rampart_1.jpg -%%DATADIR%%/boards/paintings/level1/bazille_rampart_2.jpg -%%DATADIR%%/boards/paintings/level1/bazille_rampart_3.jpg -%%DATADIR%%/boards/paintings/level1/bazille_rampart_4.jpg -%%DATADIR%%/boards/paintings/level1/bazille_rampart_5.jpg -%%DATADIR%%/boards/paintings/level1/bazille_rampart_6.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_1.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_2.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_3.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_4.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_5.jpg -%%DATADIR%%/boards/paintings/level2/cassat_summertime_6.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_1.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_2.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_3.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_4.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_5.jpg -%%DATADIR%%/boards/paintings/level3/gogh_auvert_6.jpg -%%DATADIR%%/boards/paintings/level4/degas_class-dance_1.png -%%DATADIR%%/boards/paintings/level4/degas_class-dance_2.png -%%DATADIR%%/boards/paintings/level4/degas_class-dance_3.png -%%DATADIR%%/boards/paintings/level4/degas_class-dance_4.png -%%DATADIR%%/boards/paintings/level4/degas_class-dance_5.png -%%DATADIR%%/boards/paintings/level4/degas_class-dance_6.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-1.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-2.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-3.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-4.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-5.png -%%DATADIR%%/boards/paintings/level5/renoir-moulin_de_la_galette-6.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-1.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-2.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-3.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-4.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-5.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-6.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-7.png -%%DATADIR%%/boards/paintings/level6/renoir-filles_piano-8.png +%%DATADIR%%/boards/paintings/cassat_summertime_1.jpg +%%DATADIR%%/boards/paintings/cassat_summertime_2.jpg +%%DATADIR%%/boards/paintings/cassat_summertime_3.jpg +%%DATADIR%%/boards/paintings/cassat_summertime_4.jpg +%%DATADIR%%/boards/paintings/cassat_summertime_5.jpg +%%DATADIR%%/boards/paintings/cassat_summertime_6.jpg +%%DATADIR%%/boards/paintings/degas_class-dance_1.png +%%DATADIR%%/boards/paintings/degas_class-dance_2.png +%%DATADIR%%/boards/paintings/degas_class-dance_3.png +%%DATADIR%%/boards/paintings/degas_class-dance_4.png +%%DATADIR%%/boards/paintings/degas_class-dance_5.png +%%DATADIR%%/boards/paintings/degas_class-dance_6.png +%%DATADIR%%/boards/paintings/gogh_auvert_1.jpg +%%DATADIR%%/boards/paintings/gogh_auvert_2.jpg +%%DATADIR%%/boards/paintings/gogh_auvert_3.jpg +%%DATADIR%%/boards/paintings/gogh_auvert_4.jpg +%%DATADIR%%/boards/paintings/gogh_auvert_5.jpg +%%DATADIR%%/boards/paintings/gogh_auvert_6.jpg +%%DATADIR%%/boards/paintings/kandinky_1.png +%%DATADIR%%/boards/paintings/kandinky_2.png +%%DATADIR%%/boards/paintings/kandinky_3.png +%%DATADIR%%/boards/paintings/kandinky_4.png +%%DATADIR%%/boards/paintings/kandinky_5.png +%%DATADIR%%/boards/paintings/kandinky_6.png +%%DATADIR%%/boards/paintings/kandinky_7.png +%%DATADIR%%/boards/paintings/kandinky_8.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-1.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-2.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-3.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-4.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-5.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-6.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-7.png +%%DATADIR%%/boards/paintings/renoir-filles_piano-8.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-1.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-2.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-3.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-4.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-5.png +%%DATADIR%%/boards/paintings/renoir-moulin_de_la_galette-6.png %%DATADIR%%/boards/paratrooper.xml +%%DATADIR%%/boards/paratrooper/cloud.svgz +%%DATADIR%%/boards/paratrooper/fishingboat.svgz +%%DATADIR%%/boards/paratrooper/minitux.svgz +%%DATADIR%%/boards/paratrooper/parachute.svgz +%%DATADIR%%/boards/paratrooper/scenery3_background.png +%%DATADIR%%/boards/paratrooper/tuxplane.svgz +%%DATADIR%%/boards/penalty.svg +%%DATADIR%%/boards/penalty.xml +%%DATADIR%%/boards/penalty/penalty_bg.svgz +%%DATADIR%%/boards/photohunter.svg +%%DATADIR%%/boards/photohunter.xml +%%DATADIR%%/boards/photohunter/board1_0a.png +%%DATADIR%%/boards/photohunter/board1_0b.png +%%DATADIR%%/boards/photohunter/board1_1a.png +%%DATADIR%%/boards/photohunter/board1_1b.png +%%DATADIR%%/boards/photohunter/board1_2a.png +%%DATADIR%%/boards/photohunter/board1_2b.png +%%DATADIR%%/boards/photohunter/board1_3a.png +%%DATADIR%%/boards/photohunter/board1_3b.png +%%DATADIR%%/boards/photohunter/board1_4a.png +%%DATADIR%%/boards/photohunter/board1_4b.png +%%DATADIR%%/boards/photohunter/board1_5a.png +%%DATADIR%%/boards/photohunter/board1_5b.png +%%DATADIR%%/boards/photohunter/board1_6a.png +%%DATADIR%%/boards/photohunter/board1_6b.png +%%DATADIR%%/boards/photohunter/board2_0a.png +%%DATADIR%%/boards/photohunter/board2_0b.png %%DATADIR%%/boards/planegame.xml +%%DATADIR%%/boards/planegame/cloud.svgz +%%DATADIR%%/boards/planegame/scenery3_background.png +%%DATADIR%%/boards/planegame/tuxhelico.svgz %%DATADIR%%/boards/puzzle.xml +%%DATADIR%%/boards/puzzles.svg +%%DATADIR%%/boards/python.svg %%DATADIR%%/boards/pythontemplate.xml %%DATADIR%%/boards/pythontest.xml +%%DATADIR%%/boards/railroad.svg %%DATADIR%%/boards/railroad.xml %%DATADIR%%/boards/railroad/loco1.png %%DATADIR%%/boards/railroad/loco2.png @@ -1893,6 +2243,7 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/railroad/loco7.png %%DATADIR%%/boards/railroad/loco8.png %%DATADIR%%/boards/railroad/loco9.png +%%DATADIR%%/boards/railroad/railroad-bg.svg %%DATADIR%%/boards/railroad/wagon1.png %%DATADIR%%/boards/railroad/wagon10.png %%DATADIR%%/boards/railroad/wagon11.png @@ -1907,425 +2258,167 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/railroad/wagon7.png %%DATADIR%%/boards/railroad/wagon8.png %%DATADIR%%/boards/railroad/wagon9.png +%%DATADIR%%/boards/read_colors.svg %%DATADIR%%/boards/read_colors.xml -%%DATADIR%%/boards/read_colors/Makefile.in.bak -%%DATADIR%%/boards/read_colors/board1.xml %%DATADIR%%/boards/read_colors/read_colors_background.png %%DATADIR%%/boards/read_colors/read_colors_highlight.png +%%DATADIR%%/boards/read_colors2.svg +%%DATADIR%%/boards/reading.svg %%DATADIR%%/boards/reading.xml +%%DATADIR%%/boards/readingh.svg %%DATADIR%%/boards/readingh.xml +%%DATADIR%%/boards/readingh/reading-bg.svgz %%DATADIR%%/boards/readingv.xml +%%DATADIR%%/boards/redraw.svg %%DATADIR%%/boards/redraw.xml +%%DATADIR%%/boards/redraw/mini_bad.png +%%DATADIR%%/boards/redraw/redraw.svg %%DATADIR%%/boards/redraw_symmetrical.xml +%%DATADIR%%/boards/redraw_symmetrical/redraw_symmetry.svg +%%DATADIR%%/boards/redraw_symmetry.svg +%%DATADIR%%/boards/reversecount.svg %%DATADIR%%/boards/reversecount.xml -%%DATADIR%%/boards/reversecount/README -%%DATADIR%%/boards/reversecount/dice_area.png -%%DATADIR%%/boards/reversecount/iceblock.png -%%DATADIR%%/boards/scales/README -%%DATADIR%%/boards/scales/balance.png -%%DATADIR%%/boards/scales/bras.png -%%DATADIR%%/boards/scales/masse.png -%%DATADIR%%/boards/scales/masse1.png -%%DATADIR%%/boards/scales/masse10.png -%%DATADIR%%/boards/scales/masse2.png -%%DATADIR%%/boards/scales/masse3.png -%%DATADIR%%/boards/scales/masse4.png -%%DATADIR%%/boards/scales/masse5.png -%%DATADIR%%/boards/scales/masse6.png -%%DATADIR%%/boards/scales/masse7.png -%%DATADIR%%/boards/scales/masse8.png -%%DATADIR%%/boards/scales/masse9.png -%%DATADIR%%/boards/scales/plateau.png +%%DATADIR%%/boards/reversecount/QueenAngel_0.png +%%DATADIR%%/boards/reversecount/baleine.svgz +%%DATADIR%%/boards/reversecount/blueking2_0.png +%%DATADIR%%/boards/reversecount/butfish_0.png +%%DATADIR%%/boards/reversecount/cichlid1_0.png +%%DATADIR%%/boards/reversecount/cichlid4_0.png +%%DATADIR%%/boards/reversecount/collaris_0.png +%%DATADIR%%/boards/reversecount/dice0.svgz +%%DATADIR%%/boards/reversecount/dice1.svgz +%%DATADIR%%/boards/reversecount/dice2.svgz +%%DATADIR%%/boards/reversecount/dice3.svgz +%%DATADIR%%/boards/reversecount/dice4.svgz +%%DATADIR%%/boards/reversecount/dice5.svgz +%%DATADIR%%/boards/reversecount/dice6.svgz +%%DATADIR%%/boards/reversecount/dice7.svgz +%%DATADIR%%/boards/reversecount/dice8.svgz +%%DATADIR%%/boards/reversecount/dice9.svgz +%%DATADIR%%/boards/reversecount/dice_area.svgz +%%DATADIR%%/boards/reversecount/discus2_0.png +%%DATADIR%%/boards/reversecount/discus3_0.png +%%DATADIR%%/boards/reversecount/eel_0.png +%%DATADIR%%/boards/reversecount/elephant_mer.svgz +%%DATADIR%%/boards/reversecount/epaulard.svgz +%%DATADIR%%/boards/reversecount/f00_0.png +%%DATADIR%%/boards/reversecount/f01_0.png +%%DATADIR%%/boards/reversecount/f02_0.png +%%DATADIR%%/boards/reversecount/f03_0.png +%%DATADIR%%/boards/reversecount/f04_0.png +%%DATADIR%%/boards/reversecount/f05_0.png +%%DATADIR%%/boards/reversecount/f06_0.png +%%DATADIR%%/boards/reversecount/f07_0.png +%%DATADIR%%/boards/reversecount/f08_0.png +%%DATADIR%%/boards/reversecount/f09_0.png +%%DATADIR%%/boards/reversecount/f10_0.png +%%DATADIR%%/boards/reversecount/f11_0.png +%%DATADIR%%/boards/reversecount/f12_0.png +%%DATADIR%%/boards/reversecount/f13_0.png +%%DATADIR%%/boards/reversecount/iceblock.svgz +%%DATADIR%%/boards/reversecount/manta_0.png +%%DATADIR%%/boards/reversecount/morse.svgz +%%DATADIR%%/boards/reversecount/narval.svgz +%%DATADIR%%/boards/reversecount/newf1_0.png +%%DATADIR%%/boards/reversecount/ourspolaire.svgz +%%DATADIR%%/boards/reversecount/phoque.svgz +%%DATADIR%%/boards/reversecount/shark1_0.png +%%DATADIR%%/boards/reversecount/six_barred_0.png +%%DATADIR%%/boards/reversecount/teeth_0.png +%%DATADIR%%/boards/reversecount/tux_top_south.svgz +%%DATADIR%%/boards/scale/balance.png +%%DATADIR%%/boards/scale/bras.png +%%DATADIR%%/boards/scale/chocolate_cake.png +%%DATADIR%%/boards/scale/flowerpot.png +%%DATADIR%%/boards/scale/glass.png +%%DATADIR%%/boards/scale/masse.png +%%DATADIR%%/boards/scale/orange.png +%%DATADIR%%/boards/scale/pear.png +%%DATADIR%%/boards/scale/plateau.png +%%DATADIR%%/boards/scale/suggar_box.png +%%DATADIR%%/boards/scale/tabepice.jpg %%DATADIR%%/boards/scalesboard.xml +%%DATADIR%%/boards/scalesboard_weight.svg +%%DATADIR%%/boards/scalesboard_weight.xml +%%DATADIR%%/boards/scalesicon.svg +%%DATADIR%%/boards/searace.svg %%DATADIR%%/boards/searace.xml +%%DATADIR%%/boards/searace/arrow.png +%%DATADIR%%/boards/searace/top_boat_green.png +%%DATADIR%%/boards/searace/top_boat_green_tux.png +%%DATADIR%%/boards/searace/top_boat_red.png +%%DATADIR%%/boards/searace1player.svg %%DATADIR%%/boards/searace1player.xml +%%DATADIR%%/boards/shapegame.svg +%%DATADIR%%/boards/shapegame/hand.svg %%DATADIR%%/boards/skins/README -%%DATADIR%%/boards/skins/babytoy/README -%%DATADIR%%/boards/skins/babytoy/about.png -%%DATADIR%%/boards/skins/babytoy/bad.png -%%DATADIR%%/boards/skins/babytoy/bar_bg.jpg -%%DATADIR%%/boards/skins/babytoy/button.png -%%DATADIR%%/boards/skins/babytoy/button_backward.png -%%DATADIR%%/boards/skins/babytoy/button_checked.png -%%DATADIR%%/boards/skins/babytoy/button_exit.png -%%DATADIR%%/boards/skins/babytoy/button_forward.png -%%DATADIR%%/boards/skins/babytoy/button_large.png -%%DATADIR%%/boards/skins/babytoy/button_large2.png -%%DATADIR%%/boards/skins/babytoy/button_large3.png -%%DATADIR%%/boards/skins/babytoy/button_large_selected.png -%%DATADIR%%/boards/skins/babytoy/button_redo.png -%%DATADIR%%/boards/skins/babytoy/button_reload.png -%%DATADIR%%/boards/skins/babytoy/button_selected.png -%%DATADIR%%/boards/skins/babytoy/button_unchecked.png -%%DATADIR%%/boards/skins/babytoy/button_up.png -%%DATADIR%%/boards/skins/babytoy/button_up_selected.png -%%DATADIR%%/boards/skins/babytoy/clockgame-bg.jpg -%%DATADIR%%/boards/skins/babytoy/config.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star1.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star2.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star3.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star4.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star5.png -%%DATADIR%%/boards/skins/babytoy/difficulty_star6.png -%%DATADIR%%/boards/skins/babytoy/draw/color-selector.png -%%DATADIR%%/boards/skins/babytoy/draw/counter.png -%%DATADIR%%/boards/skins/babytoy/draw/down.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-camera.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-camera_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-circle.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-circle_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-del.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-del_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-down.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-down_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-empty.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-empty_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-fill.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-fill_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-filledcircle.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-filledcircle_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-filledrectangle.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-filledrectangle_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-flip.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-flip_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-image.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-image_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-line.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-line_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-load.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-movie.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-movie_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rectangle.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rectangle_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rotation-ccw.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rotation-ccw_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rotation-cw.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-rotation-cw_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-save.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-select.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-select_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-selector.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-text.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-text_on.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-up.png -%%DATADIR%%/boards/skins/babytoy/draw/tool-up_on.png -%%DATADIR%%/boards/skins/babytoy/draw/up.png -%%DATADIR%%/boards/skins/babytoy/file_selector_bg.png -%%DATADIR%%/boards/skins/babytoy/gcompris-bg.jpg -%%DATADIR%%/boards/skins/babytoy/gcompris-init.jpg -%%DATADIR%%/boards/skins/babytoy/gcompris-menu2bg.png -%%DATADIR%%/boards/skins/babytoy/gcompris-shapebg.jpg -%%DATADIR%%/boards/skins/babytoy/gcompris-shapelabel.png -%%DATADIR%%/boards/skins/babytoy/help.png -%%DATADIR%%/boards/skins/babytoy/help_bg.png -%%DATADIR%%/boards/skins/babytoy/home.png -%%DATADIR%%/boards/skins/babytoy/leftright-bg.jpg -%%DATADIR%%/boards/skins/babytoy/level1.png -%%DATADIR%%/boards/skins/babytoy/level2.png -%%DATADIR%%/boards/skins/babytoy/level3.png -%%DATADIR%%/boards/skins/babytoy/level4.png -%%DATADIR%%/boards/skins/babytoy/level5.png -%%DATADIR%%/boards/skins/babytoy/level6.png -%%DATADIR%%/boards/skins/babytoy/level7.png -%%DATADIR%%/boards/skins/babytoy/level8.png -%%DATADIR%%/boards/skins/babytoy/level9.png -%%DATADIR%%/boards/skins/babytoy/maze-2d-bubble.png -%%DATADIR%%/boards/skins/babytoy/maze-3d-bubble.png -%%DATADIR%%/boards/skins/babytoy/ok.png -%%DATADIR%%/boards/skins/babytoy/repeat.png -%%DATADIR%%/boards/skins/babytoy/skin.xml -%%DATADIR%%/boards/skins/babytoy/traffic-bg.jpg %%DATADIR%%/boards/skins/gartoon/README -%%DATADIR%%/boards/skins/gartoon/about.png -%%DATADIR%%/boards/skins/gartoon/bad.png -%%DATADIR%%/boards/skins/gartoon/bar_bg.jpg -%%DATADIR%%/boards/skins/gartoon/boardicons/README -%%DATADIR%%/boards/skins/gartoon/boardicons/advanced_colors.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebra_by.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebra_group.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebra_guesscount.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebra_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebra_plus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algebramenu.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/algorithm.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/anim.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/awele.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/babymatch.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/babyshapes.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/ballcatch.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/bargame.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/book.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/canal_lock.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chat.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chess.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chess_computer.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chess_movelearn.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chess_partyend.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/chronos.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/click_on_letter.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/clickanddraw.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/clickgame.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/clockgame.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/colors.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/computer.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/connect4.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/crane.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/discovery.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/doubleclick.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/doubleentry.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/draw.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/drawnumber.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/ear.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/electric.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/enumerate.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/erase.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/erase_clic.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/erase_double_clic.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/experience.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/eye_colors.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/fifteen.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/followline.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/foot.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/france_region.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/fun.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/geometry.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gletters.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/globe.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch-equal.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch-factors.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch-inequal.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch-multiples.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch-primes.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/gnumch.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/guessnumber.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/hanoi.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/hanoi_real.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/helicogame.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/hexagon.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/imageid.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/imagename.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/keyboard.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/leftright.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/magic_hat_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/magic_hat_plus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/math.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/maze.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/maze3D.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mazeInvisible.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/melody.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_all.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_calc.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_div.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_mult.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_mult_div.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_plus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_solo_plus_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_all.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_calc.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_div.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_mult.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_mult_div.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_plus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mem_tux_plus_minus.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/memory.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/memory_elephant.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/memory_sound.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/memory_sound_tux.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/memory_tux.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/miscelaneous.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/missing_letter.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/money.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/money_cents.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mosaic.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/mouse.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/numeration.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/puzzles.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/python.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/railroad.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/read_colors.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/read_colors2.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/reading.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/readingh.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/redraw.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/redraw_symmetry.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/reversecount.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/scalesicon.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/searace.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/searace1player.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/shapegame.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/smallnumbers.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/smallnumbers2.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/strategy.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/submarine.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/sudoku.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/superbrain.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/tangram.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/target.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/traffic.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/tuxpaint.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/tuxpara.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/warning.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/watercycle.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/wordprocessor.svg -%%DATADIR%%/boards/skins/gartoon/boardicons/wordsgame.svg -%%DATADIR%%/boards/skins/gartoon/button.png -%%DATADIR%%/boards/skins/gartoon/button_backward.png -%%DATADIR%%/boards/skins/gartoon/button_checked.png -%%DATADIR%%/boards/skins/gartoon/button_exit.png -%%DATADIR%%/boards/skins/gartoon/button_forward.png -%%DATADIR%%/boards/skins/gartoon/button_large.png -%%DATADIR%%/boards/skins/gartoon/button_large2.png -%%DATADIR%%/boards/skins/gartoon/button_large3.png -%%DATADIR%%/boards/skins/gartoon/button_large_selected.png -%%DATADIR%%/boards/skins/gartoon/button_redo.png -%%DATADIR%%/boards/skins/gartoon/button_reload.png -%%DATADIR%%/boards/skins/gartoon/button_selected.png -%%DATADIR%%/boards/skins/gartoon/button_small.png -%%DATADIR%%/boards/skins/gartoon/button_small_selected.png -%%DATADIR%%/boards/skins/gartoon/button_unchecked.png -%%DATADIR%%/boards/skins/gartoon/button_up.png -%%DATADIR%%/boards/skins/gartoon/button_up_selected.png -%%DATADIR%%/boards/skins/gartoon/clockgame-bg.jpg -%%DATADIR%%/boards/skins/gartoon/config.png -%%DATADIR%%/boards/skins/gartoon/config_boards.png -%%DATADIR%%/boards/skins/gartoon/config_groups.png -%%DATADIR%%/boards/skins/gartoon/config_profiles.png -%%DATADIR%%/boards/skins/gartoon/config_reports.png -%%DATADIR%%/boards/skins/gartoon/config_users.png -%%DATADIR%%/boards/skins/gartoon/cursor_circle.png -%%DATADIR%%/boards/skins/gartoon/cursor_default.png -%%DATADIR%%/boards/skins/gartoon/cursor_del.png -%%DATADIR%%/boards/skins/gartoon/cursor_fill.png -%%DATADIR%%/boards/skins/gartoon/cursor_fillcircle.png -%%DATADIR%%/boards/skins/gartoon/cursor_fillrect.png -%%DATADIR%%/boards/skins/gartoon/cursor_line.png -%%DATADIR%%/boards/skins/gartoon/cursor_rect.png -%%DATADIR%%/boards/skins/gartoon/cursor_select.png -%%DATADIR%%/boards/skins/gartoon/dialogbox.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star1.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star2.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star3.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star4.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star5.png -%%DATADIR%%/boards/skins/gartoon/difficulty_star6.png -%%DATADIR%%/boards/skins/gartoon/directory.png -%%DATADIR%%/boards/skins/gartoon/draw/camera.png -%%DATADIR%%/boards/skins/gartoon/draw/color-selector.png -%%DATADIR%%/boards/skins/gartoon/draw/counter.png -%%DATADIR%%/boards/skins/gartoon/draw/down.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-camera.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-camera_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-circle.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-circle_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-del.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-del_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-down.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-down_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-empty.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-empty_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-fill.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-fill_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-filledcircle.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-filledcircle_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-filledrectangle.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-filledrectangle_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-flip.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-flip_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-image.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-image_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-line.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-line_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-load.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-movie.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-movie_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rectangle.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rectangle_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rotation-ccw.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rotation-ccw_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rotation-cw.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-rotation-cw_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-save.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-select.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-select_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-selector.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-text.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-text_on.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-up.png -%%DATADIR%%/boards/skins/gartoon/draw/tool-up_on.png -%%DATADIR%%/boards/skins/gartoon/draw/up.png -%%DATADIR%%/boards/skins/gartoon/file.png -%%DATADIR%%/boards/skins/gartoon/file_selector_bg.png +%%DATADIR%%/boards/skins/gartoon/bonus/README +%%DATADIR%%/boards/skins/gartoon/bonus/flower_bad.png +%%DATADIR%%/boards/skins/gartoon/bonus/flower_good.png +%%DATADIR%%/boards/skins/gartoon/bonus/gnu_bad.png +%%DATADIR%%/boards/skins/gartoon/bonus/gnu_good.png +%%DATADIR%%/boards/skins/gartoon/bonus/lion_bad.png +%%DATADIR%%/boards/skins/gartoon/bonus/lion_good.png +%%DATADIR%%/boards/skins/gartoon/bonus/smiley_bad.png +%%DATADIR%%/boards/skins/gartoon/bonus/smiley_good.png +%%DATADIR%%/boards/skins/gartoon/bonus/tux_bad.png +%%DATADIR%%/boards/skins/gartoon/bonus/tux_good.png +%%DATADIR%%/boards/skins/gartoon/cursors/circle.png +%%DATADIR%%/boards/skins/gartoon/cursors/default.png +%%DATADIR%%/boards/skins/gartoon/cursors/del.png +%%DATADIR%%/boards/skins/gartoon/cursors/fill.png +%%DATADIR%%/boards/skins/gartoon/cursors/fillcircle.png +%%DATADIR%%/boards/skins/gartoon/cursors/fillrect.png +%%DATADIR%%/boards/skins/gartoon/cursors/line.png +%%DATADIR%%/boards/skins/gartoon/cursors/rect.png +%%DATADIR%%/boards/skins/gartoon/cursors/select.png %%DATADIR%%/boards/skins/gartoon/fsflogo.png %%DATADIR%%/boards/skins/gartoon/gcompris-about.png -%%DATADIR%%/boards/skins/gartoon/gcompris-bg.jpg -%%DATADIR%%/boards/skins/gartoon/gcompris-init.jpg -%%DATADIR%%/boards/skins/gartoon/gcompris-menu2bg.png -%%DATADIR%%/boards/skins/gartoon/gcompris-shapebg.jpg -%%DATADIR%%/boards/skins/gartoon/gcompris-shapelabel.png -%%DATADIR%%/boards/skins/gartoon/gcomprislogo.png -%%DATADIR%%/boards/skins/gartoon/help.png -%%DATADIR%%/boards/skins/gartoon/help_bg.png -%%DATADIR%%/boards/skins/gartoon/home.png -%%DATADIR%%/boards/skins/gartoon/images_selector_bg.png -%%DATADIR%%/boards/skins/gartoon/leftright-bg.jpg -%%DATADIR%%/boards/skins/gartoon/level1.png -%%DATADIR%%/boards/skins/gartoon/level2.png -%%DATADIR%%/boards/skins/gartoon/level3.png -%%DATADIR%%/boards/skins/gartoon/level4.png -%%DATADIR%%/boards/skins/gartoon/level5.png -%%DATADIR%%/boards/skins/gartoon/level6.png -%%DATADIR%%/boards/skins/gartoon/level7.png -%%DATADIR%%/boards/skins/gartoon/level8.png -%%DATADIR%%/boards/skins/gartoon/level9.png -%%DATADIR%%/boards/skins/gartoon/maze-2d-bubble.png -%%DATADIR%%/boards/skins/gartoon/maze-3d-bubble.png -%%DATADIR%%/boards/skins/gartoon/menuicon.png -%%DATADIR%%/boards/skins/gartoon/mini_bad.png -%%DATADIR%%/boards/skins/gartoon/money-bg.png -%%DATADIR%%/boards/skins/gartoon/ok.png -%%DATADIR%%/boards/skins/gartoon/reading-bg.jpg -%%DATADIR%%/boards/skins/gartoon/repeat.png +%%DATADIR%%/boards/skins/gartoon/skin.svg %%DATADIR%%/boards/skins/gartoon/skin.xml -%%DATADIR%%/boards/skins/gartoon/traffic-bg.jpg -%%DATADIR%%/boards/skins/gartoon/voice.png -%%DATADIR%%/boards/skins/gartoon/voice_bad.png +%%DATADIR%%/boards/skins/gartoon/timers/README +%%DATADIR%%/boards/skins/gartoon/timers/clock1.png +%%DATADIR%%/boards/skins/gartoon/timers/clock10.png +%%DATADIR%%/boards/skins/gartoon/timers/clock2.png +%%DATADIR%%/boards/skins/gartoon/timers/clock3.png +%%DATADIR%%/boards/skins/gartoon/timers/clock4.png +%%DATADIR%%/boards/skins/gartoon/timers/clock5.png +%%DATADIR%%/boards/skins/gartoon/timers/clock6.png +%%DATADIR%%/boards/skins/gartoon/timers/clock7.png +%%DATADIR%%/boards/skins/gartoon/timers/clock8.png +%%DATADIR%%/boards/skins/gartoon/timers/clock9.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier.gif +%%DATADIR%%/boards/skins/gartoon/timers/sablier1.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier10.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier2.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier3.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier4.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier5.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier6.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier7.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier8.png +%%DATADIR%%/boards/skins/gartoon/timers/sablier9.png +%%DATADIR%%/boards/skins/gartoon/timers/sea.png +%%DATADIR%%/boards/skins/gartoon/timers/tuxballoon.png +%%DATADIR%%/boards/smallnumbers.svg %%DATADIR%%/boards/smallnumbers.xml +%%DATADIR%%/boards/smallnumbers/dice0.svgz +%%DATADIR%%/boards/smallnumbers/dice1.svgz +%%DATADIR%%/boards/smallnumbers/dice2.svgz +%%DATADIR%%/boards/smallnumbers/dice3.svgz +%%DATADIR%%/boards/smallnumbers/dice4.svgz +%%DATADIR%%/boards/smallnumbers/dice5.svgz +%%DATADIR%%/boards/smallnumbers/dice6.svgz +%%DATADIR%%/boards/smallnumbers/dice7.svgz +%%DATADIR%%/boards/smallnumbers/dice8.svgz +%%DATADIR%%/boards/smallnumbers/dice9.svgz +%%DATADIR%%/boards/smallnumbers/scenery7_background.png +%%DATADIR%%/boards/smallnumbers2.svg %%DATADIR%%/boards/smallnumbers2.xml %%DATADIR%%/boards/sound_group.xml %%DATADIR%%/boards/sounds/Harbor1.wav %%DATADIR%%/boards/sounds/Harbor3.wav -%%DATADIR%%/boards/sounds/LuneRouge/COPYRIGHT -%%DATADIR%%/boards/sounds/LuneRouge/LRLaPause_short.ogg -%%DATADIR%%/boards/sounds/LuneRouge/Licence.txt -%%DATADIR%%/boards/sounds/LuneRouge/animaux/LRBark_1_by_Lionel_Allorge_cut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/animaux/LRBark_3_by_Lionel_Allorge_cut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/animaux/LRFrogsInPondDuringStormByLionelAllorgeCut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/animaux/LRRain_in_garden_01_by_Lionel_Allorge_cut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/engins/LRObject_falling_01_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/engins/LRObject_falling_02_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/engins/LRStartAndStopCarEngine1ByLionelAllorgeCut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/engins/LRTrain_slowing_down_01_by_Lionel_Allorge_cut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/humain/LRApplauses_1_by_Lionel_Allorge_cut.ogg -%%DATADIR%%/boards/sounds/LuneRouge/humain/LRHeart_beat_01_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/maison/LRDoor_Open_2_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/maison/LRRing_01_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/musique/LRBuddhist_gong_05_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_1_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_2_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_3_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_4_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_5_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/sf/LRWeird_6_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_01_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_02_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_03_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_04_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_05_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFactory_noise_06_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRFireballs_01_by_Lionel_Allorge.ogg -%%DATADIR%%/boards/sounds/LuneRouge/usine/LRHits_01_by_Lionel_Allorge.ogg %%DATADIR%%/boards/sounds/README %%DATADIR%%/boards/sounds/Water5.wav %%DATADIR%%/boards/sounds/apert2.wav @@ -2333,9 +2426,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/sounds/bonus.wav %%DATADIR%%/boards/sounds/brick.wav %%DATADIR%%/boards/sounds/bubble.wav -%%DATADIR%%/boards/sounds/chronos/space/1.ogg -%%DATADIR%%/boards/sounds/chronos/space/2.ogg -%%DATADIR%%/boards/sounds/chronos/space/3.ogg %%DATADIR%%/boards/sounds/crash.wav %%DATADIR%%/boards/sounds/darken.wav %%DATADIR%%/boards/sounds/drip.wav @@ -2347,24 +2437,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/sounds/grow.wav %%DATADIR%%/boards/sounds/level.wav %%DATADIR%%/boards/sounds/line_end.wav -%%DATADIR%%/boards/sounds/melody/guitar/melody.wav -%%DATADIR%%/boards/sounds/melody/guitar/son1.wav -%%DATADIR%%/boards/sounds/melody/guitar/son2.wav -%%DATADIR%%/boards/sounds/melody/guitar/son3.wav -%%DATADIR%%/boards/sounds/melody/guitar/son4.wav -%%DATADIR%%/boards/sounds/melody/tachos/melody.wav -%%DATADIR%%/boards/sounds/melody/tachos/son1.wav -%%DATADIR%%/boards/sounds/melody/tachos/son2.wav -%%DATADIR%%/boards/sounds/melody/tachos/son3.wav -%%DATADIR%%/boards/sounds/melody/tachos/son4.wav -%%DATADIR%%/boards/sounds/melody/xylofon/melody.wav -%%DATADIR%%/boards/sounds/melody/xylofon/son1.wav -%%DATADIR%%/boards/sounds/melody/xylofon/son2.wav -%%DATADIR%%/boards/sounds/melody/xylofon/son3.wav -%%DATADIR%%/boards/sounds/melody/xylofon/son4.wav -%%DATADIR%%/boards/sounds/memory/plick.ogg -%%DATADIR%%/boards/sounds/memory/tick.ogg -%%DATADIR%%/boards/sounds/memory/tri.ogg %%DATADIR%%/boards/sounds/paint1.wav %%DATADIR%%/boards/sounds/prompt.wav %%DATADIR%%/boards/sounds/receive.wav @@ -2373,12 +2445,14 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/sounds/train.wav %%DATADIR%%/boards/sounds/tuxok.wav %%DATADIR%%/boards/sounds/youcannot.wav +%%DATADIR%%/boards/strategy.svg %%DATADIR%%/boards/strategy.xml +%%DATADIR%%/boards/submarine.svg %%DATADIR%%/boards/submarine.xml -%%DATADIR%%/boards/submarine/README %%DATADIR%%/boards/submarine/alert_submarine.png %%DATADIR%%/boards/submarine/asw_frigate.png %%DATADIR%%/boards/submarine/bubbling.png +%%DATADIR%%/boards/submarine/crown.png %%DATADIR%%/boards/submarine/down.png %%DATADIR%%/boards/submarine/manette.png %%DATADIR%%/boards/submarine/rudder.png @@ -2390,13 +2464,41 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/submarine/vanne.png %%DATADIR%%/boards/submarine/whale.png %%DATADIR%%/boards/submarine/whale_hit.png +%%DATADIR%%/boards/sudoku.svg %%DATADIR%%/boards/sudoku.xml +%%DATADIR%%/boards/sudoku/circle.png +%%DATADIR%%/boards/sudoku/circle_grey.png +%%DATADIR%%/boards/sudoku/rectangle.png +%%DATADIR%%/boards/sudoku/rectangle_grey.png +%%DATADIR%%/boards/sudoku/rhombus.png +%%DATADIR%%/boards/sudoku/rhombus_grey.png +%%DATADIR%%/boards/sudoku/star.png +%%DATADIR%%/boards/sudoku/star_grey.png +%%DATADIR%%/boards/sudoku/triangle.png +%%DATADIR%%/boards/sudoku/triangle_grey.png +%%DATADIR%%/boards/superbrain.svg %%DATADIR%%/boards/superbrain.xml +%%DATADIR%%/boards/superbrain/superbrain_background.svgz +%%DATADIR%%/boards/tangram.svg %%DATADIR%%/boards/tangram.xml +%%DATADIR%%/boards/tangram/default.figures +%%DATADIR%%/boards/tangram/gtans_2x-rotate-left.png +%%DATADIR%%/boards/tangram/gtans_2x-rotate.png +%%DATADIR%%/boards/tangram/gtans_bg.svgz +%%DATADIR%%/boards/tangram/gtans_outline.png +%%DATADIR%%/boards/tangram/gtans_rotate-left.png +%%DATADIR%%/boards/tangram/gtans_rotate.png +%%DATADIR%%/boards/tangram/gtans_show.png +%%DATADIR%%/boards/tangram/tool-flip.png +%%DATADIR%%/boards/target.svg %%DATADIR%%/boards/target.xml -%%DATADIR%%/boards/target/boardicon.png +%%DATADIR%%/boards/target/target_background.svgz +%%DATADIR%%/boards/traffic.svg %%DATADIR%%/boards/traffic.xml +%%DATADIR%%/boards/traffic/traffic-bg.jpg +%%DATADIR%%/boards/tuxpaint.svg %%DATADIR%%/boards/tuxpaint.xml +%%DATADIR%%/boards/tuxpara.svg %%DATADIR%%/boards/voices/HOWTO_ENCODE %%DATADIR%%/boards/voices/ar/README %%DATADIR%%/boards/voices/ar/alphabet/10.ogg @@ -3625,7 +3727,7 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/en/intro/doubleentry.ogg %%DATADIR%%/boards/voices/en/intro/enumerate.ogg %%DATADIR%%/boards/voices/en/intro/erase.ogg -%%DATADIR%%/boards/voices/en/intro/erase_click.ogg +%%DATADIR%%/boards/voices/en/intro/erase_clic.ogg %%DATADIR%%/boards/voices/en/intro/fifteen.ogg %%DATADIR%%/boards/voices/en/intro/followline.ogg %%DATADIR%%/boards/voices/en/intro/geography.ogg @@ -3637,12 +3739,12 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/en/intro/imageid.ogg %%DATADIR%%/boards/voices/en/intro/imagename.ogg %%DATADIR%%/boards/voices/en/intro/leftright.ogg -%%DATADIR%%/boards/voices/en/intro/magic_hat_add.ogg %%DATADIR%%/boards/voices/en/intro/magic_hat_minus.ogg +%%DATADIR%%/boards/voices/en/intro/magic_hat_plus.ogg %%DATADIR%%/boards/voices/en/intro/maze.ogg %%DATADIR%%/boards/voices/en/intro/maze2DRelative.ogg +%%DATADIR%%/boards/voices/en/intro/maze3D.ogg %%DATADIR%%/boards/voices/en/intro/mazeInvisible.ogg -%%DATADIR%%/boards/voices/en/intro/maze_3D.ogg %%DATADIR%%/boards/voices/en/intro/melody.ogg %%DATADIR%%/boards/voices/en/intro/memory.ogg %%DATADIR%%/boards/voices/en/intro/memory_add_minus_mult_div_tux.ogg @@ -3698,6 +3800,156 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/en/misc/super.ogg %%DATADIR%%/boards/voices/en/misc/waytogo.ogg %%DATADIR%%/boards/voices/en/misc/welcome.ogg +%%DATADIR%%/boards/voices/eo/alphabet/10.ogg +%%DATADIR%%/boards/voices/eo/alphabet/11.ogg +%%DATADIR%%/boards/voices/eo/alphabet/12.ogg +%%DATADIR%%/boards/voices/eo/alphabet/13.ogg +%%DATADIR%%/boards/voices/eo/alphabet/14.ogg +%%DATADIR%%/boards/voices/eo/alphabet/15.ogg +%%DATADIR%%/boards/voices/eo/alphabet/16.ogg +%%DATADIR%%/boards/voices/eo/alphabet/17.ogg +%%DATADIR%%/boards/voices/eo/alphabet/18.ogg +%%DATADIR%%/boards/voices/eo/alphabet/19.ogg +%%DATADIR%%/boards/voices/eo/alphabet/20.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0030.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0031.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0032.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0033.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0034.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0035.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0036.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0037.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0038.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0039.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0061.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0062.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0063.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0064.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0065.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0066.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0067.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0068.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0069.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006A.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006B.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006C.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006D.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006E.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U006F.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0070.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0072.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0073.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0074.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0075.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0076.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U007A.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0109.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U011D.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0125.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U0135.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U015D.ogg +%%DATADIR%%/boards/voices/eo/alphabet/U016D.ogg +%%DATADIR%%/boards/voices/eo/colors/black.ogg +%%DATADIR%%/boards/voices/eo/colors/blue.ogg +%%DATADIR%%/boards/voices/eo/colors/brown.ogg +%%DATADIR%%/boards/voices/eo/colors/green.ogg +%%DATADIR%%/boards/voices/eo/colors/grey.ogg +%%DATADIR%%/boards/voices/eo/colors/orange.ogg +%%DATADIR%%/boards/voices/eo/colors/pink.ogg +%%DATADIR%%/boards/voices/eo/colors/purple.ogg +%%DATADIR%%/boards/voices/eo/colors/red.ogg +%%DATADIR%%/boards/voices/eo/colors/white.ogg +%%DATADIR%%/boards/voices/eo/colors/yellow.ogg +%%DATADIR%%/boards/voices/eo/geography/alaska.ogg +%%DATADIR%%/boards/voices/eo/geography/albania.ogg +%%DATADIR%%/boards/voices/eo/geography/argentina.ogg +%%DATADIR%%/boards/voices/eo/geography/austria.ogg +%%DATADIR%%/boards/voices/eo/geography/bahamas.ogg +%%DATADIR%%/boards/voices/eo/geography/belarus.ogg +%%DATADIR%%/boards/voices/eo/geography/belgium.ogg +%%DATADIR%%/boards/voices/eo/geography/bolivia.ogg +%%DATADIR%%/boards/voices/eo/geography/bosnia_herzegovina.ogg +%%DATADIR%%/boards/voices/eo/geography/brazil.ogg +%%DATADIR%%/boards/voices/eo/geography/bulgaria.ogg +%%DATADIR%%/boards/voices/eo/geography/canada.ogg +%%DATADIR%%/boards/voices/eo/geography/chile.ogg +%%DATADIR%%/boards/voices/eo/geography/colombia.ogg +%%DATADIR%%/boards/voices/eo/geography/costa_rica.ogg +%%DATADIR%%/boards/voices/eo/geography/croatia.ogg +%%DATADIR%%/boards/voices/eo/geography/cuba.ogg +%%DATADIR%%/boards/voices/eo/geography/cyprus.ogg +%%DATADIR%%/boards/voices/eo/geography/czech.ogg +%%DATADIR%%/boards/voices/eo/geography/denmark.ogg +%%DATADIR%%/boards/voices/eo/geography/dominican_republic.ogg +%%DATADIR%%/boards/voices/eo/geography/ecuador.ogg +%%DATADIR%%/boards/voices/eo/geography/estonia.ogg +%%DATADIR%%/boards/voices/eo/geography/france.ogg +%%DATADIR%%/boards/voices/eo/geography/french_guiana.ogg +%%DATADIR%%/boards/voices/eo/geography/germany.ogg +%%DATADIR%%/boards/voices/eo/geography/greece.ogg +%%DATADIR%%/boards/voices/eo/geography/greenland.ogg +%%DATADIR%%/boards/voices/eo/geography/guatemala.ogg +%%DATADIR%%/boards/voices/eo/geography/guyana.ogg +%%DATADIR%%/boards/voices/eo/geography/haiti.ogg +%%DATADIR%%/boards/voices/eo/geography/honduras.ogg +%%DATADIR%%/boards/voices/eo/geography/hungary.ogg +%%DATADIR%%/boards/voices/eo/geography/iceland.ogg +%%DATADIR%%/boards/voices/eo/geography/ireland.ogg +%%DATADIR%%/boards/voices/eo/geography/italy.ogg +%%DATADIR%%/boards/voices/eo/geography/jamaica.ogg +%%DATADIR%%/boards/voices/eo/geography/latvia.ogg +%%DATADIR%%/boards/voices/eo/geography/lithuania.ogg +%%DATADIR%%/boards/voices/eo/geography/luxembourg.ogg +%%DATADIR%%/boards/voices/eo/geography/macedonia.ogg +%%DATADIR%%/boards/voices/eo/geography/mexico.ogg +%%DATADIR%%/boards/voices/eo/geography/moldova.ogg +%%DATADIR%%/boards/voices/eo/geography/netherland.ogg +%%DATADIR%%/boards/voices/eo/geography/nicaragua.ogg +%%DATADIR%%/boards/voices/eo/geography/norway.ogg +%%DATADIR%%/boards/voices/eo/geography/panama.ogg +%%DATADIR%%/boards/voices/eo/geography/paraguay.ogg +%%DATADIR%%/boards/voices/eo/geography/peru.ogg +%%DATADIR%%/boards/voices/eo/geography/poland.ogg +%%DATADIR%%/boards/voices/eo/geography/portugal.ogg +%%DATADIR%%/boards/voices/eo/geography/romania.ogg +%%DATADIR%%/boards/voices/eo/geography/russia.ogg +%%DATADIR%%/boards/voices/eo/geography/salvador.ogg +%%DATADIR%%/boards/voices/eo/geography/serbia_montenegro.ogg +%%DATADIR%%/boards/voices/eo/geography/slovakia.ogg +%%DATADIR%%/boards/voices/eo/geography/slovenia.ogg +%%DATADIR%%/boards/voices/eo/geography/spain.ogg +%%DATADIR%%/boards/voices/eo/geography/suriname.ogg +%%DATADIR%%/boards/voices/eo/geography/sweden.ogg +%%DATADIR%%/boards/voices/eo/geography/switz.ogg +%%DATADIR%%/boards/voices/eo/geography/turkey.ogg +%%DATADIR%%/boards/voices/eo/geography/ukraine.ogg +%%DATADIR%%/boards/voices/eo/geography/united_kingdom.ogg +%%DATADIR%%/boards/voices/eo/geography/uruguay.ogg +%%DATADIR%%/boards/voices/eo/geography/usa.ogg +%%DATADIR%%/boards/voices/eo/geography/venezuela.ogg +%%DATADIR%%/boards/voices/eo/misc/awesome.ogg +%%DATADIR%%/boards/voices/eo/misc/back.ogg +%%DATADIR%%/boards/voices/eo/misc/blue.ogg +%%DATADIR%%/boards/voices/eo/misc/brown.ogg +%%DATADIR%%/boards/voices/eo/misc/by.ogg +%%DATADIR%%/boards/voices/eo/misc/check_answer.ogg +%%DATADIR%%/boards/voices/eo/misc/click_on_letter.ogg +%%DATADIR%%/boards/voices/eo/misc/congratulation.ogg +%%DATADIR%%/boards/voices/eo/misc/equal.ogg +%%DATADIR%%/boards/voices/eo/misc/fantastic.ogg +%%DATADIR%%/boards/voices/eo/misc/good.ogg +%%DATADIR%%/boards/voices/eo/misc/great.ogg +%%DATADIR%%/boards/voices/eo/misc/help.ogg +%%DATADIR%%/boards/voices/eo/misc/level.ogg +%%DATADIR%%/boards/voices/eo/misc/minus.ogg +%%DATADIR%%/boards/voices/eo/misc/ok.ogg +%%DATADIR%%/boards/voices/eo/misc/outof.ogg +%%DATADIR%%/boards/voices/eo/misc/perfect.ogg +%%DATADIR%%/boards/voices/eo/misc/plus.ogg +%%DATADIR%%/boards/voices/eo/misc/quit.ogg +%%DATADIR%%/boards/voices/eo/misc/super.ogg +%%DATADIR%%/boards/voices/eo/misc/waytogo.ogg +%%DATADIR%%/boards/voices/eo/misc/welcome.ogg %%DATADIR%%/boards/voices/es/alphabet/10.ogg %%DATADIR%%/boards/voices/es/alphabet/README %%DATADIR%%/boards/voices/es/alphabet/U0030.ogg @@ -4311,7 +4563,7 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/fr/intro/drawnumber.ogg %%DATADIR%%/boards/voices/fr/intro/enumerate.ogg %%DATADIR%%/boards/voices/fr/intro/erase.ogg -%%DATADIR%%/boards/voices/fr/intro/erase_click.ogg +%%DATADIR%%/boards/voices/fr/intro/erase_clic.ogg %%DATADIR%%/boards/voices/fr/intro/fifteen.ogg %%DATADIR%%/boards/voices/fr/intro/followline.ogg %%DATADIR%%/boards/voices/fr/intro/geo_country.ogg @@ -4329,12 +4581,12 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/fr/intro/imageid.ogg %%DATADIR%%/boards/voices/fr/intro/imagename.ogg %%DATADIR%%/boards/voices/fr/intro/leftright.ogg -%%DATADIR%%/boards/voices/fr/intro/magic_hat_add.ogg %%DATADIR%%/boards/voices/fr/intro/magic_hat_minus.ogg +%%DATADIR%%/boards/voices/fr/intro/magic_hat_plus.ogg %%DATADIR%%/boards/voices/fr/intro/maze.ogg %%DATADIR%%/boards/voices/fr/intro/maze2DRelative.ogg +%%DATADIR%%/boards/voices/fr/intro/maze3D.ogg %%DATADIR%%/boards/voices/fr/intro/mazeInvisible.ogg -%%DATADIR%%/boards/voices/fr/intro/maze_3D.ogg %%DATADIR%%/boards/voices/fr/intro/melody.ogg %%DATADIR%%/boards/voices/fr/intro/memory.ogg %%DATADIR%%/boards/voices/fr/intro/memory_add_minus_mult_div_tux.ogg @@ -6191,11 +6443,95 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/pt/geography/uruguay.ogg %%DATADIR%%/boards/voices/pt/geography/usa.ogg %%DATADIR%%/boards/voices/pt/geography/venezuela.ogg +%%DATADIR%%/boards/voices/pt/intro/advanced_colors.ogg +%%DATADIR%%/boards/voices/pt/intro/algorithm.ogg +%%DATADIR%%/boards/voices/pt/intro/awele.ogg +%%DATADIR%%/boards/voices/pt/intro/babymatch.ogg +%%DATADIR%%/boards/voices/pt/intro/babyshapes.ogg +%%DATADIR%%/boards/voices/pt/intro/ballcatch.ogg +%%DATADIR%%/boards/voices/pt/intro/bargame.ogg +%%DATADIR%%/boards/voices/pt/intro/canal_lock.ogg +%%DATADIR%%/boards/voices/pt/intro/chat.ogg +%%DATADIR%%/boards/voices/pt/intro/chess_computer.ogg +%%DATADIR%%/boards/voices/pt/intro/chess_movelearn.ogg +%%DATADIR%%/boards/voices/pt/intro/chess_partyend.ogg +%%DATADIR%%/boards/voices/pt/intro/chronos.ogg +%%DATADIR%%/boards/voices/pt/intro/click_on_letter.ogg +%%DATADIR%%/boards/voices/pt/intro/clickanddraw.ogg +%%DATADIR%%/boards/voices/pt/intro/clickgame.ogg +%%DATADIR%%/boards/voices/pt/intro/clockgame.ogg +%%DATADIR%%/boards/voices/pt/intro/colors.ogg +%%DATADIR%%/boards/voices/pt/intro/connect4-2players.ogg +%%DATADIR%%/boards/voices/pt/intro/connect4.ogg +%%DATADIR%%/boards/voices/pt/intro/crane.ogg +%%DATADIR%%/boards/voices/pt/intro/doubleentry.ogg +%%DATADIR%%/boards/voices/pt/intro/drawnumber.ogg +%%DATADIR%%/boards/voices/pt/intro/enumerate.ogg +%%DATADIR%%/boards/voices/pt/intro/erase.ogg +%%DATADIR%%/boards/voices/pt/intro/erase_clic.ogg +%%DATADIR%%/boards/voices/pt/intro/fifteen.ogg +%%DATADIR%%/boards/voices/pt/intro/followline.ogg +%%DATADIR%%/boards/voices/pt/intro/geo_country.ogg +%%DATADIR%%/boards/voices/pt/intro/geography.ogg +%%DATADIR%%/boards/voices/pt/intro/gletters.ogg +%%DATADIR%%/boards/voices/pt/intro/gnumch-equality.ogg +%%DATADIR%%/boards/voices/pt/intro/gnumch-factors.ogg +%%DATADIR%%/boards/voices/pt/intro/gnumch-inequality.ogg +%%DATADIR%%/boards/voices/pt/intro/gnumch-multiples.ogg +%%DATADIR%%/boards/voices/pt/intro/gnumch-primes.ogg +%%DATADIR%%/boards/voices/pt/intro/guesscount.ogg +%%DATADIR%%/boards/voices/pt/intro/guessnumber.ogg +%%DATADIR%%/boards/voices/pt/intro/hexagon.ogg +%%DATADIR%%/boards/voices/pt/intro/imageid.ogg +%%DATADIR%%/boards/voices/pt/intro/imagename.ogg +%%DATADIR%%/boards/voices/pt/intro/leftright.ogg +%%DATADIR%%/boards/voices/pt/intro/magic_hat_minus.ogg +%%DATADIR%%/boards/voices/pt/intro/magic_hat_plus.ogg +%%DATADIR%%/boards/voices/pt/intro/maze.ogg +%%DATADIR%%/boards/voices/pt/intro/maze2DRelative.ogg +%%DATADIR%%/boards/voices/pt/intro/maze3D.ogg +%%DATADIR%%/boards/voices/pt/intro/mazeInvisible.ogg +%%DATADIR%%/boards/voices/pt/intro/melody.ogg +%%DATADIR%%/boards/voices/pt/intro/memory.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_add_minus_mult_div_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_add_minus_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_add_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_div_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_minus_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_mult_div_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_mult_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_sound.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_sound_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/memory_tux.ogg +%%DATADIR%%/boards/voices/pt/intro/missing_letter.ogg +%%DATADIR%%/boards/voices/pt/intro/money.ogg +%%DATADIR%%/boards/voices/pt/intro/money_cents.ogg +%%DATADIR%%/boards/voices/pt/intro/mosaic.ogg +%%DATADIR%%/boards/voices/pt/intro/paintings.ogg +%%DATADIR%%/boards/voices/pt/intro/railroad.ogg +%%DATADIR%%/boards/voices/pt/intro/read_colors.ogg +%%DATADIR%%/boards/voices/pt/intro/readingh.ogg +%%DATADIR%%/boards/voices/pt/intro/readingv.ogg +%%DATADIR%%/boards/voices/pt/intro/redraw.ogg +%%DATADIR%%/boards/voices/pt/intro/redraw_symmetrical.ogg +%%DATADIR%%/boards/voices/pt/intro/reversecount.ogg +%%DATADIR%%/boards/voices/pt/intro/scalesboard.ogg +%%DATADIR%%/boards/voices/pt/intro/smallnumbers.ogg +%%DATADIR%%/boards/voices/pt/intro/smallnumbers2.ogg +%%DATADIR%%/boards/voices/pt/intro/sudoku.ogg +%%DATADIR%%/boards/voices/pt/intro/superbrain.ogg +%%DATADIR%%/boards/voices/pt/intro/tangram.ogg +%%DATADIR%%/boards/voices/pt/intro/target.ogg +%%DATADIR%%/boards/voices/pt/intro/traffic.ogg +%%DATADIR%%/boards/voices/pt/intro/watercycle.ogg +%%DATADIR%%/boards/voices/pt/intro/wordprocessor.ogg +%%DATADIR%%/boards/voices/pt/intro/wordsgame.ogg %%DATADIR%%/boards/voices/pt/misc/README %%DATADIR%%/boards/voices/pt/misc/about.ogg %%DATADIR%%/boards/voices/pt/misc/awesome.ogg %%DATADIR%%/boards/voices/pt/misc/back.ogg %%DATADIR%%/boards/voices/pt/misc/by.ogg +%%DATADIR%%/boards/voices/pt/misc/check_answer.ogg %%DATADIR%%/boards/voices/pt/misc/click_on_letter.ogg %%DATADIR%%/boards/voices/pt/misc/configuration.ogg %%DATADIR%%/boards/voices/pt/misc/congratulation.ogg @@ -6362,7 +6698,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/pt_BR/misc/quit.ogg %%DATADIR%%/boards/voices/pt_BR/misc/super.ogg %%DATADIR%%/boards/voices/pt_BR/misc/welcome.ogg -%%DATADIR%%/boards/voices/recode.sh %%DATADIR%%/boards/voices/ru/alphabet/10.ogg %%DATADIR%%/boards/voices/ru/alphabet/11.ogg %%DATADIR%%/boards/voices/ru/alphabet/12.ogg @@ -7427,36 +7762,257 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/voices/ur/misc/super.ogg %%DATADIR%%/boards/voices/ur/misc/waytogo.ogg %%DATADIR%%/boards/voices/ur/misc/welcome.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/10.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/11.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/12.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/13.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/14.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/15.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/16.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/17.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/18.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/19.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/20.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/README +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0030.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0031.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0032.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0033.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0034.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0035.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0036.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0037.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0038.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0039.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0061.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0062.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0063.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0064.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0065.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0066.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0067.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0068.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0069.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006A.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006B.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006C.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006D.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006E.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U006F.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0070.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0071.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0072.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0073.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0074.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0075.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0076.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0077.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0078.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U0079.ogg +%%DATADIR%%/boards/voices/zh_CN/alphabet/U007A.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/README +%%DATADIR%%/boards/voices/zh_CN/colors/black.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/blue.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/brown.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/green.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/grey.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/orange.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/pink.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/purple.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/red.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/white.ogg +%%DATADIR%%/boards/voices/zh_CN/colors/yellow.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/README +%%DATADIR%%/boards/voices/zh_CN/geography/alaska.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/albania.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/argentina.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/austria.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/bahamas.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/belarus.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/belgium.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/bolivia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/bosnia_herzegovina.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/brazil.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/bulgaria.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/canada.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/chile.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/colombia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/costa_rica.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/croatia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/cuba.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/cyprus.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/denmark.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/dominican_republic.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/ecuador.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/estonia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/finland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/france.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/french_guiana.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/germany.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/greece.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/greenland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/guatemala.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/guyana.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/haiti.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/honduras.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/hungary.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/iceland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/ireland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/italy.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/jamaica.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/latvia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/lithuania.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/luxembourg.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/macedonia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/mexico.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/moldova.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/netherland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/nicaragua.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/norway.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/panama.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/paraguay.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/peru.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/poland.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/portugal.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/romania.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/russia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/salvador.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/serbia_montenegro.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/slovakia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/slovenia.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/spain.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/suriname.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/sweden.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/switz.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/turkey.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/ukraine.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/united_kingdom.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/uruguay.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/usa.ogg +%%DATADIR%%/boards/voices/zh_CN/geography/venezuela.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/README +%%DATADIR%%/boards/voices/zh_CN/intro/advanced_colors.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/algebra_guesscount.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/algorithm.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/awele.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/babymatch.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/babyshapes.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/ballcatch.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/bargame.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/billard.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/canal_lock.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/chat.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/chess_partyend.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/chronos.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/click_on_letter.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/clickanddraw.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/clickgame.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/clockgame.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/colors.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/connect4-2players.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/connect4.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/crane.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/doubleentry.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/drawnumber.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/electric.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/enumerate.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/erase.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/erase_clic.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/fifteen.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/followline.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/geo_country.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/geography.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gletters.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gnumch-equality.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gnumch-factors.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gnumch-inequality.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gnumch-multiples.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/gnumch-primes.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/guessnumber.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/hanoi.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/hanoi_real.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/hexagon.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/imageid.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/imagename.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/leftright.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/magic_hat_minus.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/magic_hat_plus.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/maze.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/maze2DRelative.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/maze3D.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/mazeInvisible.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/melody.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_add_minus_mult_div_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_add_minus_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_add_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_div_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_minus_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_mult_div_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_mult_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_sound.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_sound_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/memory_tux.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/missing_letter.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/money.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/money_cents.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/mosaic.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/paintings.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/paratrooper.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/penalty.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/planegame.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/railroad.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/read_colors.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/readingh.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/readingv.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/redraw.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/redraw_symmetrical.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/reversecount.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/scalesboard.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/smallnumbers.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/smallnumbers2.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/sudoku.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/superbrain.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/tangram.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/target.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/traffic.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/watercycle.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/wordprocessor.ogg +%%DATADIR%%/boards/voices/zh_CN/intro/wordsgame.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/README +%%DATADIR%%/boards/voices/zh_CN/misc/awesome.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/back.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/by.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/check_answer.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/click_on_letter.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/congratulation.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/equal.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/fantastic.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/good.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/great.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/help.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/level.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/minus.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/ok.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/outof.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/perfect.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/plus.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/quit.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/super.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/waytogo.ogg +%%DATADIR%%/boards/voices/zh_CN/misc/welcome.ogg +%%DATADIR%%/boards/warning.svg +%%DATADIR%%/boards/watercycle.svg %%DATADIR%%/boards/watercycle.xml -%%DATADIR%%/boards/watercycle/README -%%DATADIR%%/boards/watercycle/background.png -%%DATADIR%%/boards/watercycle/badwater.png -%%DATADIR%%/boards/watercycle/badwater_off.png -%%DATADIR%%/boards/watercycle/cleanwater.png -%%DATADIR%%/boards/watercycle/cleanwater_off.png -%%DATADIR%%/boards/watercycle/fishingboat.gif -%%DATADIR%%/boards/watercycle/fishingboat.png -%%DATADIR%%/boards/watercycle/fishingboat_tux.png -%%DATADIR%%/boards/watercycle/pumpwater.png -%%DATADIR%%/boards/watercycle/pumpwater_off.png -%%DATADIR%%/boards/watercycle/rain.png -%%DATADIR%%/boards/watercycle/riverempty.png -%%DATADIR%%/boards/watercycle/riverfull.png -%%DATADIR%%/boards/watercycle/shower.png -%%DATADIR%%/boards/watercycle/shower_off.png -%%DATADIR%%/boards/watercycle/shower_on.png -%%DATADIR%%/boards/watercycle/showerwater.png -%%DATADIR%%/boards/watercycle/snow.png -%%DATADIR%%/boards/watercycle/sun.png -%%DATADIR%%/boards/watercycle/tuxboat.txt -%%DATADIR%%/boards/watercycle/vapor.png -%%DATADIR%%/boards/watercycle/watercleaning.png -%%DATADIR%%/boards/watercycle/waterpump.png +%%DATADIR%%/boards/watercycle/watercycle.svgz +%%DATADIR%%/boards/wordprocessor.svg %%DATADIR%%/boards/wordprocessor.xml +%%DATADIR%%/boards/wordprocessor/tool-load.png +%%DATADIR%%/boards/wordprocessor/tool-save.png +%%DATADIR%%/boards/wordsgame.svg %%DATADIR%%/boards/wordsgame.xml %%DATADIR%%/boards/wordsgame/README %%DATADIR%%/boards/wordsgame/default-ar.xml -%%DATADIR%%/boards/wordsgame/default-ar_TN.xml %%DATADIR%%/boards/wordsgame/default-bg.xml %%DATADIR%%/boards/wordsgame/default-da.xml %%DATADIR%%/boards/wordsgame/default-de.xml @@ -7466,7 +8022,6 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/wordsgame/default-eu.xml %%DATADIR%%/boards/wordsgame/default-fi.xml %%DATADIR%%/boards/wordsgame/default-fr.xml -%%DATADIR%%/boards/wordsgame/default-he.xml %%DATADIR%%/boards/wordsgame/default-hu.xml %%DATADIR%%/boards/wordsgame/default-id.xml %%DATADIR%%/boards/wordsgame/default-it.xml @@ -7482,7 +8037,10 @@ share/applications/gcompris.desktop %%DATADIR%%/boards/wordsgame/default-sl.xml %%DATADIR%%/boards/wordsgame/default-sv.xml %%DATADIR%%/boards/wordsgame/default-tr.xml -%%DATADIR%%/boards/wordsgame/default-uk.xml +%%DATADIR%%/boards/wordsgame/scenery_background.png +%%DATADIR%%/python/AnimItem.py +%%DATADIR%%/python/Color.py +%%DATADIR%%/python/Timeline.py %%DATADIR%%/python/admin/__init__.py %%DATADIR%%/python/admin/board_list.py %%DATADIR%%/python/admin/class_edit.py @@ -7518,7 +8076,6 @@ share/applications/gcompris.desktop %%DATADIR%%/python/connect4p/minmax.py %%DATADIR%%/python/connect4p/player.py %%DATADIR%%/python/connect4p/rules.py -%%DATADIR%%/python/doubleclick.py %%DATADIR%%/python/drawnumber.py %%DATADIR%%/python/electric.py %%DATADIR%%/python/followline.py @@ -7537,6 +8094,7 @@ share/applications/gcompris.desktop %%DATADIR%%/python/login.py %%DATADIR%%/python/melody.py %%DATADIR%%/python/mosaic.py +%%DATADIR%%/python/penalty.py %%DATADIR%%/python/pythontemplate.py %%DATADIR%%/python/pythontest.py %%DATADIR%%/python/redraw.py @@ -7544,10 +8102,12 @@ share/applications/gcompris.desktop %%DATADIR%%/python/sudoku.py %%DATADIR%%/python/tuxpaint.py %%DATADIR%%/python/watercycle.py +share/gnome/help/gcompris/eu/gcompris.html +share/gnome/help/gcompris/eu/overview.jpg +share/gnome/help/gcompris/eu/topic.dat share/locale/af/LC_MESSAGES/gcompris.mo share/locale/am/LC_MESSAGES/gcompris.mo share/locale/ar/LC_MESSAGES/gcompris.mo -share/locale/ar_TN/LC_MESSAGES/gcompris.mo share/locale/az/LC_MESSAGES/gcompris.mo share/locale/bg/LC_MESSAGES/gcompris.mo share/locale/br/LC_MESSAGES/gcompris.mo @@ -7559,6 +8119,7 @@ share/locale/dz/LC_MESSAGES/gcompris.mo share/locale/el/LC_MESSAGES/gcompris.mo share/locale/en_CA/LC_MESSAGES/gcompris.mo share/locale/en_GB/LC_MESSAGES/gcompris.mo +share/locale/eo/LC_MESSAGES/gcompris.mo share/locale/es/LC_MESSAGES/gcompris.mo share/locale/et/LC_MESSAGES/gcompris.mo share/locale/eu/LC_MESSAGES/gcompris.mo @@ -7612,8 +8173,39 @@ share/locale/zh_CN/LC_MESSAGES/gcompris.mo share/locale/zh_TW/LC_MESSAGES/gcompris.mo share/pixmaps/gcompris-edit.png share/pixmaps/gcompris.png -@dirrm %%DATADIR%%/boards/wordsgame +@dirrmtry share/locale/so/LC_MESSAGES +@dirrmtry share/locale/so +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrm share/gnome/help/gcompris/eu +@dirrm share/gnome/help/gcompris +@dirrm %%DATADIR%%/python/gcompris/utils +@dirrm %%DATADIR%%/python/gcompris/timer +@dirrm %%DATADIR%%/python/gcompris/sound +@dirrm %%DATADIR%%/python/gcompris/skin +@dirrm %%DATADIR%%/python/gcompris/score +@dirrm %%DATADIR%%/python/gcompris/bonus +@dirrm %%DATADIR%%/python/gcompris/anim +@dirrm %%DATADIR%%/python/gcompris/admin +@dirrm %%DATADIR%%/python/gcompris +@dirrm %%DATADIR%%/python/connect4p +@dirrm %%DATADIR%%/python/admin +@dirrm %%DATADIR%%/python @dirrm %%DATADIR%%/boards/watercycle +@dirrm %%DATADIR%%/boards/wordsgame +@dirrm %%DATADIR%%/boards/wordprocessor +@dirrm %%DATADIR%%/boards/voices/zh_CN/misc +@dirrm %%DATADIR%%/boards/voices/zh_CN/intro +@dirrm %%DATADIR%%/boards/voices/zh_CN/geography +@dirrm %%DATADIR%%/boards/voices/zh_CN/colors +@dirrm %%DATADIR%%/boards/voices/zh_CN/alphabet +@dirrm %%DATADIR%%/boards/voices/zh_CN @dirrm %%DATADIR%%/boards/voices/ur/misc @dirrm %%DATADIR%%/boards/voices/ur/geography @dirrm %%DATADIR%%/boards/voices/ur/colors @@ -7650,6 +8242,7 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/voices/pt_BR/alphabet @dirrm %%DATADIR%%/boards/voices/pt_BR @dirrm %%DATADIR%%/boards/voices/pt/misc +@dirrm %%DATADIR%%/boards/voices/pt/intro @dirrm %%DATADIR%%/boards/voices/pt/geography @dirrm %%DATADIR%%/boards/voices/pt/colors @dirrm %%DATADIR%%/boards/voices/pt/alphabet @@ -7725,6 +8318,11 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/voices/es/colors @dirrm %%DATADIR%%/boards/voices/es/alphabet @dirrm %%DATADIR%%/boards/voices/es +@dirrm %%DATADIR%%/boards/voices/eo/misc +@dirrm %%DATADIR%%/boards/voices/eo/geography +@dirrm %%DATADIR%%/boards/voices/eo/colors +@dirrm %%DATADIR%%/boards/voices/eo/alphabet +@dirrm %%DATADIR%%/boards/voices/eo @dirrm %%DATADIR%%/boards/voices/en/misc @dirrm %%DATADIR%%/boards/voices/en/intro @dirrm %%DATADIR%%/boards/voices/en/geography @@ -7767,75 +8365,52 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/voices/ar/alphabet @dirrm %%DATADIR%%/boards/voices/ar @dirrm %%DATADIR%%/boards/voices +@dirrm %%DATADIR%%/boards/traffic @dirrm %%DATADIR%%/boards/target +@dirrm %%DATADIR%%/boards/tangram +@dirrm %%DATADIR%%/boards/superbrain +@dirrm %%DATADIR%%/boards/sudoku @dirrm %%DATADIR%%/boards/submarine -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/usine -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/sf -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/musique -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/maison -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/humain -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/engins -@dirrm %%DATADIR%%/boards/sounds/LuneRouge/animaux -@dirrm %%DATADIR%%/boards/sounds/LuneRouge -@dirrm %%DATADIR%%/boards/sounds/memory -@dirrm %%DATADIR%%/boards/sounds/melody/xylofon -@dirrm %%DATADIR%%/boards/sounds/melody/tachos -@dirrm %%DATADIR%%/boards/sounds/melody/guitar -@dirrm %%DATADIR%%/boards/sounds/melody -@dirrm %%DATADIR%%/boards/sounds/chronos/space -@dirrm %%DATADIR%%/boards/sounds/chronos @dirrm %%DATADIR%%/boards/sounds -@dirrm %%DATADIR%%/boards/skins/gartoon/draw -@dirrm %%DATADIR%%/boards/skins/gartoon/boardicons +@dirrm %%DATADIR%%/boards/smallnumbers +@dirrm %%DATADIR%%/boards/skins/gartoon/timers +@dirrm %%DATADIR%%/boards/skins/gartoon/cursors +@dirrm %%DATADIR%%/boards/skins/gartoon/bonus @dirrm %%DATADIR%%/boards/skins/gartoon -@dirrm %%DATADIR%%/boards/skins/babytoy/draw -@dirrm %%DATADIR%%/boards/skins/babytoy @dirrm %%DATADIR%%/boards/skins -@dirrm %%DATADIR%%/boards/scales +@dirrm %%DATADIR%%/boards/shapegame +@dirrm %%DATADIR%%/boards/searace +@dirrm %%DATADIR%%/boards/scale @dirrm %%DATADIR%%/boards/reversecount +@dirrm %%DATADIR%%/boards/redraw_symmetrical +@dirrm %%DATADIR%%/boards/redraw +@dirrm %%DATADIR%%/boards/readingh @dirrm %%DATADIR%%/boards/read_colors @dirrm %%DATADIR%%/boards/railroad -@dirrm %%DATADIR%%/boards/paintings/level6 -@dirrm %%DATADIR%%/boards/paintings/level5 -@dirrm %%DATADIR%%/boards/paintings/level4 -@dirrm %%DATADIR%%/boards/paintings/level3 -@dirrm %%DATADIR%%/boards/paintings/level2 -@dirrm %%DATADIR%%/boards/paintings/level1 -@dirrm %%DATADIR%%/boards/paintings/kandinky.comp8 +@dirrm %%DATADIR%%/boards/planegame +@dirrm %%DATADIR%%/boards/photohunter +@dirrm %%DATADIR%%/boards/penalty +@dirrm %%DATADIR%%/boards/paratrooper @dirrm %%DATADIR%%/boards/paintings -@dirrm %%DATADIR%%/boards/opt/animals -@dirrm %%DATADIR%%/boards/opt -@dirrm %%DATADIR%%/boards/mypaint/brushes -@dirrm %%DATADIR%%/boards/mypaint @dirrm %%DATADIR%%/boards/music/background @dirrm %%DATADIR%%/boards/music @dirrm %%DATADIR%%/boards/mrpatate -@dirrm %%DATADIR%%/boards/money/euro +@dirrm %%DATADIR%%/boards/mosaic @dirrm %%DATADIR%%/boards/money @dirrm %%DATADIR%%/boards/missing_letter -@dirrm %%DATADIR%%/boards/melody/xylofon -@dirrm %%DATADIR%%/boards/melody/tachos -@dirrm %%DATADIR%%/boards/melody/guitar +@dirrm %%DATADIR%%/boards/memory @dirrm %%DATADIR%%/boards/melody +@dirrm %%DATADIR%%/boards/maze @dirrm %%DATADIR%%/boards/magic_hat +@dirrm %%DATADIR%%/boards/login @dirrm %%DATADIR%%/boards/leftright -@dirrm %%DATADIR%%/boards/images @dirrm %%DATADIR%%/boards/imagename @dirrm %%DATADIR%%/boards/imageid -@dirrm %%DATADIR%%/boards/gtans/pixmaps -@dirrm %%DATADIR%%/boards/gtans/figures -@dirrm %%DATADIR%%/boards/gtans +@dirrm %%DATADIR%%/boards/hexagon +@dirrm %%DATADIR%%/boards/hanoi_real +@dirrm %%DATADIR%%/boards/guessnumber @dirrm %%DATADIR%%/boards/gnumch -@dirrm %%DATADIR%%/boards/geography_country/turkey_district -@dirrm %%DATADIR%%/boards/geography_country/poland_voivodship -@dirrm %%DATADIR%%/boards/geography_country/norway_counties -@dirrm %%DATADIR%%/boards/geography_country/mexico -@dirrm %%DATADIR%%/boards/geography_country/germany_region -@dirrm %%DATADIR%%/boards/geography_country/france_region -@dirrm %%DATADIR%%/boards/geography_country/canada_region -@dirrm %%DATADIR%%/boards/geography_country/brazil -@dirrm %%DATADIR%%/boards/geography_country/argentina -@dirrm %%DATADIR%%/boards/geography_country +@dirrm %%DATADIR%%/boards/gletters @dirrm %%DATADIR%%/boards/geography/southamerica @dirrm %%DATADIR%%/boards/geography/northamerica @dirrm %%DATADIR%%/boards/geography/europe @@ -7843,68 +8418,50 @@ share/pixmaps/gcompris.png @dirrm %%DATADIR%%/boards/geography/afrique @dirrm %%DATADIR%%/boards/geography/africa @dirrm %%DATADIR%%/boards/geography -@dirrm %%DATADIR%%/boards/gcompris/timers -@dirrm %%DATADIR%%/boards/gcompris/misc -@dirrm %%DATADIR%%/boards/gcompris/mimetypes/icons -@dirrm %%DATADIR%%/boards/gcompris/mimetypes -@dirrm %%DATADIR%%/boards/gcompris/food -@dirrm %%DATADIR%%/boards/gcompris/dice -@dirrm %%DATADIR%%/boards/gcompris/bonus -@dirrm %%DATADIR%%/boards/gcompris +@dirrm %%DATADIR%%/boards/geo_country/usa +@dirrm %%DATADIR%%/boards/geo_country/turkey +@dirrm %%DATADIR%%/boards/geo_country/poland +@dirrm %%DATADIR%%/boards/geo_country/norway +@dirrm %%DATADIR%%/boards/geo_country/mexico +@dirrm %%DATADIR%%/boards/geo_country/germany +@dirrm %%DATADIR%%/boards/geo_country/france +@dirrm %%DATADIR%%/boards/geo_country/canada +@dirrm %%DATADIR%%/boards/geo_country/brazil +@dirrm %%DATADIR%%/boards/geo_country/argentina +@dirrm %%DATADIR%%/boards/geo_country +@dirrm %%DATADIR%%/boards/followline @dirrm %%DATADIR%%/boards/flags -@dirrm %%DATADIR%%/boards/fishes +@dirrm %%DATADIR%%/boards/fifteen +@dirrm %%DATADIR%%/boards/erase +@dirrm %%DATADIR%%/boards/enumerate @dirrm %%DATADIR%%/boards/electric +@dirrm %%DATADIR%%/boards/drawnumber @dirrm %%DATADIR%%/boards/doubleentry @dirrm %%DATADIR%%/boards/dataset @dirrm %%DATADIR%%/boards/crane @dirrm %%DATADIR%%/boards/connect4 @dirrm %%DATADIR%%/boards/colors -@dirrm %%DATADIR%%/boards/chronos/space -@dirrm %%DATADIR%%/boards/chronos/images +@dirrm %%DATADIR%%/boards/clockgame +@dirrm %%DATADIR%%/boards/clickgame +@dirrm %%DATADIR%%/boards/click_on_letter @dirrm %%DATADIR%%/boards/chronos @dirrm %%DATADIR%%/boards/chess -@dirrm %%DATADIR%%/boards/cardimage @dirrm %%DATADIR%%/boards/canal_lock +@dirrm %%DATADIR%%/boards/billard @dirrm %%DATADIR%%/boards/bargame -@dirrm %%DATADIR%%/boards/babyshapes/lady_unicorn +@dirrm %%DATADIR%%/boards/ballcatch +@dirrm %%DATADIR%%/boards/babyshapes/food @dirrm %%DATADIR%%/boards/babyshapes/dog3 @dirrm %%DATADIR%%/boards/babyshapes/dog2 @dirrm %%DATADIR%%/boards/babyshapes/dog1 -@dirrm %%DATADIR%%/boards/babyshapes/Van_Gogh_0011 -@dirrm %%DATADIR%%/boards/babyshapes/Pieter_Bruegel -@dirrm %%DATADIR%%/boards/babyshapes/Paul_Gauguin_006 -@dirrm %%DATADIR%%/boards/babyshapes/Bosschaert_04 @dirrm %%DATADIR%%/boards/babyshapes @dirrm %%DATADIR%%/boards/babymatch @dirrm %%DATADIR%%/boards/awele @dirrm %%DATADIR%%/boards/anim +@dirrm %%DATADIR%%/boards/algorithm @dirrm %%DATADIR%%/boards/algebra_guesscount +@dirrm %%DATADIR%%/boards/algebra @dirrm %%DATADIR%%/boards/advanced_colors +@dirrm %%DATADIR%%/boards/administration @dirrm %%DATADIR%%/boards -@dirrm %%DATADIR%%/python/gcompris/utils -@dirrm %%DATADIR%%/python/gcompris/timer -@dirrm %%DATADIR%%/python/gcompris/sound -@dirrm %%DATADIR%%/python/gcompris/skin -@dirrm %%DATADIR%%/python/gcompris/score -@dirrm %%DATADIR%%/python/gcompris/bonus -@dirrm %%DATADIR%%/python/gcompris/anim -@dirrm %%DATADIR%%/python/gcompris/admin -@dirrm %%DATADIR%%/python/gcompris -@dirrm %%DATADIR%%/python/connect4p -@dirrm %%DATADIR%%/python/admin -@dirrm %%DATADIR%%/python -@dirrm %%DATADIR%% @dirrm lib/gcompris -@dirrmtry share/locale/so/LC_MESSAGES -@dirrmtry share/locale/so -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ar_TN/LC_MESSAGES -@dirrmtry share/locale/ar_TN -@dirrmtry share/applications