From 6a8b0d70cf2ee547bea86491c55e2ff192d67da7 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 21 Mar 2011 21:43:38 +0000 Subject: Remove, renamed to games/warmux --- games/wormux/Makefile | 66 - games/wormux/distinfo | 3 - games/wormux/files/patch-config.h | 11 - games/wormux/files/patch-configure | 11 - .../files/patch-lib__fixedpoint__fixed_class.h | 15 - games/wormux/pkg-descr | 14 - games/wormux/pkg-plist | 1639 -------------------- 7 files changed, 1759 deletions(-) delete mode 100644 games/wormux/Makefile delete mode 100644 games/wormux/distinfo delete mode 100644 games/wormux/files/patch-config.h delete mode 100644 games/wormux/files/patch-configure delete mode 100644 games/wormux/files/patch-lib__fixedpoint__fixed_class.h delete mode 100644 games/wormux/pkg-descr delete mode 100644 games/wormux/pkg-plist (limited to 'games') diff --git a/games/wormux/Makefile b/games/wormux/Makefile deleted file mode 100644 index 4b0dfeb38aae..000000000000 --- a/games/wormux/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# Ports collection makefile for: wormux -# Date created: Thu Dec 16 18:46:55 EET 2004 -# Whom: Anton Yudin -# -# $FreeBSD$ -# - -PORTNAME= wormux -DISTVERSION= 0.9.2.1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://download.gna.org/wormux/ \ - http://download.gna.org/wormux/archive/ - -MAINTAINER= makc@FreeBSD.org -COMMENT= Wormux game - -LIB_DEPENDS= xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ - curl:${PORTSDIR}/ftp/curl - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_SDL= sdl image mixer ttf gfx net -MAKE_JOBS_SAFE= yes -USE_DOS2UNIX= fixed_class.h - -MANCOMPRESSED= no -MAN6= wormux.6 - -OPTIONS+= NLS "Native Language Support via gettext utilities" on \ - FRIBIDI "Enable bi-directional unicode support" off \ - SERVER "Enable dedicated server" off - -.include - -post-patch: - ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/Makefile.in \ - ${WRKSRC}/src/Makefile.in - ${FIND} -d ${WRKSRC}/data/ -name "*.*~" -delete - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if defined(WITH_SERVER) -PLIST_SUB+= SERVER="" -CONFIGURE_ARGS+= --enable-servers -.else -PLIST_SUB+= SERVER="@comment " -.endif - -.if defined(WITH_FRIBIDI) -LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi -CONFIGURE_ARGS+= --enable-fribidi -.else -CONFIGURE_ARGS+= --disable-fribidi -.endif - -.include diff --git a/games/wormux/distinfo b/games/wormux/distinfo deleted file mode 100644 index 2084047ff916..000000000000 --- a/games/wormux/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db -SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140 -SIZE (wormux-0.9.2.1.tar.bz2) = 99679696 diff --git a/games/wormux/files/patch-config.h b/games/wormux/files/patch-config.h deleted file mode 100644 index 000d49ed660f..000000000000 --- a/games/wormux/files/patch-config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/game/config.h.orig 2008-08-20 13:36:54.000000000 +0300 -+++ src/game/config.h 2008-08-20 13:35:42.000000000 +0300 -@@ -126,7 +126,7 @@ - - const std::string& GetTtfFilename(); - -- std::string GetDataDir() const { return data_dir; }; -+ std::string GetDataDir() const { return data_dir + "/"; }; - std::string GetLocaleDir() const { return locale_dir; }; - std::string GetPersonalDataDir() const { return personal_data_dir; }; - std::string GetChatLogDir() const { return chat_log_dir; }; diff --git a/games/wormux/files/patch-configure b/games/wormux/files/patch-configure deleted file mode 100644 index 016399f9f28d..000000000000 --- a/games/wormux/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2008-06-28 20:02:41.000000000 +0400 -+++ configure 2008-07-01 04:33:14.000000000 +0400 -@@ -6825,8 +6825,6 @@ - DATADIR="$withval" - fi; - --# ensure a trailing slash (r4255) --DATADIR="${DATADIR}/" - - - if test "${WIN32}" = "yes"; then LOCALEDIR="locale" diff --git a/games/wormux/files/patch-lib__fixedpoint__fixed_class.h b/games/wormux/files/patch-lib__fixedpoint__fixed_class.h deleted file mode 100644 index a7fe474c3920..000000000000 --- a/games/wormux/files/patch-lib__fixedpoint__fixed_class.h +++ /dev/null @@ -1,15 +0,0 @@ ---- ./lib/fixedpoint/fixed_class.h.orig 2010-04-18 21:42:49.000000000 +0400 -+++ ./lib/fixedpoint/fixed_class.h 2010-04-24 14:38:36.456848203 +0400 -@@ -50,6 +50,12 @@ - #ifdef __APPLE__ - #define SIZE_T_FIXEDPOINT_METHODS - #endif -+ -+#ifdef __FreeBSD__ -+ #include -+ #define __WORDSIZE __ELF_WORD_SIZE -+#endif -+ - #if __WORDSIZE == 64 - #define SIZE_T_FIXEDPOINT_METHODS - #endif diff --git a/games/wormux/pkg-descr b/games/wormux/pkg-descr deleted file mode 100644 index 7f56eef58d08..000000000000 --- a/games/wormux/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Almost everyone has heard of the Worms(R) series of games, developed by Team17. -Worms was created in 1990, the goal of the game consisting of a several teams of -"worms" fighting to the death on a 2D map. Wormux is heavily influenced by all -games in this genre, including Scorched Earth and Liero. - -Wormux is free software clone of this game concept. Though currently under heavy -development, it is already very playable, with lots of weapons (Dynamite, -Baseball Bat, Teleportation, etc.). There are also lots of maps available for -your battling pleasure! Wormux takes the genre to the next level, with great -customisation options leading to great gameplay. There is a wide selection of -teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded -from the Internet, making strategy an important part of each battle. - -WWW: http://www.wormux.org/ diff --git a/games/wormux/pkg-plist b/games/wormux/pkg-plist deleted file mode 100644 index 09b686026baf..000000000000 --- a/games/wormux/pkg-plist +++ /dev/null @@ -1,1639 +0,0 @@ -bin/wormux -%%SERVER%%bin/wormux-index-server -bin/wormux-list-games -%%SERVER%%bin/wormux-server -share/applications/wormux.desktop -%%NLS%%share/locale/bg/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/bs/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/ca/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/cpf/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/cs/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/da/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/de/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/el/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/eo/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/es/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/et/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/fa/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/fi/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/fr/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/gl/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/he/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/hu/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/it/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/ja_JP/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/kw/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/lv/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/nb/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/nl/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/nn/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/pl/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/pt/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/ro/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/ru/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/sk/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/sl/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/sv/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/tr/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/wormux.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/wormux.mo -share/pixmaps/wormux_128x128.png -%%DATADIR%%/authors.dtd -%%DATADIR%%/authors.xml -%%DATADIR%%/body/aliases.xml -%%DATADIR%%/body/all_skins_objects/baseball_cap.png -%%DATADIR%%/body/all_skins_objects/baseball_tshirt.png -%%DATADIR%%/body/all_skins_objects/belt.png -%%DATADIR%%/body/all_skins_objects/c1.png -%%DATADIR%%/body/all_skins_objects/c2.png -%%DATADIR%%/body/all_skins_objects/foothelmet1.png -%%DATADIR%%/body/all_skins_objects/foothelmet2.png -%%DATADIR%%/body/all_skins_objects/hat.png -%%DATADIR%%/body/all_skins_objects/helmet.png -%%DATADIR%%/body/all_skins_objects/hoop.png -%%DATADIR%%/body/all_skins_objects/hula.png -%%DATADIR%%/body/all_skins_objects/jetpack-fire.png -%%DATADIR%%/body/all_skins_objects/jetpack.png -%%DATADIR%%/body/all_skins_objects/yoyo.png -%%DATADIR%%/body/beastie/arm1left.png -%%DATADIR%%/body/beastie/arm1right.png -%%DATADIR%%/body/beastie/arm2left.png -%%DATADIR%%/body/beastie/arm2right.png -%%DATADIR%%/body/beastie/arm3left.png -%%DATADIR%%/body/beastie/arm3right.png -%%DATADIR%%/body/beastie/back.png -%%DATADIR%%/body/beastie/black_arm1left.png -%%DATADIR%%/body/beastie/black_arm1right.png -%%DATADIR%%/body/beastie/black_arm2left.png -%%DATADIR%%/body/beastie/black_arm2right.png -%%DATADIR%%/body/beastie/black_arm3left.png -%%DATADIR%%/body/beastie/black_arm3right.png -%%DATADIR%%/body/beastie/black_back.png -%%DATADIR%%/body/beastie/black_body.png -%%DATADIR%%/body/beastie/black_eyelid.png -%%DATADIR%%/body/beastie/black_eyes.png -%%DATADIR%%/body/beastie/black_footleft.png -%%DATADIR%%/body/beastie/black_footright.png -%%DATADIR%%/body/beastie/black_hair.png -%%DATADIR%%/body/beastie/black_head.png -%%DATADIR%%/body/beastie/black_hornleft.png -%%DATADIR%%/body/beastie/black_hornright.png -%%DATADIR%%/body/beastie/black_noze.png -%%DATADIR%%/body/beastie/black_pupil.png -%%DATADIR%%/body/beastie/black_tail.png -%%DATADIR%%/body/beastie/body.png -%%DATADIR%%/body/beastie/config.xml -%%DATADIR%%/body/beastie/dead.png -%%DATADIR%%/body/beastie/eyelid.png -%%DATADIR%%/body/beastie/eyes.png -%%DATADIR%%/body/beastie/footleft.png -%%DATADIR%%/body/beastie/footright.png -%%DATADIR%%/body/beastie/hair.png -%%DATADIR%%/body/beastie/head.png -%%DATADIR%%/body/beastie/hornleft.png -%%DATADIR%%/body/beastie/hornright.png -%%DATADIR%%/body/beastie/noze.png -%%DATADIR%%/body/beastie/pupil.png -%%DATADIR%%/body/beastie/sick_head.png -%%DATADIR%%/body/beastie/tail.png -%%DATADIR%%/body/body.dtd -%%DATADIR%%/body/bugzilla/arm1left.png -%%DATADIR%%/body/bugzilla/arm1right.png -%%DATADIR%%/body/bugzilla/arm2left.png -%%DATADIR%%/body/bugzilla/arm2right.png -%%DATADIR%%/body/bugzilla/arm3left.png -%%DATADIR%%/body/bugzilla/arm3right.png -%%DATADIR%%/body/bugzilla/back.png -%%DATADIR%%/body/bugzilla/black_arm1left.png -%%DATADIR%%/body/bugzilla/black_arm1right.png -%%DATADIR%%/body/bugzilla/black_arm2left.png -%%DATADIR%%/body/bugzilla/black_arm2right.png -%%DATADIR%%/body/bugzilla/black_arm3left.png -%%DATADIR%%/body/bugzilla/black_arm3right.png -%%DATADIR%%/body/bugzilla/black_back.png -%%DATADIR%%/body/bugzilla/black_body.png -%%DATADIR%%/body/bugzilla/black_eyelid.png -%%DATADIR%%/body/bugzilla/black_eyes.png -%%DATADIR%%/body/bugzilla/black_footleft.png -%%DATADIR%%/body/bugzilla/black_footright.png -%%DATADIR%%/body/bugzilla/black_hair.png -%%DATADIR%%/body/bugzilla/black_head.png -%%DATADIR%%/body/bugzilla/black_hornleft.png -%%DATADIR%%/body/bugzilla/black_hornright.png -%%DATADIR%%/body/bugzilla/black_noze.png -%%DATADIR%%/body/bugzilla/black_pupil.png -%%DATADIR%%/body/bugzilla/black_tail.png -%%DATADIR%%/body/bugzilla/blackfootright.png -%%DATADIR%%/body/bugzilla/body.png -%%DATADIR%%/body/bugzilla/config.xml -%%DATADIR%%/body/bugzilla/dead.png -%%DATADIR%%/body/bugzilla/eyelid.png -%%DATADIR%%/body/bugzilla/eyes.png -%%DATADIR%%/body/bugzilla/footleft.png -%%DATADIR%%/body/bugzilla/footright.png -%%DATADIR%%/body/bugzilla/hair.png -%%DATADIR%%/body/bugzilla/head.png -%%DATADIR%%/body/bugzilla/hornleft.png -%%DATADIR%%/body/bugzilla/hornright.png -%%DATADIR%%/body/bugzilla/noze.png -%%DATADIR%%/body/bugzilla/pupil.png -%%DATADIR%%/body/bugzilla/sick_head.png -%%DATADIR%%/body/bugzilla/tail.png -%%DATADIR%%/body/clothes.xml -%%DATADIR%%/body/firefox/arm1left.png -%%DATADIR%%/body/firefox/arm1right.png -%%DATADIR%%/body/firefox/arm2left.png -%%DATADIR%%/body/firefox/arm2right.png -%%DATADIR%%/body/firefox/arm3left.png -%%DATADIR%%/body/firefox/arm3right.png -%%DATADIR%%/body/firefox/back.png -%%DATADIR%%/body/firefox/black_arm1left.png -%%DATADIR%%/body/firefox/black_arm1right.png -%%DATADIR%%/body/firefox/black_arm2left.png -%%DATADIR%%/body/firefox/black_arm2right.png -%%DATADIR%%/body/firefox/black_arm3left.png -%%DATADIR%%/body/firefox/black_arm3right.png -%%DATADIR%%/body/firefox/black_back.png -%%DATADIR%%/body/firefox/black_body.png -%%DATADIR%%/body/firefox/black_eyelid.png -%%DATADIR%%/body/firefox/black_eyes.png -%%DATADIR%%/body/firefox/black_footleft.png -%%DATADIR%%/body/firefox/black_footright.png -%%DATADIR%%/body/firefox/black_hair.png -%%DATADIR%%/body/firefox/black_head.png -%%DATADIR%%/body/firefox/black_hornleft.png -%%DATADIR%%/body/firefox/black_hornright.png -%%DATADIR%%/body/firefox/black_noze.png -%%DATADIR%%/body/firefox/black_pupil.png -%%DATADIR%%/body/firefox/black_tail.png -%%DATADIR%%/body/firefox/body.png -%%DATADIR%%/body/firefox/config.xml -%%DATADIR%%/body/firefox/dead.png -%%DATADIR%%/body/firefox/eyelid.png -%%DATADIR%%/body/firefox/eyes.png -%%DATADIR%%/body/firefox/footleft.png -%%DATADIR%%/body/firefox/footright.png -%%DATADIR%%/body/firefox/hair.png -%%DATADIR%%/body/firefox/head.png -%%DATADIR%%/body/firefox/hornleft.png -%%DATADIR%%/body/firefox/hornright.png -%%DATADIR%%/body/firefox/noze.png -%%DATADIR%%/body/firefox/pupil.png -%%DATADIR%%/body/firefox/sick_head.png -%%DATADIR%%/body/firefox/tail.png -%%DATADIR%%/body/gnu/arm1left.png -%%DATADIR%%/body/gnu/arm1right.png -%%DATADIR%%/body/gnu/arm2left.png -%%DATADIR%%/body/gnu/arm2right.png -%%DATADIR%%/body/gnu/arm3left.png -%%DATADIR%%/body/gnu/arm3right.png -%%DATADIR%%/body/gnu/back.png -%%DATADIR%%/body/gnu/black_arm1left.png -%%DATADIR%%/body/gnu/black_arm1right.png -%%DATADIR%%/body/gnu/black_arm2left.png -%%DATADIR%%/body/gnu/black_arm2right.png -%%DATADIR%%/body/gnu/black_arm3left.png -%%DATADIR%%/body/gnu/black_arm3right.png -%%DATADIR%%/body/gnu/black_back.png -%%DATADIR%%/body/gnu/black_body.png -%%DATADIR%%/body/gnu/black_eyelid.png -%%DATADIR%%/body/gnu/black_eyes.png -%%DATADIR%%/body/gnu/black_footleft.png -%%DATADIR%%/body/gnu/black_footright.png -%%DATADIR%%/body/gnu/black_hair.png -%%DATADIR%%/body/gnu/black_head.png -%%DATADIR%%/body/gnu/black_hornleft.png -%%DATADIR%%/body/gnu/black_hornright.png -%%DATADIR%%/body/gnu/black_noze.png -%%DATADIR%%/body/gnu/black_pupil.png -%%DATADIR%%/body/gnu/black_tail.png -%%DATADIR%%/body/gnu/body.png -%%DATADIR%%/body/gnu/config.xml -%%DATADIR%%/body/gnu/dead.png -%%DATADIR%%/body/gnu/eyelid.png -%%DATADIR%%/body/gnu/eyes.png -%%DATADIR%%/body/gnu/footleft.png -%%DATADIR%%/body/gnu/footright.png -%%DATADIR%%/body/gnu/hair.png -%%DATADIR%%/body/gnu/head.png -%%DATADIR%%/body/gnu/hornleft.png -%%DATADIR%%/body/gnu/hornright.png -%%DATADIR%%/body/gnu/noze.png -%%DATADIR%%/body/gnu/pupil.png -%%DATADIR%%/body/gnu/sick_head.png -%%DATADIR%%/body/gnu/tail.png -%%DATADIR%%/body/hexley/arm1left.png -%%DATADIR%%/body/hexley/arm1right.png -%%DATADIR%%/body/hexley/arm2left.png -%%DATADIR%%/body/hexley/arm2right.png -%%DATADIR%%/body/hexley/arm3left.png -%%DATADIR%%/body/hexley/arm3right.png -%%DATADIR%%/body/hexley/back.png -%%DATADIR%%/body/hexley/black_arm1left.png -%%DATADIR%%/body/hexley/black_arm1right.png -%%DATADIR%%/body/hexley/black_arm2left.png -%%DATADIR%%/body/hexley/black_arm2right.png -%%DATADIR%%/body/hexley/black_arm3left.png -%%DATADIR%%/body/hexley/black_arm3right.png -%%DATADIR%%/body/hexley/black_back.png -%%DATADIR%%/body/hexley/black_body.png -%%DATADIR%%/body/hexley/black_eyelid.png -%%DATADIR%%/body/hexley/black_eyes.png -%%DATADIR%%/body/hexley/black_footleft.png -%%DATADIR%%/body/hexley/black_footright.png -%%DATADIR%%/body/hexley/black_hair.png -%%DATADIR%%/body/hexley/black_head.png -%%DATADIR%%/body/hexley/black_hornleft.png -%%DATADIR%%/body/hexley/black_hornright.png -%%DATADIR%%/body/hexley/black_noze.png -%%DATADIR%%/body/hexley/black_pupil.png -%%DATADIR%%/body/hexley/black_tail.png -%%DATADIR%%/body/hexley/body.png -%%DATADIR%%/body/hexley/config.xml -%%DATADIR%%/body/hexley/dead.png -%%DATADIR%%/body/hexley/eyelid.png -%%DATADIR%%/body/hexley/eyes.png -%%DATADIR%%/body/hexley/footleft.png -%%DATADIR%%/body/hexley/footright.png -%%DATADIR%%/body/hexley/hair.png -%%DATADIR%%/body/hexley/head.png -%%DATADIR%%/body/hexley/hornleft.png -%%DATADIR%%/body/hexley/hornright.png -%%DATADIR%%/body/hexley/noze.png -%%DATADIR%%/body/hexley/pupil.png -%%DATADIR%%/body/hexley/sick_head.png -%%DATADIR%%/body/hexley/tail.png -%%DATADIR%%/body/konqi/arm1left.png -%%DATADIR%%/body/konqi/arm1right.png -%%DATADIR%%/body/konqi/arm2left.png -%%DATADIR%%/body/konqi/arm2right.png -%%DATADIR%%/body/konqi/arm3left.png -%%DATADIR%%/body/konqi/arm3right.png -%%DATADIR%%/body/konqi/back.png -%%DATADIR%%/body/konqi/black_arm1left.png -%%DATADIR%%/body/konqi/black_arm1right.png -%%DATADIR%%/body/konqi/black_arm2left.png -%%DATADIR%%/body/konqi/black_arm2right.png -%%DATADIR%%/body/konqi/black_arm3left.png -%%DATADIR%%/body/konqi/black_arm3right.png -%%DATADIR%%/body/konqi/black_back.png -%%DATADIR%%/body/konqi/black_body.png -%%DATADIR%%/body/konqi/black_eyelid.png -%%DATADIR%%/body/konqi/black_eyes.png -%%DATADIR%%/body/konqi/black_footleft.png -%%DATADIR%%/body/konqi/black_footright.png -%%DATADIR%%/body/konqi/black_hair.png -%%DATADIR%%/body/konqi/black_head.png -%%DATADIR%%/body/konqi/black_hornleft.png -%%DATADIR%%/body/konqi/black_hornright.png -%%DATADIR%%/body/konqi/black_noze.png -%%DATADIR%%/body/konqi/black_pupil.png -%%DATADIR%%/body/konqi/black_tail.png -%%DATADIR%%/body/konqi/body.png -%%DATADIR%%/body/konqi/config.xml -%%DATADIR%%/body/konqi/dead.png -%%DATADIR%%/body/konqi/eyelid.png -%%DATADIR%%/body/konqi/eyes.png -%%DATADIR%%/body/konqi/footleft.png -%%DATADIR%%/body/konqi/footright.png -%%DATADIR%%/body/konqi/hair.png -%%DATADIR%%/body/konqi/head.png -%%DATADIR%%/body/konqi/hornleft.png -%%DATADIR%%/body/konqi/hornright.png -%%DATADIR%%/body/konqi/noze.png -%%DATADIR%%/body/konqi/pupil.png -%%DATADIR%%/body/konqi/sick_head.png -%%DATADIR%%/body/konqi/tail.png -%%DATADIR%%/body/movements.xml -%%DATADIR%%/body/nupik/arm1left.png -%%DATADIR%%/body/nupik/arm1right.png -%%DATADIR%%/body/nupik/arm2left.png -%%DATADIR%%/body/nupik/arm2right.png -%%DATADIR%%/body/nupik/arm3left.png -%%DATADIR%%/body/nupik/arm3right.png -%%DATADIR%%/body/nupik/back.png -%%DATADIR%%/body/nupik/black_arm1left.png -%%DATADIR%%/body/nupik/black_arm1right.png -%%DATADIR%%/body/nupik/black_arm2left.png -%%DATADIR%%/body/nupik/black_arm2right.png -%%DATADIR%%/body/nupik/black_arm3left.png -%%DATADIR%%/body/nupik/black_arm3right.png -%%DATADIR%%/body/nupik/black_back.png -%%DATADIR%%/body/nupik/black_body.png -%%DATADIR%%/body/nupik/black_eyelid.png -%%DATADIR%%/body/nupik/black_eyes.png -%%DATADIR%%/body/nupik/black_footleft.png -%%DATADIR%%/body/nupik/black_footright.png -%%DATADIR%%/body/nupik/black_hair.png -%%DATADIR%%/body/nupik/black_head.png -%%DATADIR%%/body/nupik/black_hornleft.png -%%DATADIR%%/body/nupik/black_hornright.png -%%DATADIR%%/body/nupik/black_noze.png -%%DATADIR%%/body/nupik/black_pupil.png -%%DATADIR%%/body/nupik/black_tail.png -%%DATADIR%%/body/nupik/body.png -%%DATADIR%%/body/nupik/config.xml -%%DATADIR%%/body/nupik/dead.png -%%DATADIR%%/body/nupik/eyelid.png -%%DATADIR%%/body/nupik/eyes.png -%%DATADIR%%/body/nupik/footleft.png -%%DATADIR%%/body/nupik/footright.png -%%DATADIR%%/body/nupik/hair.png -%%DATADIR%%/body/nupik/head.png -%%DATADIR%%/body/nupik/hornleft.png -%%DATADIR%%/body/nupik/hornright.png -%%DATADIR%%/body/nupik/noze.png -%%DATADIR%%/body/nupik/pupil.png -%%DATADIR%%/body/nupik/sick_head.png -%%DATADIR%%/body/nupik/tail.png -%%DATADIR%%/body/ooo/arm1left.png -%%DATADIR%%/body/ooo/arm1right.png -%%DATADIR%%/body/ooo/arm2left.png -%%DATADIR%%/body/ooo/arm2right.png -%%DATADIR%%/body/ooo/arm3left.png -%%DATADIR%%/body/ooo/arm3right.png -%%DATADIR%%/body/ooo/back.png -%%DATADIR%%/body/ooo/black_arm1left.png -%%DATADIR%%/body/ooo/black_arm1right.png -%%DATADIR%%/body/ooo/black_arm2left.png -%%DATADIR%%/body/ooo/black_arm2right.png -%%DATADIR%%/body/ooo/black_arm3left.png -%%DATADIR%%/body/ooo/black_arm3right.png -%%DATADIR%%/body/ooo/black_back.png -%%DATADIR%%/body/ooo/black_body.png -%%DATADIR%%/body/ooo/black_eyelid.png -%%DATADIR%%/body/ooo/black_eyes.png -%%DATADIR%%/body/ooo/black_footleft.png -%%DATADIR%%/body/ooo/black_footright.png -%%DATADIR%%/body/ooo/black_hair.png -%%DATADIR%%/body/ooo/black_head.png -%%DATADIR%%/body/ooo/black_hornleft.png -%%DATADIR%%/body/ooo/black_hornright.png -%%DATADIR%%/body/ooo/black_noze.png -%%DATADIR%%/body/ooo/black_pupil.png -%%DATADIR%%/body/ooo/black_tail.png -%%DATADIR%%/body/ooo/body.png -%%DATADIR%%/body/ooo/config.xml -%%DATADIR%%/body/ooo/dead.png -%%DATADIR%%/body/ooo/eyelid.png -%%DATADIR%%/body/ooo/eyes.png -%%DATADIR%%/body/ooo/footleft.png -%%DATADIR%%/body/ooo/footright.png -%%DATADIR%%/body/ooo/hair.png -%%DATADIR%%/body/ooo/head.png -%%DATADIR%%/body/ooo/hornleft.png -%%DATADIR%%/body/ooo/hornright.png -%%DATADIR%%/body/ooo/noze.png -%%DATADIR%%/body/ooo/pupil.png -%%DATADIR%%/body/ooo/sick_head.png -%%DATADIR%%/body/ooo/tail.png -%%DATADIR%%/body/php/arm1left.png -%%DATADIR%%/body/php/arm1right.png -%%DATADIR%%/body/php/arm2left.png -%%DATADIR%%/body/php/arm2right.png -%%DATADIR%%/body/php/arm3left.png -%%DATADIR%%/body/php/arm3right.png -%%DATADIR%%/body/php/back.png -%%DATADIR%%/body/php/black_arm1left.png -%%DATADIR%%/body/php/black_arm1right.png -%%DATADIR%%/body/php/black_arm2left.png -%%DATADIR%%/body/php/black_arm2right.png -%%DATADIR%%/body/php/black_arm3left.png -%%DATADIR%%/body/php/black_arm3right.png -%%DATADIR%%/body/php/black_back.png -%%DATADIR%%/body/php/black_body.png -%%DATADIR%%/body/php/black_eyelid.png -%%DATADIR%%/body/php/black_eyes.png -%%DATADIR%%/body/php/black_footleft.png -%%DATADIR%%/body/php/black_footright.png -%%DATADIR%%/body/php/black_hair.png -%%DATADIR%%/body/php/black_head.png -%%DATADIR%%/body/php/black_hornleft.png -%%DATADIR%%/body/php/black_hornright.png -%%DATADIR%%/body/php/black_noze.png -%%DATADIR%%/body/php/black_pupil.png -%%DATADIR%%/body/php/black_tail.png -%%DATADIR%%/body/php/body.png -%%DATADIR%%/body/php/config.xml -%%DATADIR%%/body/php/dead.png -%%DATADIR%%/body/php/eyelid.png -%%DATADIR%%/body/php/eyes.png -%%DATADIR%%/body/php/footleft.png -%%DATADIR%%/body/php/footright.png -%%DATADIR%%/body/php/hair.png -%%DATADIR%%/body/php/head.png -%%DATADIR%%/body/php/hornleft.png -%%DATADIR%%/body/php/hornright.png -%%DATADIR%%/body/php/noze.png -%%DATADIR%%/body/php/pupil.png -%%DATADIR%%/body/php/sick_head.png -%%DATADIR%%/body/php/tail.png -%%DATADIR%%/body/pidgin/arm1left.png -%%DATADIR%%/body/pidgin/arm1right.png -%%DATADIR%%/body/pidgin/arm2left.png -%%DATADIR%%/body/pidgin/arm2right.png -%%DATADIR%%/body/pidgin/arm3left.png -%%DATADIR%%/body/pidgin/arm3right.png -%%DATADIR%%/body/pidgin/back.png -%%DATADIR%%/body/pidgin/black_arm1left.png -%%DATADIR%%/body/pidgin/black_arm1right.png -%%DATADIR%%/body/pidgin/black_arm2left.png -%%DATADIR%%/body/pidgin/black_arm2right.png -%%DATADIR%%/body/pidgin/black_arm3left.png -%%DATADIR%%/body/pidgin/black_arm3right.png -%%DATADIR%%/body/pidgin/black_back.png -%%DATADIR%%/body/pidgin/black_body.png -%%DATADIR%%/body/pidgin/black_eyelid.png -%%DATADIR%%/body/pidgin/black_eyes.png -%%DATADIR%%/body/pidgin/black_footleft.png -%%DATADIR%%/body/pidgin/black_footright.png -%%DATADIR%%/body/pidgin/black_hair.png -%%DATADIR%%/body/pidgin/black_head.png -%%DATADIR%%/body/pidgin/black_hornleft.png -%%DATADIR%%/body/pidgin/black_hornright.png -%%DATADIR%%/body/pidgin/black_noze.png -%%DATADIR%%/body/pidgin/black_pupil.png -%%DATADIR%%/body/pidgin/black_tail.png -%%DATADIR%%/body/pidgin/body.png -%%DATADIR%%/body/pidgin/config.xml -%%DATADIR%%/body/pidgin/dead.png -%%DATADIR%%/body/pidgin/eyelid.png -%%DATADIR%%/body/pidgin/eyes.png -%%DATADIR%%/body/pidgin/footleft.png -%%DATADIR%%/body/pidgin/footright.png -%%DATADIR%%/body/pidgin/hair.png -%%DATADIR%%/body/pidgin/head.png -%%DATADIR%%/body/pidgin/hornleft.png -%%DATADIR%%/body/pidgin/hornright.png -%%DATADIR%%/body/pidgin/noze.png -%%DATADIR%%/body/pidgin/pupil.png -%%DATADIR%%/body/pidgin/sick_head.png -%%DATADIR%%/body/pidgin/tail.png -%%DATADIR%%/body/postfix/arm1left.png -%%DATADIR%%/body/postfix/arm1right.png -%%DATADIR%%/body/postfix/arm2left.png -%%DATADIR%%/body/postfix/arm2right.png -%%DATADIR%%/body/postfix/arm3left.png -%%DATADIR%%/body/postfix/arm3right.png -%%DATADIR%%/body/postfix/back.png -%%DATADIR%%/body/postfix/black_arm1left.png -%%DATADIR%%/body/postfix/black_arm1right.png -%%DATADIR%%/body/postfix/black_arm2left.png -%%DATADIR%%/body/postfix/black_arm2right.png -%%DATADIR%%/body/postfix/black_arm3left.png -%%DATADIR%%/body/postfix/black_arm3right.png -%%DATADIR%%/body/postfix/black_back.png -%%DATADIR%%/body/postfix/black_body.png -%%DATADIR%%/body/postfix/black_eyelid.png -%%DATADIR%%/body/postfix/black_eyes.png -%%DATADIR%%/body/postfix/black_footleft.png -%%DATADIR%%/body/postfix/black_footright.png -%%DATADIR%%/body/postfix/black_hair.png -%%DATADIR%%/body/postfix/black_head.png -%%DATADIR%%/body/postfix/black_hornleft.png -%%DATADIR%%/body/postfix/black_hornright.png -%%DATADIR%%/body/postfix/black_noze.png -%%DATADIR%%/body/postfix/black_pupil.png -%%DATADIR%%/body/postfix/black_tail.png -%%DATADIR%%/body/postfix/blackfootright.png -%%DATADIR%%/body/postfix/body.png -%%DATADIR%%/body/postfix/config.xml -%%DATADIR%%/body/postfix/dead.png -%%DATADIR%%/body/postfix/eyelid.png -%%DATADIR%%/body/postfix/eyes.png -%%DATADIR%%/body/postfix/footleft.png -%%DATADIR%%/body/postfix/footright.png -%%DATADIR%%/body/postfix/hair.png -%%DATADIR%%/body/postfix/head.png -%%DATADIR%%/body/postfix/hornleft.png -%%DATADIR%%/body/postfix/hornright.png -%%DATADIR%%/body/postfix/noze.png -%%DATADIR%%/body/postfix/pupil.png -%%DATADIR%%/body/postfix/sick_head.png -%%DATADIR%%/body/postfix/tail.png -%%DATADIR%%/body/skeletons.xml -%%DATADIR%%/body/snort/arm1left.png -%%DATADIR%%/body/snort/arm1right.png -%%DATADIR%%/body/snort/arm2left.png -%%DATADIR%%/body/snort/arm2right.png -%%DATADIR%%/body/snort/arm3left.png -%%DATADIR%%/body/snort/arm3right.png -%%DATADIR%%/body/snort/back.png -%%DATADIR%%/body/snort/black_arm1left.png -%%DATADIR%%/body/snort/black_arm1right.png -%%DATADIR%%/body/snort/black_arm2left.png -%%DATADIR%%/body/snort/black_arm2right.png -%%DATADIR%%/body/snort/black_arm3left.png -%%DATADIR%%/body/snort/black_arm3right.png -%%DATADIR%%/body/snort/black_back.png -%%DATADIR%%/body/snort/black_body.png -%%DATADIR%%/body/snort/black_eyelid.png -%%DATADIR%%/body/snort/black_eyes.png -%%DATADIR%%/body/snort/black_footleft.png -%%DATADIR%%/body/snort/black_footright.png -%%DATADIR%%/body/snort/black_hair.png -%%DATADIR%%/body/snort/black_head.png -%%DATADIR%%/body/snort/black_hornleft.png -%%DATADIR%%/body/snort/black_hornright.png -%%DATADIR%%/body/snort/black_noze.png -%%DATADIR%%/body/snort/black_pupil.png -%%DATADIR%%/body/snort/black_tail.png -%%DATADIR%%/body/snort/body.png -%%DATADIR%%/body/snort/config.xml -%%DATADIR%%/body/snort/dead.png -%%DATADIR%%/body/snort/eyelid.png -%%DATADIR%%/body/snort/eyes.png -%%DATADIR%%/body/snort/footleft.png -%%DATADIR%%/body/snort/footright.png -%%DATADIR%%/body/snort/hair.png -%%DATADIR%%/body/snort/head.png -%%DATADIR%%/body/snort/hornleft.png -%%DATADIR%%/body/snort/hornright.png -%%DATADIR%%/body/snort/noze.png -%%DATADIR%%/body/snort/pupil.png -%%DATADIR%%/body/snort/sick_head.png -%%DATADIR%%/body/snort/tail.png -%%DATADIR%%/body/spip/arm1left.png -%%DATADIR%%/body/spip/arm1right.png -%%DATADIR%%/body/spip/arm2left.png -%%DATADIR%%/body/spip/arm2right.png -%%DATADIR%%/body/spip/arm3left.png -%%DATADIR%%/body/spip/arm3right.png -%%DATADIR%%/body/spip/back.png -%%DATADIR%%/body/spip/black_arm1left.png -%%DATADIR%%/body/spip/black_arm1right.png -%%DATADIR%%/body/spip/black_arm2left.png -%%DATADIR%%/body/spip/black_arm2right.png -%%DATADIR%%/body/spip/black_arm3left.png -%%DATADIR%%/body/spip/black_arm3right.png -%%DATADIR%%/body/spip/black_back.png -%%DATADIR%%/body/spip/black_body.png -%%DATADIR%%/body/spip/black_eyelid.png -%%DATADIR%%/body/spip/black_eyes.png -%%DATADIR%%/body/spip/black_footleft.png -%%DATADIR%%/body/spip/black_footright.png -%%DATADIR%%/body/spip/black_hair.png -%%DATADIR%%/body/spip/black_head.png -%%DATADIR%%/body/spip/black_hornleft.png -%%DATADIR%%/body/spip/black_hornright.png -%%DATADIR%%/body/spip/black_noze.png -%%DATADIR%%/body/spip/black_pupil.png -%%DATADIR%%/body/spip/black_tail.png -%%DATADIR%%/body/spip/body.png -%%DATADIR%%/body/spip/config.xml -%%DATADIR%%/body/spip/dead.png -%%DATADIR%%/body/spip/eyelid.png -%%DATADIR%%/body/spip/eyes.png -%%DATADIR%%/body/spip/footleft.png -%%DATADIR%%/body/spip/footright.png -%%DATADIR%%/body/spip/hair.png -%%DATADIR%%/body/spip/head.png -%%DATADIR%%/body/spip/hornleft.png -%%DATADIR%%/body/spip/hornright.png -%%DATADIR%%/body/spip/noze.png -%%DATADIR%%/body/spip/pupil.png -%%DATADIR%%/body/spip/sick_head.png -%%DATADIR%%/body/spip/tail.png -%%DATADIR%%/body/suse/arm1left.png -%%DATADIR%%/body/suse/arm1right.png -%%DATADIR%%/body/suse/arm2left.png -%%DATADIR%%/body/suse/arm2right.png -%%DATADIR%%/body/suse/arm3left.png -%%DATADIR%%/body/suse/arm3right.png -%%DATADIR%%/body/suse/back.png -%%DATADIR%%/body/suse/black_arm1left.png -%%DATADIR%%/body/suse/black_arm1right.png -%%DATADIR%%/body/suse/black_arm2left.png -%%DATADIR%%/body/suse/black_arm2right.png -%%DATADIR%%/body/suse/black_arm3left.png -%%DATADIR%%/body/suse/black_arm3right.png -%%DATADIR%%/body/suse/black_back.png -%%DATADIR%%/body/suse/black_body.png -%%DATADIR%%/body/suse/black_eyelid.png -%%DATADIR%%/body/suse/black_eyes.png -%%DATADIR%%/body/suse/black_footleft.png -%%DATADIR%%/body/suse/black_footright.png -%%DATADIR%%/body/suse/black_hair.png -%%DATADIR%%/body/suse/black_head.png -%%DATADIR%%/body/suse/black_hornleft.png -%%DATADIR%%/body/suse/black_hornright.png -%%DATADIR%%/body/suse/black_noze.png -%%DATADIR%%/body/suse/black_pupil.png -%%DATADIR%%/body/suse/black_tail.png -%%DATADIR%%/body/suse/body.png -%%DATADIR%%/body/suse/config.xml -%%DATADIR%%/body/suse/dead.png -%%DATADIR%%/body/suse/eyelid.png -%%DATADIR%%/body/suse/eyes.png -%%DATADIR%%/body/suse/footleft.png -%%DATADIR%%/body/suse/footright.png -%%DATADIR%%/body/suse/hair.png -%%DATADIR%%/body/suse/head.png -%%DATADIR%%/body/suse/hornleft.png -%%DATADIR%%/body/suse/hornright.png -%%DATADIR%%/body/suse/noze.png -%%DATADIR%%/body/suse/pupil.png -%%DATADIR%%/body/suse/sick_head.png -%%DATADIR%%/body/suse/tail.png -%%DATADIR%%/body/thunderbird/arm1left.png -%%DATADIR%%/body/thunderbird/arm1right.png -%%DATADIR%%/body/thunderbird/arm2left.png -%%DATADIR%%/body/thunderbird/arm2right.png -%%DATADIR%%/body/thunderbird/arm3left.png -%%DATADIR%%/body/thunderbird/arm3right.png -%%DATADIR%%/body/thunderbird/back.png -%%DATADIR%%/body/thunderbird/black_arm1left.png -%%DATADIR%%/body/thunderbird/black_arm1right.png -%%DATADIR%%/body/thunderbird/black_arm2left.png -%%DATADIR%%/body/thunderbird/black_arm2right.png -%%DATADIR%%/body/thunderbird/black_arm3left.png -%%DATADIR%%/body/thunderbird/black_arm3right.png -%%DATADIR%%/body/thunderbird/black_back.png -%%DATADIR%%/body/thunderbird/black_body.png -%%DATADIR%%/body/thunderbird/black_eyelid.png -%%DATADIR%%/body/thunderbird/black_eyes.png -%%DATADIR%%/body/thunderbird/black_footleft.png -%%DATADIR%%/body/thunderbird/black_footright.png -%%DATADIR%%/body/thunderbird/black_hair.png -%%DATADIR%%/body/thunderbird/black_head.png -%%DATADIR%%/body/thunderbird/black_hornleft.png -%%DATADIR%%/body/thunderbird/black_hornright.png -%%DATADIR%%/body/thunderbird/black_noze.png -%%DATADIR%%/body/thunderbird/black_pupil.png -%%DATADIR%%/body/thunderbird/black_tail.png -%%DATADIR%%/body/thunderbird/body.png -%%DATADIR%%/body/thunderbird/config.xml -%%DATADIR%%/body/thunderbird/dead.png -%%DATADIR%%/body/thunderbird/eyelid.png -%%DATADIR%%/body/thunderbird/eyes.png -%%DATADIR%%/body/thunderbird/footleft.png -%%DATADIR%%/body/thunderbird/footright.png -%%DATADIR%%/body/thunderbird/hair.png -%%DATADIR%%/body/thunderbird/head.png -%%DATADIR%%/body/thunderbird/hornleft.png -%%DATADIR%%/body/thunderbird/hornright.png -%%DATADIR%%/body/thunderbird/noze.png -%%DATADIR%%/body/thunderbird/pupil.png -%%DATADIR%%/body/thunderbird/sick_head.png -%%DATADIR%%/body/thunderbird/tail.png -%%DATADIR%%/body/tux/arm1left.png -%%DATADIR%%/body/tux/arm1right.png -%%DATADIR%%/body/tux/arm2left.png -%%DATADIR%%/body/tux/arm2right.png -%%DATADIR%%/body/tux/arm3left.png -%%DATADIR%%/body/tux/arm3right.png -%%DATADIR%%/body/tux/back.png -%%DATADIR%%/body/tux/black_arm1left.png -%%DATADIR%%/body/tux/black_arm1right.png -%%DATADIR%%/body/tux/black_arm2left.png -%%DATADIR%%/body/tux/black_arm2right.png -%%DATADIR%%/body/tux/black_arm3left.png -%%DATADIR%%/body/tux/black_arm3right.png -%%DATADIR%%/body/tux/black_back.png -%%DATADIR%%/body/tux/black_body.png -%%DATADIR%%/body/tux/black_eyelid.png -%%DATADIR%%/body/tux/black_eyes.png -%%DATADIR%%/body/tux/black_footleft.png -%%DATADIR%%/body/tux/black_footright.png -%%DATADIR%%/body/tux/black_hair.png -%%DATADIR%%/body/tux/black_head.png -%%DATADIR%%/body/tux/black_hornleft.png -%%DATADIR%%/body/tux/black_hornright.png -%%DATADIR%%/body/tux/black_noze.png -%%DATADIR%%/body/tux/black_pupil.png -%%DATADIR%%/body/tux/black_tail.png -%%DATADIR%%/body/tux/body.png -%%DATADIR%%/body/tux/config.xml -%%DATADIR%%/body/tux/dead.png -%%DATADIR%%/body/tux/eyelid.png -%%DATADIR%%/body/tux/eyes.png -%%DATADIR%%/body/tux/footleft.png -%%DATADIR%%/body/tux/footright.png -%%DATADIR%%/body/tux/hair.png -%%DATADIR%%/body/tux/head.png -%%DATADIR%%/body/tux/hornleft.png -%%DATADIR%%/body/tux/hornright.png -%%DATADIR%%/body/tux/noze.png -%%DATADIR%%/body/tux/pupil.png -%%DATADIR%%/body/tux/sick_head.png -%%DATADIR%%/body/tux/tail.png -%%DATADIR%%/body/wilber/arm1left.png -%%DATADIR%%/body/wilber/arm1right.png -%%DATADIR%%/body/wilber/arm2left.png -%%DATADIR%%/body/wilber/arm2right.png -%%DATADIR%%/body/wilber/arm3left.png -%%DATADIR%%/body/wilber/arm3right.png -%%DATADIR%%/body/wilber/back.png -%%DATADIR%%/body/wilber/black_arm1left.png -%%DATADIR%%/body/wilber/black_arm1right.png -%%DATADIR%%/body/wilber/black_arm2left.png -%%DATADIR%%/body/wilber/black_arm2right.png -%%DATADIR%%/body/wilber/black_arm3left.png -%%DATADIR%%/body/wilber/black_arm3right.png -%%DATADIR%%/body/wilber/black_back.png -%%DATADIR%%/body/wilber/black_body.png -%%DATADIR%%/body/wilber/black_eyelid.png -%%DATADIR%%/body/wilber/black_eyes.png -%%DATADIR%%/body/wilber/black_footleft.png -%%DATADIR%%/body/wilber/black_footright.png -%%DATADIR%%/body/wilber/black_hair.png -%%DATADIR%%/body/wilber/black_head.png -%%DATADIR%%/body/wilber/black_hornleft.png -%%DATADIR%%/body/wilber/black_hornright.png -%%DATADIR%%/body/wilber/black_noze.png -%%DATADIR%%/body/wilber/black_pupil.png -%%DATADIR%%/body/wilber/black_tail.png -%%DATADIR%%/body/wilber/body.png -%%DATADIR%%/body/wilber/config.xml -%%DATADIR%%/body/wilber/dead.png -%%DATADIR%%/body/wilber/eyelid.png -%%DATADIR%%/body/wilber/eyes.png -%%DATADIR%%/body/wilber/footleft.png -%%DATADIR%%/body/wilber/footright.png -%%DATADIR%%/body/wilber/hair.png -%%DATADIR%%/body/wilber/head.png -%%DATADIR%%/body/wilber/hornleft.png -%%DATADIR%%/body/wilber/hornright.png -%%DATADIR%%/body/wilber/noze.png -%%DATADIR%%/body/wilber/pupil.png -%%DATADIR%%/body/wilber/sick_head.png -%%DATADIR%%/body/wilber/tail.png -%%DATADIR%%/body/workrave/arm1left.png -%%DATADIR%%/body/workrave/arm1right.png -%%DATADIR%%/body/workrave/arm2left.png -%%DATADIR%%/body/workrave/arm2right.png -%%DATADIR%%/body/workrave/arm3left.png -%%DATADIR%%/body/workrave/arm3right.png -%%DATADIR%%/body/workrave/back.png -%%DATADIR%%/body/workrave/black_arm1left.png -%%DATADIR%%/body/workrave/black_arm1right.png -%%DATADIR%%/body/workrave/black_arm2left.png -%%DATADIR%%/body/workrave/black_arm2right.png -%%DATADIR%%/body/workrave/black_arm3left.png -%%DATADIR%%/body/workrave/black_arm3right.png -%%DATADIR%%/body/workrave/black_back.png -%%DATADIR%%/body/workrave/black_body.png -%%DATADIR%%/body/workrave/black_eyelid.png -%%DATADIR%%/body/workrave/black_eyes.png -%%DATADIR%%/body/workrave/black_footleft.png -%%DATADIR%%/body/workrave/black_footright.png -%%DATADIR%%/body/workrave/black_hair.png -%%DATADIR%%/body/workrave/black_head.png -%%DATADIR%%/body/workrave/black_hornleft.png -%%DATADIR%%/body/workrave/black_hornright.png -%%DATADIR%%/body/workrave/black_noze.png -%%DATADIR%%/body/workrave/black_pupil.png -%%DATADIR%%/body/workrave/black_tail.png -%%DATADIR%%/body/workrave/blackfootright.png -%%DATADIR%%/body/workrave/body.png -%%DATADIR%%/body/workrave/config.xml -%%DATADIR%%/body/workrave/dead.png -%%DATADIR%%/body/workrave/eyelid.png -%%DATADIR%%/body/workrave/eyes.png -%%DATADIR%%/body/workrave/footleft.png -%%DATADIR%%/body/workrave/footright.png -%%DATADIR%%/body/workrave/hair.png -%%DATADIR%%/body/workrave/head.png -%%DATADIR%%/body/workrave/hornleft.png -%%DATADIR%%/body/workrave/hornright.png -%%DATADIR%%/body/workrave/noze.png -%%DATADIR%%/body/workrave/pupil.png -%%DATADIR%%/body/workrave/sick_head.png -%%DATADIR%%/body/workrave/tail.png -%%DATADIR%%/cursors.dtd -%%DATADIR%%/cursors.xml -%%DATADIR%%/font/DejaVuSans.ttf -%%DATADIR%%/font/VL-Gothic-Regular.ttf -%%DATADIR%%/font/wqy-microhei-lite.ttc -%%DATADIR%%/game_mode/blitz.xml -%%DATADIR%%/game_mode/classic.xml -%%DATADIR%%/game_mode/default_objects.xml -%%DATADIR%%/game_mode/game_mode.dtd -%%DATADIR%%/game_mode/objects.dtd -%%DATADIR%%/game_mode/skin_viewer.xml -%%DATADIR%%/game_mode/unlimited.xml -%%DATADIR%%/graphism.dtd -%%DATADIR%%/graphism.xml -%%DATADIR%%/interface/not_skin/background_interface.png -%%DATADIR%%/interface/not_skin/clock_background.png -%%DATADIR%%/interface/not_skin/readme.txt -%%DATADIR%%/interface/not_skin/small_background_interface.png -%%DATADIR%%/interface/whitetheme/arrow_jump.png -%%DATADIR%%/interface/whitetheme/arrow_turn.png -%%DATADIR%%/interface/whitetheme/box_big.png -%%DATADIR%%/interface/whitetheme/box_big_hide.png -%%DATADIR%%/interface/whitetheme/box_little.png -%%DATADIR%%/interface/whitetheme/box_little_hide.png -%%DATADIR%%/interface/whitetheme/clock.png -%%DATADIR%%/interface/whitetheme/clock_emergency.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-down.left.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-down.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-down.right.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-left.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-right.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-top.left.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-top.png -%%DATADIR%%/interface/whitetheme/cursors/arrow-top.right.png -%%DATADIR%%/interface/whitetheme/cursors/hand-cursor.png -%%DATADIR%%/interface/whitetheme/cursors/hand-fire.png -%%DATADIR%%/interface/whitetheme/cursors/hand-move.png -%%DATADIR%%/interface/whitetheme/cursors/here-from-left.png -%%DATADIR%%/interface/whitetheme/cursors/here-from-right.png -%%DATADIR%%/interface/whitetheme/hourglass.png -%%DATADIR%%/interface/whitetheme/lastfire.png -%%DATADIR%%/interface/whitetheme/pointer.png -%%DATADIR%%/interface/whitetheme/wind.png -%%DATADIR%%/interface/whitetheme/wind_indicator.png -%%DATADIR%%/map/apocalypse/apocalypse.jpg -%%DATADIR%%/map/apocalypse/apocalypse.png -%%DATADIR%%/map/apocalypse/config.xml -%%DATADIR%%/map/apocalypse/mini.jpg -%%DATADIR%%/map/apocalypse/vent.png -%%DATADIR%%/map/aquarium/background.png -%%DATADIR%%/map/aquarium/config.xml -%%DATADIR%%/map/aquarium/preview.jpg -%%DATADIR%%/map/aquarium/sky.jpg -%%DATADIR%%/map/arbre/arbre.png -%%DATADIR%%/map/arbre/config.xml -%%DATADIR%%/map/arbre/fond.jpg -%%DATADIR%%/map/arbre/gland-anim.png -%%DATADIR%%/map/arbre/preview.jpg -%%DATADIR%%/map/arcaderoom/background.jpg -%%DATADIR%%/map/arcaderoom/config.xml -%%DATADIR%%/map/arcaderoom/map.png -%%DATADIR%%/map/arcaderoom/preview.jpg -%%DATADIR%%/map/arcaderoom/wind_particle.png -%%DATADIR%%/map/bankiz/bankiz.png -%%DATADIR%%/map/bankiz/config.xml -%%DATADIR%%/map/bankiz/flocon.png -%%DATADIR%%/map/bankiz/preview.jpg -%%DATADIR%%/map/bankiz/sky.jpg -%%DATADIR%%/map/banquise/background.jpg -%%DATADIR%%/map/banquise/banquise.png -%%DATADIR%%/map/banquise/config.xml -%%DATADIR%%/map/banquise/flocon.png -%%DATADIR%%/map/banquise/preview.jpg -%%DATADIR%%/map/battlenight/battlenight-all.jpg -%%DATADIR%%/map/battlenight/battlenight-bg.jpg -%%DATADIR%%/map/battlenight/battlenight-fg.png -%%DATADIR%%/map/battlenight/config.xml -%%DATADIR%%/map/catacombes/background1.png -%%DATADIR%%/map/catacombes/config.xml -%%DATADIR%%/map/catacombes/preview.jpg -%%DATADIR%%/map/catacombes/sky1.jpg -%%DATADIR%%/map/champignon/background.png -%%DATADIR%%/map/champignon/config.xml -%%DATADIR%%/map/champignon/preview.jpg -%%DATADIR%%/map/champignon/sky.jpg -%%DATADIR%%/map/cheese/config.xml -%%DATADIR%%/map/cheese/emmental.png -%%DATADIR%%/map/cheese/minicheese.png -%%DATADIR%%/map/cheese/preview.jpg -%%DATADIR%%/map/cheese/sky.jpg -%%DATADIR%%/map/chess/config.xml -%%DATADIR%%/map/chess/map.png -%%DATADIR%%/map/chess/preview.jpg -%%DATADIR%%/map/chess/sky.jpg -%%DATADIR%%/map/chess/sky0.png -%%DATADIR%%/map/chess/sky1.png -%%DATADIR%%/map/construction/config.xml -%%DATADIR%%/map/construction/map.png -%%DATADIR%%/map/construction/preview.jpg -%%DATADIR%%/map/construction/raindrop.png -%%DATADIR%%/map/construction/sky.jpg -%%DATADIR%%/map/construction/sky0.png -%%DATADIR%%/map/construction/sky1.png -%%DATADIR%%/map/construction/sky2.png -%%DATADIR%%/map/country/config.xml -%%DATADIR%%/map/country/map.png -%%DATADIR%%/map/country/preview.jpg -%%DATADIR%%/map/country/sky.jpg -%%DATADIR%%/map/crystal/config.xml -%%DATADIR%%/map/crystal/crystal.png -%%DATADIR%%/map/crystal/preview.jpg -%%DATADIR%%/map/crystal/sky.jpg -%%DATADIR%%/map/desert/config.xml -%%DATADIR%%/map/desert/desert.png -%%DATADIR%%/map/desert/desert_bg.jpg -%%DATADIR%%/map/desert/desert_preview.jpg -%%DATADIR%%/map/easterisland/config.xml -%%DATADIR%%/map/easterisland/map.png -%%DATADIR%%/map/easterisland/preview.jpg -%%DATADIR%%/map/easterisland/sky.jpg -%%DATADIR%%/map/easterisland/wp.png -%%DATADIR%%/map/electronik/background.png -%%DATADIR%%/map/electronik/config.xml -%%DATADIR%%/map/electronik/preview.jpg -%%DATADIR%%/map/electronik/sky.jpg -%%DATADIR%%/map/farm/config.xml -%%DATADIR%%/map/farm/map.png -%%DATADIR%%/map/farm/one_layer_sky.jpg -%%DATADIR%%/map/farm/particule.png -%%DATADIR%%/map/farm/preview.jpg -%%DATADIR%%/map/farm/sky_layer-0.jpg -%%DATADIR%%/map/farm/sky_layer-1.png -%%DATADIR%%/map/farm/sky_layer-2.png -%%DATADIR%%/map/farm/sky_layer-3.png -%%DATADIR%%/map/frog/config.xml -%%DATADIR%%/map/frog/map.png -%%DATADIR%%/map/frog/preview.jpg -%%DATADIR%%/map/frog/sky.jpg -%%DATADIR%%/map/funkyisland/clouds.png -%%DATADIR%%/map/funkyisland/config.xml -%%DATADIR%%/map/funkyisland/island.png -%%DATADIR%%/map/funkyisland/island_bg.jpg -%%DATADIR%%/map/funkyisland/preview.jpg -%%DATADIR%%/map/goodandevil/config.xml -%%DATADIR%%/map/goodandevil/goodandevil.png -%%DATADIR%%/map/goodandevil/preview.jpg -%%DATADIR%%/map/goodandevil/sky.jpg -%%DATADIR%%/map/greehills/config.xml -%%DATADIR%%/map/greehills/greenhills.png -%%DATADIR%%/map/greehills/greenhills_sky.jpg -%%DATADIR%%/map/greehills/preview.jpg -%%DATADIR%%/map/greehills/star.png -%%DATADIR%%/map/halloween/config.xml -%%DATADIR%%/map/halloween/map.png -%%DATADIR%%/map/halloween/preview.jpg -%%DATADIR%%/map/halloween/sky.jpg -%%DATADIR%%/map/halloween/wp.png -%%DATADIR%%/map/hell/bones.png -%%DATADIR%%/map/hell/config.xml -%%DATADIR%%/map/hell/hell.png -%%DATADIR%%/map/hell/hellsky.jpg -%%DATADIR%%/map/hell/preview.jpg -%%DATADIR%%/map/hive/bg.jpg -%%DATADIR%%/map/hive/config.xml -%%DATADIR%%/map/hive/fg.png -%%DATADIR%%/map/hive/part_effect_strip.png -%%DATADIR%%/map/hive/preview.jpg -%%DATADIR%%/map/icebergs/config.xml -%%DATADIR%%/map/icebergs/map.png -%%DATADIR%%/map/icebergs/preview.jpg -%%DATADIR%%/map/icebergs/sky.jpg -%%DATADIR%%/map/icebergs/wp.png -%%DATADIR%%/map/island/config.xml -%%DATADIR%%/map/island/island.png -%%DATADIR%%/map/island/preview.jpg -%%DATADIR%%/map/island/sky.jpg -%%DATADIR%%/map/leafs/back.jpg -%%DATADIR%%/map/leafs/birds.png -%%DATADIR%%/map/leafs/config.xml -%%DATADIR%%/map/leafs/front.png -%%DATADIR%%/map/leafs/preview.jpg -%%DATADIR%%/map/lonely_island/config.xml -%%DATADIR%%/map/lonely_island/map.png -%%DATADIR%%/map/lonely_island/preview.jpg -%%DATADIR%%/map/lonely_island/sky.jpg -%%DATADIR%%/map/lonely_island/wind_particules.png -%%DATADIR%%/map/map.dtd -%%DATADIR%%/map/monkeybubble/config.xml -%%DATADIR%%/map/monkeybubble/feuille.png -%%DATADIR%%/map/monkeybubble/map.png -%%DATADIR%%/map/monkeybubble/one_layer_sky.jpg -%%DATADIR%%/map/monkeybubble/preview.jpg -%%DATADIR%%/map/monkeybubble/sky_layer-0.jpg -%%DATADIR%%/map/monkeybubble/sky_layer-1.png -%%DATADIR%%/map/monkeybubble/sky_layer-2.png -%%DATADIR%%/map/monkeybubble/sky_layer-3.png -%%DATADIR%%/map/montagnes/config.xml -%%DATADIR%%/map/montagnes/flocon.png -%%DATADIR%%/map/montagnes/map.png -%%DATADIR%%/map/montagnes/preview.jpg -%%DATADIR%%/map/montagnes/sky.jpg -%%DATADIR%%/map/moon-4m/config.xml -%%DATADIR%%/map/moon-4m/map.png -%%DATADIR%%/map/moon-4m/preview.jpg -%%DATADIR%%/map/moon-4m/sky.jpg -%%DATADIR%%/map/oktopus/bulle.png -%%DATADIR%%/map/oktopus/config.xml -%%DATADIR%%/map/oktopus/map.png -%%DATADIR%%/map/oktopus/preview.jpg -%%DATADIR%%/map/oktopus/sky.jpg -%%DATADIR%%/map/paint/config.xml -%%DATADIR%%/map/paint/map.png -%%DATADIR%%/map/paint/preview.jpg -%%DATADIR%%/map/paint/sky.png -%%DATADIR%%/map/paradis/config.xml -%%DATADIR%%/map/paradis/decor_paradis.png -%%DATADIR%%/map/paradis/decor_paradis_bg.jpg -%%DATADIR%%/map/paradis/paradis_preview.jpg -%%DATADIR%%/map/pillars/bg.jpg -%%DATADIR%%/map/pillars/config.xml -%%DATADIR%%/map/pillars/fg.png -%%DATADIR%%/map/pillars/preview.jpg -%%DATADIR%%/map/pirates/config.xml -%%DATADIR%%/map/pirates/islands.jpg -%%DATADIR%%/map/pirates/pirates.png -%%DATADIR%%/map/pirates/preview.jpg -%%DATADIR%%/map/prehistorik/config.xml -%%DATADIR%%/map/prehistorik/fond.jpg -%%DATADIR%%/map/prehistorik/prehistorik.png -%%DATADIR%%/map/prehistorik/preview.jpg -%%DATADIR%%/map/pumpkins/config.xml -%%DATADIR%%/map/pumpkins/feuille.png -%%DATADIR%%/map/pumpkins/map.png -%%DATADIR%%/map/pumpkins/preview.jpg -%%DATADIR%%/map/pumpkins/sky.jpg -%%DATADIR%%/map/qingqong/config.xml -%%DATADIR%%/map/qingqong/preview.jpg -%%DATADIR%%/map/qingqong/qingqong.png -%%DATADIR%%/map/qingqong/sky.jpg -%%DATADIR%%/map/random_map.jpg -%%DATADIR%%/map/randomamoebas/config.xml -%%DATADIR%%/map/randomamoebas/preview.jpg -%%DATADIR%%/map/randomamoebas/sky.jpg -%%DATADIR%%/map/randomamoebas/texture.png -%%DATADIR%%/map/randomisland/config.xml -%%DATADIR%%/map/randomisland/palm-tree.png -%%DATADIR%%/map/randomisland/preview.jpg -%%DATADIR%%/map/randomisland/sky.jpg -%%DATADIR%%/map/randomisland/texture.png -%%DATADIR%%/map/randomisland/tresor1.png -%%DATADIR%%/map/randomisland/tresor2.png -%%DATADIR%%/map/snow/config.xml -%%DATADIR%%/map/snow/map.png -%%DATADIR%%/map/snow/one_layer_sky.jpg -%%DATADIR%%/map/snow/particule.png -%%DATADIR%%/map/snow/preview.jpg -%%DATADIR%%/map/space2/config.xml -%%DATADIR%%/map/space2/map.png -%%DATADIR%%/map/space2/preview.jpg -%%DATADIR%%/map/space2/sky.jpg -%%DATADIR%%/map/tic-tac-toe/bg.jpg -%%DATADIR%%/map/tic-tac-toe/config.xml -%%DATADIR%%/map/tic-tac-toe/fg.png -%%DATADIR%%/map/tic-tac-toe/part_effect_strip.png -%%DATADIR%%/map/tic-tac-toe/preview.jpg -%%DATADIR%%/map/towers/config.xml -%%DATADIR%%/map/towers/map.png -%%DATADIR%%/map/towers/preview.jpg -%%DATADIR%%/map/towers/sky.jpg -%%DATADIR%%/map/vulcano/background.png -%%DATADIR%%/map/vulcano/config.xml -%%DATADIR%%/map/vulcano/preview.jpg -%%DATADIR%%/map/vulcano/sky2.jpg -%%DATADIR%%/map/wildwestdv/config.xml -%%DATADIR%%/map/wildwestdv/map.png -%%DATADIR%%/map/wildwestdv/preview.jpg -%%DATADIR%%/map/wildwestdv/sky.jpg -%%DATADIR%%/menu/add_custom_team.png -%%DATADIR%%/menu/annulus_background.png -%%DATADIR%%/menu/annulus_foreground.png -%%DATADIR%%/menu/background.jpg -%%DATADIR%%/menu/background_loading.jpg -%%DATADIR%%/menu/background_main.jpg -%%DATADIR%%/menu/background_network.jpg -%%DATADIR%%/menu/big_left.png -%%DATADIR%%/menu/big_right.png -%%DATADIR%%/menu/bip.png -%%DATADIR%%/menu/button.png -%%DATADIR%%/menu/cancel.png -%%DATADIR%%/menu/check.png -%%DATADIR%%/menu/death_energy.png -%%DATADIR%%/menu/del_custom_team.png -%%DATADIR%%/menu/disabled_back.png -%%DATADIR%%/menu/disabled_front.png -%%DATADIR%%/menu/display_energy.png -%%DATADIR%%/menu/display_name.png -%%DATADIR%%/menu/display_wind_particles.png -%%DATADIR%%/menu/down.png -%%DATADIR%%/menu/enabled.png -%%DATADIR%%/menu/fps.png -%%DATADIR%%/menu/fullscreen.png -%%DATADIR%%/menu/game_mode.png -%%DATADIR%%/menu/gravity.png -%%DATADIR%%/menu/help_shortkeys.png -%%DATADIR%%/menu/i_backtobattle.png -%%DATADIR%%/menu/i_credits.png -%%DATADIR%%/menu/i_help.png -%%DATADIR%%/menu/i_network.png -%%DATADIR%%/menu/i_options.png -%%DATADIR%%/menu/i_play.png -%%DATADIR%%/menu/i_quit.png -%%DATADIR%%/menu/i_update.png -%%DATADIR%%/menu/ico_maps.png -%%DATADIR%%/menu/ico_network.png -%%DATADIR%%/menu/ico_skins.png -%%DATADIR%%/menu/ico_sounds.png -%%DATADIR%%/menu/ico_weapons.png -%%DATADIR%%/menu/init_energy.png -%%DATADIR%%/menu/left-right_mouse.png -%%DATADIR%%/menu/left.png -%%DATADIR%%/menu/max_energy.png -%%DATADIR%%/menu/minus.png -%%DATADIR%%/menu/multisky.png -%%DATADIR%%/menu/music_enable.png -%%DATADIR%%/menu/padlock.png -%%DATADIR%%/menu/player_local_ai.png -%%DATADIR%%/menu/player_local_human.png -%%DATADIR%%/menu/player_remote_ai.png -%%DATADIR%%/menu/player_remote_human.png -%%DATADIR%%/menu/plus.png -%%DATADIR%%/menu/podium.png -%%DATADIR%%/menu/quit.png -%%DATADIR%%/menu/refresh.png -%%DATADIR%%/menu/resolution.png -%%DATADIR%%/menu/right.png -%%DATADIR%%/menu/scroll_on_border.png -%%DATADIR%%/menu/send_txt.png -%%DATADIR%%/menu/sound_effects_enable.png -%%DATADIR%%/menu/sound_frequency.png -%%DATADIR%%/menu/team_number.png -%%DATADIR%%/menu/timing_death.png -%%DATADIR%%/menu/timing_end_turn.png -%%DATADIR%%/menu/timing_switch.png -%%DATADIR%%/menu/timing_turn.png -%%DATADIR%%/menu/up.png -%%DATADIR%%/menu/validate.png -%%DATADIR%%/menu/warning.png -%%DATADIR%%/music/ingame/Mike_Errecart.-.Monkey-bubble.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee2.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Etrange_epouvantable.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Like_a_rock.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Vers_solitaire.ogg -%%DATADIR%%/music/ingame/Olivier_Militon.-.Vogue_a_lame.ogg -%%DATADIR%%/music/ingame/circux.m3u -%%DATADIR%%/music/ingame/circux.ogg -%%DATADIR%%/music/ingame/construction.m3u -%%DATADIR%%/music/ingame/construction.ogg -%%DATADIR%%/music/ingame/diabolicux.m3u -%%DATADIR%%/music/ingame/diabolicux.ogg -%%DATADIR%%/music/ingame/exoticux.m3u -%%DATADIR%%/music/ingame/exoticux.ogg -%%DATADIR%%/music/ingame/fear.m3u -%%DATADIR%%/music/ingame/funfair.m3u -%%DATADIR%%/music/ingame/ingame.m3u -%%DATADIR%%/music/ingame/monkey.m3u -%%DATADIR%%/music/ingame/sea.m3u -%%DATADIR%%/music/ingame/woodlux.m3u -%%DATADIR%%/music/ingame/woodlux.ogg -%%DATADIR%%/music/menu/Divertissement_pour_flute.ogg -%%DATADIR%%/music/menu/menu.m3u -%%DATADIR%%/music/profile.xml -%%DATADIR%%/object/barrel.png -%%DATADIR%%/object/blue_star.png -%%DATADIR%%/object/bonus_box.png -%%DATADIR%%/object/dark_smoke.png -%%DATADIR%%/object/fire.png -%%DATADIR%%/object/ill_bubble.png -%%DATADIR%%/object/kaboom.png -%%DATADIR%%/object/kaboomk.png -%%DATADIR%%/object/medkit.png -%%DATADIR%%/object/pink_star.png -%%DATADIR%%/object/smoke.png -%%DATADIR%%/object/smoke2.png -%%DATADIR%%/object/smoke3.png -%%DATADIR%%/object/smokea.png -%%DATADIR%%/object/star.png -%%DATADIR%%/object/yellow_star.png -%%DATADIR%%/sound/default/misc/box_falling.ogg -%%DATADIR%%/sound/default/misc/box_hitting_ground.ogg -%%DATADIR%%/sound/default/misc/box_picking_up.ogg -%%DATADIR%%/sound/default/misc/cancel.ogg -%%DATADIR%%/sound/default/misc/change_weapon.ogg -%%DATADIR%%/sound/default/misc/character_change.ogg -%%DATADIR%%/sound/default/misc/clic.ogg -%%DATADIR%%/sound/default/misc/countdown-endturn.ogg -%%DATADIR%%/sound/default/misc/end_turn.ogg -%%DATADIR%%/sound/default/misc/error.ogg -%%DATADIR%%/sound/default/misc/frog_music.ogg -%%DATADIR%%/sound/default/misc/newcomer.ogg -%%DATADIR%%/sound/default/misc/ok.ogg -%%DATADIR%%/sound/default/misc/sherif.ogg -%%DATADIR%%/sound/default/misc/sink.ogg -%%DATADIR%%/sound/default/misc/skip_turn.ogg -%%DATADIR%%/sound/default/misc/start_turn.ogg -%%DATADIR%%/sound/default/misc/step.ogg -%%DATADIR%%/sound/default/misc/victory.ogg -%%DATADIR%%/sound/default/misc/weapon_hide.ogg -%%DATADIR%%/sound/default/misc/weapon_show.ogg -%%DATADIR%%/sound/default/profile.xml -%%DATADIR%%/sound/default/voices/backjump.ogg -%%DATADIR%%/sound/default/voices/death1.ogg -%%DATADIR%%/sound/default/voices/death2.ogg -%%DATADIR%%/sound/default/voices/fire1.ogg -%%DATADIR%%/sound/default/voices/fire2.ogg -%%DATADIR%%/sound/default/voices/fire3.ogg -%%DATADIR%%/sound/default/voices/fire4.ogg -%%DATADIR%%/sound/default/voices/friendly_fire1.ogg -%%DATADIR%%/sound/default/voices/friendly_fire2.ogg -%%DATADIR%%/sound/default/voices/happy1.ogg -%%DATADIR%%/sound/default/voices/injured_high1.ogg -%%DATADIR%%/sound/default/voices/injured_high2.ogg -%%DATADIR%%/sound/default/voices/injured_high3.ogg -%%DATADIR%%/sound/default/voices/injured_light1.ogg -%%DATADIR%%/sound/default/voices/injured_light2.ogg -%%DATADIR%%/sound/default/voices/injured_light3.ogg -%%DATADIR%%/sound/default/voices/injured_medium1.ogg -%%DATADIR%%/sound/default/voices/injured_medium2.ogg -%%DATADIR%%/sound/default/voices/injured_medium3.ogg -%%DATADIR%%/sound/default/voices/injured_medium4.ogg -%%DATADIR%%/sound/default/voices/injured_medium5.ogg -%%DATADIR%%/sound/default/voices/jump.ogg -%%DATADIR%%/sound/default/voices/out.ogg -%%DATADIR%%/sound/default/voices/suicide.ogg -%%DATADIR%%/sound/default/voices/superjump-notused.ogg -%%DATADIR%%/sound/default/weapons/aircraft_bomb_falling.ogg -%%DATADIR%%/sound/default/weapons/aircraft_flying.ogg -%%DATADIR%%/sound/default/weapons/airhammer_selected.ogg -%%DATADIR%%/sound/default/weapons/airhammer_used.ogg -%%DATADIR%%/sound/default/weapons/anvil_collision.ogg -%%DATADIR%%/sound/default/weapons/anvil_fall.ogg -%%DATADIR%%/sound/default/weapons/auto_rocket_flying.ogg -%%DATADIR%%/sound/default/weapons/baseball.ogg -%%DATADIR%%/sound/default/weapons/blowtorch.ogg -%%DATADIR%%/sound/default/weapons/cluzooka_hit.ogg -%%DATADIR%%/sound/default/weapons/cluzooka_shot.ogg -%%DATADIR%%/sound/default/weapons/construct.ogg -%%DATADIR%%/sound/default/weapons/disco_grenade_music.ogg -%%DATADIR%%/sound/default/weapons/dynamite_exp.ogg -%%DATADIR%%/sound/default/weapons/dynamite_fuze.ogg -%%DATADIR%%/sound/default/weapons/embers.ogg -%%DATADIR%%/sound/default/weapons/embers2.ogg -%%DATADIR%%/sound/default/weapons/explosion.ogg -%%DATADIR%%/sound/default/weapons/explosion2.ogg -%%DATADIR%%/sound/default/weapons/explosion3.ogg -%%DATADIR%%/sound/default/weapons/explosion4.ogg -%%DATADIR%%/sound/default/weapons/flame.ogg -%%DATADIR%%/sound/default/weapons/footbomb_bounce.ogg -%%DATADIR%%/sound/default/weapons/gnu_bounce.ogg -%%DATADIR%%/sound/default/weapons/grapple_attaching.ogg -%%DATADIR%%/sound/default/weapons/grapple_cable.ogg -%%DATADIR%%/sound/default/weapons/grapple_detaching.ogg -%%DATADIR%%/sound/default/weapons/grenade_bounce.ogg -%%DATADIR%%/sound/default/weapons/gun.ogg -%%DATADIR%%/sound/default/weapons/homerun.ogg -%%DATADIR%%/sound/default/weapons/jetpack.ogg -%%DATADIR%%/sound/default/weapons/load.ogg -%%DATADIR%%/sound/default/weapons/lowgravity.ogg -%%DATADIR%%/sound/default/weapons/m16.ogg -%%DATADIR%%/sound/default/weapons/m16_cartridge.ogg -%%DATADIR%%/sound/default/weapons/mine_beep.ogg -%%DATADIR%%/sound/default/weapons/polecat.ogg -%%DATADIR%%/sound/default/weapons/ricoche1.ogg -%%DATADIR%%/sound/default/weapons/ricoche2.ogg -%%DATADIR%%/sound/default/weapons/ricoche3.ogg -%%DATADIR%%/sound/default/weapons/riot_bomb_exp.ogg -%%DATADIR%%/sound/default/weapons/riot_flying.ogg -%%DATADIR%%/sound/default/weapons/rocket_flying.ogg -%%DATADIR%%/sound/default/weapons/shotgun.ogg -%%DATADIR%%/sound/default/weapons/slap.ogg -%%DATADIR%%/sound/default/weapons/suicide.ogg -%%DATADIR%%/sound/default/weapons/supertux_flying.ogg -%%DATADIR%%/sound/default/weapons/supertux_swimming.ogg -%%DATADIR%%/sound/default/weapons/syringe.ogg -%%DATADIR%%/sound/default/weapons/teleport_land.ogg -%%DATADIR%%/sound/default/weapons/teleport_start.ogg -%%DATADIR%%/sound/profile.dtd -%%DATADIR%%/team/beastie/dead.png -%%DATADIR%%/team/beastie/flag.png -%%DATADIR%%/team/beastie/flag64.png -%%DATADIR%%/team/beastie/team.xml -%%DATADIR%%/team/bugzilla/dead.png -%%DATADIR%%/team/bugzilla/flag.png -%%DATADIR%%/team/bugzilla/flag64.png -%%DATADIR%%/team/bugzilla/team.xml -%%DATADIR%%/team/firefox/dead.png -%%DATADIR%%/team/firefox/flag.png -%%DATADIR%%/team/firefox/flag64.png -%%DATADIR%%/team/firefox/team.xml -%%DATADIR%%/team/gnu/dead.png -%%DATADIR%%/team/gnu/flag.png -%%DATADIR%%/team/gnu/flag64.png -%%DATADIR%%/team/gnu/team.xml -%%DATADIR%%/team/hexley/dead.png -%%DATADIR%%/team/hexley/flag.png -%%DATADIR%%/team/hexley/flag64.png -%%DATADIR%%/team/hexley/team.xml -%%DATADIR%%/team/konqi/dead.png -%%DATADIR%%/team/konqi/flag.png -%%DATADIR%%/team/konqi/flag64.png -%%DATADIR%%/team/konqi/team.xml -%%DATADIR%%/team/nupik/dead.png -%%DATADIR%%/team/nupik/flag.png -%%DATADIR%%/team/nupik/flag64.png -%%DATADIR%%/team/nupik/team.xml -%%DATADIR%%/team/ooo/dead.png -%%DATADIR%%/team/ooo/flag.png -%%DATADIR%%/team/ooo/flag64.png -%%DATADIR%%/team/ooo/team.xml -%%DATADIR%%/team/php/dead.png -%%DATADIR%%/team/php/flag.png -%%DATADIR%%/team/php/flag64.png -%%DATADIR%%/team/php/team.xml -%%DATADIR%%/team/pidgin/dead.png -%%DATADIR%%/team/pidgin/flag.png -%%DATADIR%%/team/pidgin/flag64.png -%%DATADIR%%/team/pidgin/team.xml -%%DATADIR%%/team/postfix/dead.png -%%DATADIR%%/team/postfix/flag.png -%%DATADIR%%/team/postfix/flag64.png -%%DATADIR%%/team/postfix/team.xml -%%DATADIR%%/team/snort/dead.png -%%DATADIR%%/team/snort/flag.png -%%DATADIR%%/team/snort/flag64.png -%%DATADIR%%/team/snort/team.xml -%%DATADIR%%/team/spip/dead.png -%%DATADIR%%/team/spip/flag.png -%%DATADIR%%/team/spip/flag64.png -%%DATADIR%%/team/spip/team.xml -%%DATADIR%%/team/suse/dead.png -%%DATADIR%%/team/suse/flag.png -%%DATADIR%%/team/suse/flag64.png -%%DATADIR%%/team/suse/team.xml -%%DATADIR%%/team/team.dtd -%%DATADIR%%/team/thunderbird/dead.png -%%DATADIR%%/team/thunderbird/flag.png -%%DATADIR%%/team/thunderbird/flag64.png -%%DATADIR%%/team/thunderbird/team.xml -%%DATADIR%%/team/tux/dead.png -%%DATADIR%%/team/tux/flag.png -%%DATADIR%%/team/tux/flag64.png -%%DATADIR%%/team/tux/team.xml -%%DATADIR%%/team/wilber/dead.png -%%DATADIR%%/team/wilber/flag.png -%%DATADIR%%/team/wilber/flag64.png -%%DATADIR%%/team/wilber/team.xml -%%DATADIR%%/team/workrave/dead.png -%%DATADIR%%/team/workrave/flag.png -%%DATADIR%%/team/workrave/flag64.png -%%DATADIR%%/team/workrave/team.xml -%%DATADIR%%/uninstall.xpm -%%DATADIR%%/water/chocolate/chocolate.png -%%DATADIR%%/water/chocolate/chocolate_bottom.png -%%DATADIR%%/water/chocolate/chocolate_drop.png -%%DATADIR%%/water/dirtywater/dirtywater.png -%%DATADIR%%/water/dirtywater/dirtywater_bottom.png -%%DATADIR%%/water/dirtywater/dirtywater_drop.png -%%DATADIR%%/water/lava/lava.png -%%DATADIR%%/water/lava/lava_bottom.png -%%DATADIR%%/water/lava/lava_drop.png -%%DATADIR%%/water/radioactive/radioactive.png -%%DATADIR%%/water/radioactive/radioactive_bottom.png -%%DATADIR%%/water/radioactive/radioactive_drop.png -%%DATADIR%%/water/water/water.png -%%DATADIR%%/water/water/water_bottom.png -%%DATADIR%%/water/water/water_drop.png -%%DATADIR%%/water/wine/wine.png -%%DATADIR%%/water/wine/wine_bottom.png -%%DATADIR%%/water/wine/wine_drop.png -%%DATADIR%%/weapon/air_attack/air_attack.png -%%DATADIR%%/weapon/air_attack/air_attack_ico.png -%%DATADIR%%/weapon/air_attack/air_attack_plane.png -%%DATADIR%%/weapon/air_attack/obus.png -%%DATADIR%%/weapon/airhammer/airhammer.png -%%DATADIR%%/weapon/airhammer/airhammer_ico.png -%%DATADIR%%/weapon/airhammer/airhammer_impact.png -%%DATADIR%%/weapon/anvil/anvil.png -%%DATADIR%%/weapon/anvil/anvil_ico.png -%%DATADIR%%/weapon/anvil/anvil_launcher.png -%%DATADIR%%/weapon/baseball/baseball.png -%%DATADIR%%/weapon/baseball/baseball_hit.png -%%DATADIR%%/weapon/baseball/baseball_ico.png -%%DATADIR%%/weapon/bazooka/baz_cible.png -%%DATADIR%%/weapon/bazooka/bazooka_auto_ico.png -%%DATADIR%%/weapon/bazooka/bazooka_ico.png -%%DATADIR%%/weapon/bazooka/brown_bazooka.png -%%DATADIR%%/weapon/bazooka/green_bazooka.png -%%DATADIR%%/weapon/bazooka/missile.png -%%DATADIR%%/weapon/bazooka/yellow_bazooka.png -%%DATADIR%%/weapon/blowtorch/blowtorch.png -%%DATADIR%%/weapon/blowtorch/blowtorch_ico.png -%%DATADIR%%/weapon/blowtorch/fire.png -%%DATADIR%%/weapon/bounce_ball/bounce_ball.png -%%DATADIR%%/weapon/bounce_ball/bounce_ball_ico.png -%%DATADIR%%/weapon/cluster_bomb/cluster.png -%%DATADIR%%/weapon/cluster_bomb/clusterbomb.png -%%DATADIR%%/weapon/cluster_bomb/clusterbomb_ico.png -%%DATADIR%%/weapon/cluzooka/cluster.png -%%DATADIR%%/weapon/cluzooka/cluz_ico.png -%%DATADIR%%/weapon/cluzooka/dark_bazooka.png -%%DATADIR%%/weapon/cluzooka/missile.png -%%DATADIR%%/weapon/construct/construct_icon.png -%%DATADIR%%/weapon/construct/construct_icon_mini.png -%%DATADIR%%/weapon/construct/construct_spr.png -%%DATADIR%%/weapon/disco_grenade/disco_grenade.png -%%DATADIR%%/weapon/disco_grenade/disco_grenade_ico.png -%%DATADIR%%/weapon/dynamite/dynamite.png -%%DATADIR%%/weapon/dynamite/dynamite_ani.png -%%DATADIR%%/weapon/dynamite/dynamite_ico.png -%%DATADIR%%/weapon/flamethrower/flame.png -%%DATADIR%%/weapon/flamethrower/flame_bullet.png -%%DATADIR%%/weapon/flamethrower/flame_ico.png -%%DATADIR%%/weapon/footbomb/bilson.png -%%DATADIR%%/weapon/footbomb/footbomb_ico.png -%%DATADIR%%/weapon/gnu/gnu.png -%%DATADIR%%/weapon/gnu/gnu_ico.png -%%DATADIR%%/weapon/gnu/gnulauncher.png -%%DATADIR%%/weapon/grapple/grapple.png -%%DATADIR%%/weapon/grapple/grapple_hook.png -%%DATADIR%%/weapon/grapple/grapple_ico.png -%%DATADIR%%/weapon/grapple/grapple_node.png -%%DATADIR%%/weapon/grenade/grenade.png -%%DATADIR%%/weapon/grenade/grenade_ico.png -%%DATADIR%%/weapon/gun/gun.png -%%DATADIR%%/weapon/gun/gun_bullet.png -%%DATADIR%%/weapon/gun/gun_fire.png -%%DATADIR%%/weapon/gun/gun_ico.png -%%DATADIR%%/weapon/jet_pack/jet_pack_ico.png -%%DATADIR%%/weapon/lowgrav/lowgrav_ico.png -%%DATADIR%%/weapon/m16/m16.png -%%DATADIR%%/weapon/m16/m16_ico.png -%%DATADIR%%/weapon/mine/mine.png -%%DATADIR%%/weapon/mine/mine_anim.png -%%DATADIR%%/weapon/mine/mine_ico.png -%%DATADIR%%/weapon/mine/mine_impact.png -%%DATADIR%%/weapon/parachute/parachute.png -%%DATADIR%%/weapon/parachute/parachute_ico.png -%%DATADIR%%/weapon/polecat/polecat.png -%%DATADIR%%/weapon/polecat/polecat_fart.png -%%DATADIR%%/weapon/polecat/polecat_ico.png -%%DATADIR%%/weapon/polecat/polecatlauncher.png -%%DATADIR%%/weapon/riot_bomb/missile.png -%%DATADIR%%/weapon/riot_bomb/riot_ico.png -%%DATADIR%%/weapon/shotgun/buckshot.png -%%DATADIR%%/weapon/shotgun/shotgun.png -%%DATADIR%%/weapon/shotgun/shotgun_ico.png -%%DATADIR%%/weapon/skip_turn/skipturn.png -%%DATADIR%%/weapon/skip_turn/skipturn_ico.png -%%DATADIR%%/weapon/slap/slap.png -%%DATADIR%%/weapon/slap/slap_ico.png -%%DATADIR%%/weapon/snipe_rifle/gun_fire.png -%%DATADIR%%/weapon/snipe_rifle/snipe_rifle.png -%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_ico.png -%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_laser.png -%%DATADIR%%/weapon/suicide/suicide.png -%%DATADIR%%/weapon/suicide/suicide_ico.png -%%DATADIR%%/weapon/supertux/superman.png -%%DATADIR%%/weapon/supertux/supertux.png -%%DATADIR%%/weapon/supertux/supertux_ico.png -%%DATADIR%%/weapon/syringe/syringe.png -%%DATADIR%%/weapon/syringe/syringe_ico.png -%%DATADIR%%/weapon/teleportation/teleportation.png -%%DATADIR%%/weapon/teleportation/teleportation_ico.png -%%DATADIR%%/weapons.dtd -%%DATADIR%%/weapons.xml -%%DATADIR%%/wormux.svg -%%DATADIR%%/wormux_128x128.icns -%%DATADIR%%/wormux_128x128.png -%%DATADIR%%/wormux_128x128.xpm -%%DATADIR%%/wormux_256x256.png -%%DATADIR%%/wormux_32x32.png -%%DATADIR%%/wormux_32x32.xpm -%%DATADIR%%/wormux_default_config.xml -@dirrm %%DATADIR%%/weapon/teleportation -@dirrm %%DATADIR%%/weapon/syringe -@dirrm %%DATADIR%%/weapon/supertux -@dirrm %%DATADIR%%/weapon/suicide -@dirrm %%DATADIR%%/weapon/snipe_rifle -@dirrm %%DATADIR%%/weapon/slap -@dirrm %%DATADIR%%/weapon/skip_turn -@dirrm %%DATADIR%%/weapon/shotgun -@dirrm %%DATADIR%%/weapon/riot_bomb -@dirrm %%DATADIR%%/weapon/polecat -@dirrm %%DATADIR%%/weapon/parachute -@dirrm %%DATADIR%%/weapon/mine -@dirrm %%DATADIR%%/weapon/m16 -@dirrm %%DATADIR%%/weapon/lowgrav -@dirrm %%DATADIR%%/weapon/jet_pack -@dirrm %%DATADIR%%/weapon/gun -@dirrm %%DATADIR%%/weapon/grenade -@dirrm %%DATADIR%%/weapon/grapple -@dirrm %%DATADIR%%/weapon/gnu -@dirrm %%DATADIR%%/weapon/footbomb -@dirrm %%DATADIR%%/weapon/flamethrower -@dirrm %%DATADIR%%/weapon/dynamite -@dirrm %%DATADIR%%/weapon/disco_grenade -@dirrm %%DATADIR%%/weapon/construct -@dirrm %%DATADIR%%/weapon/cluzooka -@dirrm %%DATADIR%%/weapon/cluster_bomb -@dirrm %%DATADIR%%/weapon/bounce_ball -@dirrm %%DATADIR%%/weapon/blowtorch -@dirrm %%DATADIR%%/weapon/bazooka -@dirrm %%DATADIR%%/weapon/baseball -@dirrm %%DATADIR%%/weapon/anvil -@dirrm %%DATADIR%%/weapon/airhammer -@dirrm %%DATADIR%%/weapon/air_attack -@dirrm %%DATADIR%%/weapon -@dirrm %%DATADIR%%/water/wine -@dirrm %%DATADIR%%/water/water -@dirrm %%DATADIR%%/water/radioactive -@dirrm %%DATADIR%%/water/lava -@dirrm %%DATADIR%%/water/dirtywater -@dirrm %%DATADIR%%/water/chocolate -@dirrm %%DATADIR%%/water -@dirrm %%DATADIR%%/team/workrave -@dirrm %%DATADIR%%/team/wilber -@dirrm %%DATADIR%%/team/tux -@dirrm %%DATADIR%%/team/thunderbird -@dirrm %%DATADIR%%/team/suse -@dirrm %%DATADIR%%/team/spip -@dirrm %%DATADIR%%/team/snort -@dirrm %%DATADIR%%/team/postfix -@dirrm %%DATADIR%%/team/pidgin -@dirrm %%DATADIR%%/team/php -@dirrm %%DATADIR%%/team/ooo -@dirrm %%DATADIR%%/team/nupik -@dirrm %%DATADIR%%/team/konqi -@dirrm %%DATADIR%%/team/hexley -@dirrm %%DATADIR%%/team/gnu -@dirrm %%DATADIR%%/team/firefox -@dirrm %%DATADIR%%/team/bugzilla -@dirrm %%DATADIR%%/team/beastie -@dirrm %%DATADIR%%/team -@dirrm %%DATADIR%%/sound/default/weapons -@dirrm %%DATADIR%%/sound/default/voices -@dirrm %%DATADIR%%/sound/default/misc -@dirrm %%DATADIR%%/sound/default -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/object -@dirrm %%DATADIR%%/music/menu -@dirrm %%DATADIR%%/music/ingame -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/menu -@dirrm %%DATADIR%%/map/wildwestdv -@dirrm %%DATADIR%%/map/vulcano -@dirrm %%DATADIR%%/map/towers -@dirrm %%DATADIR%%/map/tic-tac-toe -@dirrm %%DATADIR%%/map/space2 -@dirrm %%DATADIR%%/map/snow -@dirrm %%DATADIR%%/map/randomisland -@dirrm %%DATADIR%%/map/randomamoebas -@dirrm %%DATADIR%%/map/qingqong -@dirrm %%DATADIR%%/map/pumpkins -@dirrm %%DATADIR%%/map/prehistorik -@dirrm %%DATADIR%%/map/pirates -@dirrm %%DATADIR%%/map/pillars -@dirrm %%DATADIR%%/map/paradis -@dirrm %%DATADIR%%/map/paint -@dirrm %%DATADIR%%/map/oktopus -@dirrm %%DATADIR%%/map/moon-4m -@dirrm %%DATADIR%%/map/montagnes -@dirrm %%DATADIR%%/map/monkeybubble -@dirrm %%DATADIR%%/map/lonely_island -@dirrm %%DATADIR%%/map/leafs -@dirrm %%DATADIR%%/map/island -@dirrm %%DATADIR%%/map/icebergs -@dirrm %%DATADIR%%/map/hive -@dirrm %%DATADIR%%/map/hell -@dirrm %%DATADIR%%/map/halloween -@dirrm %%DATADIR%%/map/greehills -@dirrm %%DATADIR%%/map/goodandevil -@dirrm %%DATADIR%%/map/funkyisland -@dirrm %%DATADIR%%/map/frog -@dirrm %%DATADIR%%/map/farm -@dirrm %%DATADIR%%/map/electronik -@dirrm %%DATADIR%%/map/easterisland -@dirrm %%DATADIR%%/map/desert -@dirrm %%DATADIR%%/map/crystal -@dirrm %%DATADIR%%/map/country -@dirrm %%DATADIR%%/map/construction -@dirrm %%DATADIR%%/map/chess -@dirrm %%DATADIR%%/map/cheese -@dirrm %%DATADIR%%/map/champignon -@dirrm %%DATADIR%%/map/catacombes -@dirrm %%DATADIR%%/map/battlenight -@dirrm %%DATADIR%%/map/banquise -@dirrm %%DATADIR%%/map/bankiz -@dirrm %%DATADIR%%/map/arcaderoom -@dirrm %%DATADIR%%/map/arbre -@dirrm %%DATADIR%%/map/aquarium -@dirrm %%DATADIR%%/map/apocalypse -@dirrm %%DATADIR%%/map -@dirrm %%DATADIR%%/interface/whitetheme/cursors -@dirrm %%DATADIR%%/interface/whitetheme -@dirrm %%DATADIR%%/interface/not_skin -@dirrm %%DATADIR%%/interface -@dirrm %%DATADIR%%/game_mode -@dirrm %%DATADIR%%/font -@dirrm %%DATADIR%%/body/workrave -@dirrm %%DATADIR%%/body/wilber -@dirrm %%DATADIR%%/body/tux -@dirrm %%DATADIR%%/body/thunderbird -@dirrm %%DATADIR%%/body/suse -@dirrm %%DATADIR%%/body/spip -@dirrm %%DATADIR%%/body/snort -@dirrm %%DATADIR%%/body/postfix -@dirrm %%DATADIR%%/body/pidgin -@dirrm %%DATADIR%%/body/php -@dirrm %%DATADIR%%/body/ooo -@dirrm %%DATADIR%%/body/nupik -@dirrm %%DATADIR%%/body/konqi -@dirrm %%DATADIR%%/body/hexley -@dirrm %%DATADIR%%/body/gnu -@dirrm %%DATADIR%%/body/firefox -@dirrm %%DATADIR%%/body/bugzilla -@dirrm %%DATADIR%%/body/beastie -@dirrm %%DATADIR%%/body/all_skins_objects -@dirrm %%DATADIR%%/body -@dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/kw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kw -%%NLS%%@dirrmtry share/locale/ja_JP/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ja_JP -%%NLS%%@dirrmtry share/locale/cpf/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/cpf -@dirrmtry share/applications -- cgit v1.2.3