Hi ports --

Attached is a diff to update games/manaplus to its latest version.

Also taking MAINTAINER, discussed with Jona Joachim (previous MAINTAINER).

This works for me on amd64, powerpc, and mips64el (and yes, it's actually *playable* on my yeeloong!)

OK? I feel like this should go in before I kill games/tmw, since it's such a significant update.

~Brian

? manaplus13120.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/manaplus/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	16 Sep 2011 09:48:10 -0000	1.3
+++ Makefile	3 Feb 2013 17:20:13 -0000
@@ -2,15 +2,14 @@
 
 COMMENT =	extended client for The Mana World
 
-V =		1.1.6.26
+V =		1.3.1.20
 DISTNAME =	manaplus-${V}
-REVISION =	1
 
 CATEGORIES =	games x11
 
 HOMEPAGE =	http://manaplus.evolonline.org/
 
-MAINTAINER =	Jona Joachim <j...@hcl-club.lu>
+MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM =	Yes
@@ -23,7 +22,7 @@ WANTLIB += X11 c crypto curl guichan gui
 WANTLIB += png pthread ssl stdc++ xml2 z
 
 MASTER_SITES =	http://download.evolonline.org/manaplus/download/${V}/
-EXTRACT_SUFX =	.tar.bz2
+EXTRACT_SUFX =	.tar.xz
 
 MODULES =	devel/gettext
 RUN_DEPENDS=	devel/desktop-file-utils
@@ -48,8 +47,6 @@ FAKE_FLAGS +=		desktopdir=${PREFIX}/shar
 
 AUTOCONF_VERSION =	2.59
 AUTOMAKE_VERSION =	1.9
-
-WRKDIST = 		${WRKDIR}/manaplus
 
 pre-configure:
 	cd ${WRKSRC} && \
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/manaplus/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	10 Jul 2011 09:56:51 -0000	1.1.1.1
+++ distinfo	3 Feb 2013 17:20:13 -0000
@@ -1,5 +1,2 @@
-MD5 (manaplus-1.1.6.26.tar.bz2) = h98Pq2knsYKWg3jPVQWcSA==
-RMD160 (manaplus-1.1.6.26.tar.bz2) = 5Gq0sTs5hxDvzHKHNOkdL8uHL3Q=
-SHA1 (manaplus-1.1.6.26.tar.bz2) = AqiMWJVT5/VfmOEG9u1C8v/jeKQ=
-SHA256 (manaplus-1.1.6.26.tar.bz2) = MeJ2sC2VJtoHqfZRCEylO1KpJnzbmpdU6m0jVu4MBag=
-SIZE (manaplus-1.1.6.26.tar.bz2) = 4781738
+SHA256 (manaplus-1.3.1.20.tar.xz) = sY5d3DSVCdWYcz441MGFkzN8vFLXZS2Quw+hej648i4=
+SIZE (manaplus-1.3.1.20.tar.xz) = 5881004
Index: patches/patch-data_icons_Makefile_am
===================================================================
RCS file: /cvs/ports/games/manaplus/patches/patch-data_icons_Makefile_am,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-data_icons_Makefile_am
--- patches/patch-data_icons_Makefile_am	10 Jul 2011 09:56:51 -0000	1.1.1.1
+++ patches/patch-data_icons_Makefile_am	3 Feb 2013 17:20:14 -0000
@@ -1,6 +1,6 @@
-$OpenBSD: patch-data_icons_Makefile_am,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
---- data/icons/Makefile.am.orig	Sat Jun 25 18:12:08 2011
-+++ data/icons/Makefile.am	Wed Jun 29 18:46:09 2011
+$OpenBSD$
+--- data/icons/Makefile.am.orig	Thu Jan 31 23:27:40 2013
++++ data/icons/Makefile.am	Thu Jan 31 23:27:54 2013
 @@ -9,8 +9,8 @@ icons_DATA = manaplus.png \
  	     manaplus.xpm
  
Index: patches/patch-src_logger_h
===================================================================
RCS file: patches/patch-src_logger_h
diff -N patches/patch-src_logger_h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_logger_h	3 Feb 2013 17:20:14 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/logger.h.orig	Thu Jan 31 23:37:09 2013
++++ src/logger.h	Thu Jan 31 23:37:20 2013
+@@ -76,7 +76,7 @@ class Logger final
+          */
+         void log(const char *const log_text, ...)
+ #ifdef __GNUC__
+-            __attribute__((__format__(gnu_printf, 2, 3)))
++            __attribute__((__format__(printf, 2, 3)))
+ #endif
+             ;
+ 
Index: patches/patch-src_mumblemanager_cpp
===================================================================
RCS file: /cvs/ports/games/manaplus/patches/patch-src_mumblemanager_cpp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_mumblemanager_cpp
--- patches/patch-src_mumblemanager_cpp	10 Jul 2011 09:56:51 -0000	1.1.1.1
+++ patches/patch-src_mumblemanager_cpp	3 Feb 2013 17:20:14 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-src_mumblemanager_cpp,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
---- src/mumblemanager.cpp.orig	Sun Jun 12 13:44:19 2011
-+++ src/mumblemanager.cpp	Sun Jun 26 17:46:02 2011
-@@ -7,6 +7,7 @@
+$OpenBSD$
+--- src/mumblemanager.cpp.orig	Thu Jan 31 23:28:58 2013
++++ src/mumblemanager.cpp	Thu Jan 31 23:29:48 2013
+@@ -16,6 +16,7 @@
  
  #include "utils/mathutils.h"
  
@@ -9,30 +9,3 @@ $OpenBSD: patch-src_mumblemanager_cpp,v 
  #include <stdio.h>
  #include <stdlib.h>
  #include <wchar.h>
-@@ -39,7 +40,7 @@ MumbleManager::~MumbleManager()
-     {
- #ifdef WIN32
-         UnmapViewOfFile(mLinkedMem);
--#elif defined __FreeBSD__ || defined __DragonFly__ || defined __APPLE__
-+#elif defined BSD4_4
- #else
-         munmap(mLinkedMem, sizeof(struct LinkedMem));
- #endif
-@@ -73,7 +74,7 @@ void MumbleManager::setMapBase(uint16_t mapid)
- 
- void MumbleManager::init()
- {
--#if defined __FreeBSD__ || defined __DragonFly__ || defined __APPLE__
-+#if defined BSD4_4
-     return;
- #endif
- 
-@@ -100,7 +101,7 @@ void MumbleManager::init()
-         logger->log1("MumbleManager::init can't map MumbleLink");
-         return;
-     }
--#elif defined __FreeBSD__ || defined __DragonFly__ || defined __APPLE__
-+#elif defined BSD4_4
- #else
-     char memName[256];
-     snprintf(memName, 256, "/MumbleLink.%d", getuid());
Index: patches/patch-src_net_tmwa_network_cpp
===================================================================
RCS file: patches/patch-src_net_tmwa_network_cpp
diff -N patches/patch-src_net_tmwa_network_cpp
--- patches/patch-src_net_tmwa_network_cpp	26 Aug 2011 16:33:38 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_net_tmwa_network_cpp,v 1.1 2011/08/26 16:33:38 naddy Exp $
---- src/net/tmwa/network.cpp.orig	Thu Aug 25 19:22:09 2011
-+++ src/net/tmwa/network.cpp	Thu Aug 25 19:22:35 2011
-@@ -479,7 +479,7 @@ void Network::setError(const std::string &error)
- Uint16 Network::readWord(int pos)
- {
- #if SDL_BYTEORDER == SDL_BIG_ENDIAN
--    return SDL_Swap16((*static_cast<Uint16*>(mInBuffer + (pos))));
-+    return SDL_Swap16((*(Uint16*)(mInBuffer + (pos))));
- #else
-     return (*reinterpret_cast<Uint16*>(mInBuffer + (pos)));
- #endif
Index: patches/patch-src_resources_imagewriter_cpp
===================================================================
RCS file: patches/patch-src_resources_imagewriter_cpp
diff -N patches/patch-src_resources_imagewriter_cpp
--- patches/patch-src_resources_imagewriter_cpp	10 Jul 2011 09:56:51 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_resources_imagewriter_cpp,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
---- src/resources/imagewriter.cpp.orig	Sun Jun 26 16:54:01 2011
-+++ src/resources/imagewriter.cpp	Sun Jun 26 16:54:49 2011
-@@ -24,8 +24,8 @@
- 
- #include "log.h"
- 
--#include <png.h>
--#include <SDL.h>
-+#include <libpng/png.h>
-+#include <SDL/SDL.h>
- #include <string>
- 
- #include "debug.h"
Index: patches/patch-src_utils_stringutils_h
===================================================================
RCS file: patches/patch-src_utils_stringutils_h
diff -N patches/patch-src_utils_stringutils_h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_utils_stringutils_h	3 Feb 2013 17:20:14 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/utils/stringutils.h.orig	Thu Jan 31 23:36:37 2013
++++ src/utils/stringutils.h	Thu Jan 31 23:36:58 2013
+@@ -97,7 +97,7 @@ std::string strprintf(const char *const format, ...) A
+ #ifdef __GNUC__
+     /* This attribute is nice: it even works through gettext invokation. For
+        example, gcc will complain that strprintf(_("%s"), 42) is ill-formed. */
+-    __attribute__((__format__(gnu_printf, 1, 2)))
++    __attribute__((__format__(printf, 1, 2)))
+ #endif
+ ;
+ 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/manaplus/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	10 Jul 2011 09:56:51 -0000	1.1.1.1
+++ pkg/PLIST	3 Feb 2013 17:20:14 -0000
@@ -1,19 +1,17 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
 @bin bin/manaplus
 @man man/man6/manaplus.6
+@man man/man6/manaplustest.6
 share/applications/manaplus.desktop
-share/locale/da/LC_MESSAGES/manaplus.mo
+share/applications/manaplustest.desktop
+share/locale/cs/LC_MESSAGES/manaplus.mo
 share/locale/de/LC_MESSAGES/manaplus.mo
-share/locale/en_GB/
-share/locale/en_GB/LC_MESSAGES/
-share/locale/en_GB/LC_MESSAGES/manaplus.mo
 share/locale/es/LC_MESSAGES/manaplus.mo
 share/locale/fi/LC_MESSAGES/manaplus.mo
 share/locale/fr/LC_MESSAGES/manaplus.mo
-share/locale/hr/LC_MESSAGES/manaplus.mo
-share/locale/hu/LC_MESSAGES/manaplus.mo
+share/locale/id/LC_MESSAGES/manaplus.mo
 share/locale/it/LC_MESSAGES/manaplus.mo
-share/locale/nl/LC_MESSAGES/manaplus.mo
+share/locale/ja/LC_MESSAGES/manaplus.mo
 share/locale/nl_BE/
 share/locale/nl_BE/LC_MESSAGES/
 share/locale/nl_BE/LC_MESSAGES/manaplus.mo
@@ -21,7 +19,7 @@ share/locale/pl/LC_MESSAGES/manaplus.mo
 share/locale/pt/LC_MESSAGES/manaplus.mo
 share/locale/pt_BR/LC_MESSAGES/manaplus.mo
 share/locale/ru/LC_MESSAGES/manaplus.mo
-share/locale/sv/LC_MESSAGES/manaplus.mo
+share/locale/zh_CN/LC_MESSAGES/manaplus.mo
 share/manaplus/
 share/manaplus/data/
 share/manaplus/data/fonts/
@@ -29,6 +27,8 @@ share/manaplus/data/fonts/dejavusans-bol
 share/manaplus/data/fonts/dejavusans.ttf
 share/manaplus/data/fonts/dejavusansmono-bold.ttf
 share/manaplus/data/fonts/dejavusansmono.ttf
+share/manaplus/data/fonts/dejavuserifcondensed-bold.ttf
+share/manaplus/data/fonts/dejavuserifcondensed.ttf
 share/manaplus/data/fonts/liberationsans-bold.ttf
 share/manaplus/data/fonts/liberationsans.ttf
 share/manaplus/data/fonts/liberationsansmono-bold.ttf
@@ -36,57 +36,100 @@ share/manaplus/data/fonts/liberationsans
 share/manaplus/data/fonts/mplus-1p-bold.ttf
 share/manaplus/data/fonts/mplus-1p-regular.ttf
 share/manaplus/data/graphics/
+share/manaplus/data/graphics/flags/
+share/manaplus/data/graphics/flags/cn.png
+share/manaplus/data/graphics/flags/cz.png
+share/manaplus/data/graphics/flags/de.png
+share/manaplus/data/graphics/flags/en.png
+share/manaplus/data/graphics/flags/es.png
+share/manaplus/data/graphics/flags/fi.png
+share/manaplus/data/graphics/flags/fr.png
+share/manaplus/data/graphics/flags/id.png
+share/manaplus/data/graphics/flags/it.png
+share/manaplus/data/graphics/flags/jp.png
+share/manaplus/data/graphics/flags/nl_BE.png
+share/manaplus/data/graphics/flags/pl.png
+share/manaplus/data/graphics/flags/pt.png
+share/manaplus/data/graphics/flags/pt_BR.png
+share/manaplus/data/graphics/flags/ru.png
+share/manaplus/data/graphics/flags/vls.png
 share/manaplus/data/graphics/gui/
+share/manaplus/data/graphics/gui/browserbox.xml
 share/manaplus/data/graphics/gui/bubble.png
-share/manaplus/data/graphics/gui/button.png
-share/manaplus/data/graphics/gui/button_disabled.png
-share/manaplus/data/graphics/gui/buttonhi.png
-share/manaplus/data/graphics/gui/buttonpress.png
-share/manaplus/data/graphics/gui/checkbox.png
-share/manaplus/data/graphics/gui/circle-gray.png
-share/manaplus/data/graphics/gui/circle-green.png
-share/manaplus/data/graphics/gui/close_button.png
+share/manaplus/data/graphics/gui/bubble.xml
+share/manaplus/data/graphics/gui/button.xml
+share/manaplus/data/graphics/gui/button_disabled.xml
+share/manaplus/data/graphics/gui/button_highlighted.xml
+share/manaplus/data/graphics/gui/button_pressed.xml
+share/manaplus/data/graphics/gui/buttonplay.png
+share/manaplus/data/graphics/gui/buy.xml
+share/manaplus/data/graphics/gui/charcreate_playerbox.xml
+share/manaplus/data/graphics/gui/checkbox.xml
+share/manaplus/data/graphics/gui/circle-off.xml
+share/manaplus/data/graphics/gui/circle-on.xml
 share/manaplus/data/graphics/gui/colors.xml
-share/manaplus/data/graphics/gui/deepbox.png
-share/manaplus/data/graphics/gui/hscroll_left_default.png
-share/manaplus/data/graphics/gui/hscroll_left_highlight.png
-share/manaplus/data/graphics/gui/hscroll_left_pressed.png
-share/manaplus/data/graphics/gui/hscroll_right_default.png
-share/manaplus/data/graphics/gui/hscroll_right_highlight.png
-share/manaplus/data/graphics/gui/hscroll_right_pressed.png
-share/manaplus/data/graphics/gui/item_shortcut_bgr.png
+share/manaplus/data/graphics/gui/complete_icon.xml
+share/manaplus/data/graphics/gui/dbutton.xml
+share/manaplus/data/graphics/gui/dbutton_image.xml
+share/manaplus/data/graphics/gui/dpad.xml
+share/manaplus/data/graphics/gui/dpad_image.xml
+share/manaplus/data/graphics/gui/dropdown.xml
+share/manaplus/data/graphics/gui/dropdown_background.xml
+share/manaplus/data/graphics/gui/dropdown_pressed.xml
+share/manaplus/data/graphics/gui/emote_selection.xml
+share/manaplus/data/graphics/gui/equipment.xml
+share/manaplus/data/graphics/gui/equipment_background.xml
+share/manaplus/data/graphics/gui/equipment_playerbox.xml
+share/manaplus/data/graphics/gui/equipmentbox.png
+share/manaplus/data/graphics/gui/incomplete_icon.xml
+share/manaplus/data/graphics/gui/info.xml
+share/manaplus/data/graphics/gui/inventory.xml
+share/manaplus/data/graphics/gui/item_selection.xml
+share/manaplus/data/graphics/gui/item_shortcut_background.xml
+share/manaplus/data/graphics/gui/itemcontainer.xml
+share/manaplus/data/graphics/gui/keyboard_icon.xml
+share/manaplus/data/graphics/gui/label.xml
+share/manaplus/data/graphics/gui/listbox.xml
+share/manaplus/data/graphics/gui/ministatus.xml
 share/manaplus/data/graphics/gui/mouse.png
+share/manaplus/data/graphics/gui/ok.xml
+share/manaplus/data/graphics/gui/playerbox.xml
+share/manaplus/data/graphics/gui/popup.xml
 share/manaplus/data/graphics/gui/progress-indicator.png
-share/manaplus/data/graphics/gui/radioin.png
-share/manaplus/data/graphics/gui/radioin_highlight.png
-share/manaplus/data/graphics/gui/radioout.png
-share/manaplus/data/graphics/gui/radioout_highlight.png
-share/manaplus/data/graphics/gui/resize.png
-share/manaplus/data/graphics/gui/selection.png
-share/manaplus/data/graphics/gui/slider.png
-share/manaplus/data/graphics/gui/slider_hilight.png
+share/manaplus/data/graphics/gui/progressbar.xml
+share/manaplus/data/graphics/gui/quests.xml
+share/manaplus/data/graphics/gui/radio.xml
+share/manaplus/data/graphics/gui/resize.xml
+share/manaplus/data/graphics/gui/scroll.xml
+share/manaplus/data/graphics/gui/scroll_background.xml
+share/manaplus/data/graphics/gui/scroll_hbackground.xml
+share/manaplus/data/graphics/gui/scroll_highlighted.xml
+share/manaplus/data/graphics/gui/scroll_vbackground.xml
+share/manaplus/data/graphics/gui/scrollbuttons.xml
+share/manaplus/data/graphics/gui/scrollbuttons_pressed.xml
+share/manaplus/data/graphics/gui/sell.xml
+share/manaplus/data/graphics/gui/server.xml
+share/manaplus/data/graphics/gui/shop.xml
+share/manaplus/data/graphics/gui/slider.xml
+share/manaplus/data/graphics/gui/slider_highlighted.xml
 share/manaplus/data/graphics/gui/speechbubble.xml
-share/manaplus/data/graphics/gui/sticky_button.png
-share/manaplus/data/graphics/gui/tab.png
-share/manaplus/data/graphics/gui/tab_hilight.png
-share/manaplus/data/graphics/gui/tabselected.png
-share/manaplus/data/graphics/gui/target-cursor-blue-l.png
-share/manaplus/data/graphics/gui/target-cursor-blue-m.png
-share/manaplus/data/graphics/gui/target-cursor-blue-s.png
-share/manaplus/data/graphics/gui/target-cursor-red-l.png
-share/manaplus/data/graphics/gui/target-cursor-red-m.png
-share/manaplus/data/graphics/gui/target-cursor-red-s.png
+share/manaplus/data/graphics/gui/tab.xml
+share/manaplus/data/graphics/gui/tab_highlighted.xml
+share/manaplus/data/graphics/gui/tab_selected.xml
+share/manaplus/data/graphics/gui/tab_unused.xml
+share/manaplus/data/graphics/gui/target-cursor-in-range-l.png
+share/manaplus/data/graphics/gui/target-cursor-in-range-m.png
+share/manaplus/data/graphics/gui/target-cursor-in-range-s.png
+share/manaplus/data/graphics/gui/target-cursor-normal-l.png
+share/manaplus/data/graphics/gui/target-cursor-normal-m.png
+share/manaplus/data/graphics/gui/target-cursor-normal-s.png
+share/manaplus/data/graphics/gui/textfield.xml
+share/manaplus/data/graphics/gui/textpreview.xml
 share/manaplus/data/graphics/gui/unknown-item.png
-share/manaplus/data/graphics/gui/vscroll_down_default.png
-share/manaplus/data/graphics/gui/vscroll_down_highlight.png
-share/manaplus/data/graphics/gui/vscroll_down_pressed.png
-share/manaplus/data/graphics/gui/vscroll_grey.png
-share/manaplus/data/graphics/gui/vscroll_highlight.png
-share/manaplus/data/graphics/gui/vscroll_up_default.png
-share/manaplus/data/graphics/gui/vscroll_up_highlight.png
-share/manaplus/data/graphics/gui/vscroll_up_pressed.png
 share/manaplus/data/graphics/gui/window.png
 share/manaplus/data/graphics/gui/window.xml
+share/manaplus/data/graphics/gui/windowmenu.xml
+share/manaplus/data/graphics/gui/world.xml
 share/manaplus/data/graphics/images/
 share/manaplus/data/graphics/images/error.png
 share/manaplus/data/graphics/images/login_wallpaper.png
@@ -100,96 +143,20 @@ share/manaplus/data/graphics/sprites/err
 share/manaplus/data/graphics/sprites/manaplus_emote.xml
 share/manaplus/data/graphics/sprites/manaplus_emotes.xml
 share/manaplus/data/graphics/sprites/manaplus_emotions.png
-share/manaplus/data/graphics/target-cursor-in-range-l.png
-share/manaplus/data/graphics/target-cursor-in-range-m.png
-share/manaplus/data/graphics/target-cursor-in-range-s.png
-share/manaplus/data/graphics/target-cursor-normal-l.png
-share/manaplus/data/graphics/target-cursor-normal-m.png
-share/manaplus/data/graphics/target-cursor-normal-s.png
 share/manaplus/data/help/
 share/manaplus/data/help/about.txt
 share/manaplus/data/help/chatcommands.txt
 share/manaplus/data/help/commands.txt
-share/manaplus/data/help/es/
-share/manaplus/data/help/es/about.txt
-share/manaplus/data/help/es/chatcommands.txt
-share/manaplus/data/help/es/commands.txt
-share/manaplus/data/help/es/header.txt
-share/manaplus/data/help/es/index.txt
-share/manaplus/data/help/es/skills.txt
-share/manaplus/data/help/es/support.txt
-share/manaplus/data/help/es/team.txt
-share/manaplus/data/help/es/teamtmw.txt
-share/manaplus/data/help/es/windows.txt
-share/manaplus/data/help/fr/
-share/manaplus/data/help/fr/about.txt
-share/manaplus/data/help/fr/chatcommands.txt
-share/manaplus/data/help/fr/commands.txt
-share/manaplus/data/help/fr/header.txt
-share/manaplus/data/help/fr/index.txt
-share/manaplus/data/help/fr/skills.txt
-share/manaplus/data/help/fr/support.txt
-share/manaplus/data/help/fr/team.txt
-share/manaplus/data/help/fr/teamtmw.txt
-share/manaplus/data/help/fr/windows.txt
+share/manaplus/data/help/footer.txt
 share/manaplus/data/help/header.txt
 share/manaplus/data/help/index.txt
-share/manaplus/data/help/pt/
-share/manaplus/data/help/pt/tips/
-share/manaplus/data/help/pt/tips/1.txt
-share/manaplus/data/help/pt/tips/10.txt
-share/manaplus/data/help/pt/tips/11.txt
-share/manaplus/data/help/pt/tips/12.txt
-share/manaplus/data/help/pt/tips/13.txt
-share/manaplus/data/help/pt/tips/14.txt
-share/manaplus/data/help/pt/tips/2.txt
-share/manaplus/data/help/pt/tips/3.txt
-share/manaplus/data/help/pt/tips/4.txt
-share/manaplus/data/help/pt/tips/5.txt
-share/manaplus/data/help/pt/tips/6.txt
-share/manaplus/data/help/pt/tips/7.txt
-share/manaplus/data/help/pt/tips/8.txt
-share/manaplus/data/help/pt/tips/9.txt
-share/manaplus/data/help/pt_BR/
-share/manaplus/data/help/pt_BR/tips/
-share/manaplus/data/help/pt_BR/tips/1.txt
-share/manaplus/data/help/pt_BR/tips/10.txt
-share/manaplus/data/help/pt_BR/tips/11.txt
-share/manaplus/data/help/pt_BR/tips/12.txt
-share/manaplus/data/help/pt_BR/tips/13.txt
-share/manaplus/data/help/pt_BR/tips/14.txt
-share/manaplus/data/help/pt_BR/tips/2.txt
-share/manaplus/data/help/pt_BR/tips/3.txt
-share/manaplus/data/help/pt_BR/tips/4.txt
-share/manaplus/data/help/pt_BR/tips/5.txt
-share/manaplus/data/help/pt_BR/tips/6.txt
-share/manaplus/data/help/pt_BR/tips/7.txt
-share/manaplus/data/help/pt_BR/tips/8.txt
-share/manaplus/data/help/pt_BR/tips/9.txt
-share/manaplus/data/help/ru/
-share/manaplus/data/help/ru/chatcommands.txt
-share/manaplus/data/help/ru/header.txt
-share/manaplus/data/help/ru/index.txt
-share/manaplus/data/help/ru/team.txt
-share/manaplus/data/help/ru/tips/
-share/manaplus/data/help/ru/tips/1.txt
-share/manaplus/data/help/ru/tips/10.txt
-share/manaplus/data/help/ru/tips/11.txt
-share/manaplus/data/help/ru/tips/12.txt
-share/manaplus/data/help/ru/tips/13.txt
-share/manaplus/data/help/ru/tips/14.txt
-share/manaplus/data/help/ru/tips/2.txt
-share/manaplus/data/help/ru/tips/3.txt
-share/manaplus/data/help/ru/tips/4.txt
-share/manaplus/data/help/ru/tips/5.txt
-share/manaplus/data/help/ru/tips/6.txt
-share/manaplus/data/help/ru/tips/7.txt
-share/manaplus/data/help/ru/tips/8.txt
-share/manaplus/data/help/ru/tips/9.txt
+share/manaplus/data/help/otherteam.txt
+share/manaplus/data/help/searchmany.txt
+share/manaplus/data/help/searchnotfound.txt
 share/manaplus/data/help/skills.txt
 share/manaplus/data/help/support.txt
+share/manaplus/data/help/tags.idx
 share/manaplus/data/help/team.txt
-share/manaplus/data/help/teamtmw.txt
 share/manaplus/data/help/tips/
 share/manaplus/data/help/tips/1-1.jpg
 share/manaplus/data/help/tips/1-2.jpg
@@ -199,6 +166,7 @@ share/manaplus/data/help/tips/11.txt
 share/manaplus/data/help/tips/12.txt
 share/manaplus/data/help/tips/13.txt
 share/manaplus/data/help/tips/14.txt
+share/manaplus/data/help/tips/15.txt
 share/manaplus/data/help/tips/2.txt
 share/manaplus/data/help/tips/3.txt
 share/manaplus/data/help/tips/4.txt
@@ -215,223 +183,209 @@ share/manaplus/data/icons/manaplus.ico
 share/manaplus/data/icons/manaplus.png
 share/manaplus/data/icons/manaplus.svg
 share/manaplus/data/icons/manaplus.xpm
+share/manaplus/data/perserver/
+share/manaplus/data/perserver/default/
+share/manaplus/data/perserver/default/charcreation.xml
+share/manaplus/data/perserver/default/gmcommands.txt
 share/manaplus/data/sfx/
 share/manaplus/data/sfx/system/
+share/manaplus/data/sfx/system/attention.ogg
+share/manaplus/data/sfx/system/book.ogg
+share/manaplus/data/sfx/system/chat1.ogg
+share/manaplus/data/sfx/system/chat2.ogg
+share/manaplus/data/sfx/system/complete.ogg
+share/manaplus/data/sfx/system/email.ogg
+share/manaplus/data/sfx/system/error.ogg
+share/manaplus/data/sfx/system/finish.ogg
+share/manaplus/data/sfx/system/incoming.ogg
+share/manaplus/data/sfx/system/move.ogg
 share/manaplus/data/sfx/system/newmessage.ogg
+share/manaplus/data/sfx/system/notify.ogg
+share/manaplus/data/sfx/system/offline.ogg
+share/manaplus/data/sfx/system/online.ogg
+share/manaplus/data/sfx/system/page.ogg
+share/manaplus/data/sfx/system/reminder.ogg
+share/manaplus/data/sfx/system/send.ogg
+share/manaplus/data/sfx/system/start.ogg
+share/manaplus/data/sfx/system/watcher.ogg
 share/manaplus/data/themes/
+share/manaplus/data/themes/blacknblack/
+share/manaplus/data/themes/blacknblack/bubble.png
+share/manaplus/data/themes/blacknblack/colors.xml
+share/manaplus/data/themes/blacknblack/info.xml
+share/manaplus/data/themes/blacknblack/mouse.png
+share/manaplus/data/themes/blacknblack/window.png
 share/manaplus/data/themes/blackwood/
-share/manaplus/data/themes/blackwood/button.png
-share/manaplus/data/themes/blackwood/button_disabled.png
-share/manaplus/data/themes/blackwood/buttonhi.png
-share/manaplus/data/themes/blackwood/buttonpress.png
-share/manaplus/data/themes/blackwood/checkbox.png
-share/manaplus/data/themes/blackwood/circle-gray.png
-share/manaplus/data/themes/blackwood/circle-green.png
-share/manaplus/data/themes/blackwood/close_button.png
 share/manaplus/data/themes/blackwood/colors.xml
-share/manaplus/data/themes/blackwood/deepbox.png
-share/manaplus/data/themes/blackwood/hscroll_left_default.png
-share/manaplus/data/themes/blackwood/hscroll_left_highlight.png
-share/manaplus/data/themes/blackwood/hscroll_left_pressed.png
-share/manaplus/data/themes/blackwood/hscroll_right_default.png
-share/manaplus/data/themes/blackwood/hscroll_right_highlight.png
-share/manaplus/data/themes/blackwood/hscroll_right_pressed.png
-share/manaplus/data/themes/blackwood/item_shortcut_bgr.png
+share/manaplus/data/themes/blackwood/info.xml
 share/manaplus/data/themes/blackwood/mouse.png
 share/manaplus/data/themes/blackwood/progress-indicator.png
-share/manaplus/data/themes/blackwood/radioin.png
-share/manaplus/data/themes/blackwood/radioin_highlight.png
-share/manaplus/data/themes/blackwood/radioout.png
-share/manaplus/data/themes/blackwood/radioout_highlight.png
-share/manaplus/data/themes/blackwood/selection.png
-share/manaplus/data/themes/blackwood/slider.png
-share/manaplus/data/themes/blackwood/slider_hilight.png
 share/manaplus/data/themes/blackwood/speech_bubble.png
 share/manaplus/data/themes/blackwood/speechbubble.xml
-share/manaplus/data/themes/blackwood/sticky_button.png
-share/manaplus/data/themes/blackwood/tab.png
-share/manaplus/data/themes/blackwood/tab_hilight.png
-share/manaplus/data/themes/blackwood/tabselected.png
-share/manaplus/data/themes/blackwood/target-cursor-blue-l.png
-share/manaplus/data/themes/blackwood/target-cursor-blue-m.png
-share/manaplus/data/themes/blackwood/target-cursor-blue-s.png
-share/manaplus/data/themes/blackwood/target-cursor-red-l.png
-share/manaplus/data/themes/blackwood/target-cursor-red-m.png
-share/manaplus/data/themes/blackwood/target-cursor-red-s.png
-share/manaplus/data/themes/blackwood/vscroll_down_default.png
-share/manaplus/data/themes/blackwood/vscroll_down_highlight.png
-share/manaplus/data/themes/blackwood/vscroll_down_pressed.png
-share/manaplus/data/themes/blackwood/vscroll_grey.png
-share/manaplus/data/themes/blackwood/vscroll_highlight.png
-share/manaplus/data/themes/blackwood/vscroll_up_default.png
-share/manaplus/data/themes/blackwood/vscroll_up_highlight.png
-share/manaplus/data/themes/blackwood/vscroll_up_pressed.png
 share/manaplus/data/themes/blackwood/window.png
 share/manaplus/data/themes/classic/
 share/manaplus/data/themes/enchilado/
-share/manaplus/data/themes/enchilado/button.png
-share/manaplus/data/themes/enchilado/button_disabled.png
-share/manaplus/data/themes/enchilado/buttonhi.png
-share/manaplus/data/themes/enchilado/buttonpress.png
+share/manaplus/data/themes/enchilado/buy.xml
 share/manaplus/data/themes/enchilado/colors.xml
-share/manaplus/data/themes/enchilado/tab.png
-share/manaplus/data/themes/enchilado/tab_hilight.png
-share/manaplus/data/themes/enchilado/tabselected.png
+share/manaplus/data/themes/enchilado/equipment.xml
+share/manaplus/data/themes/enchilado/info.xml
+share/manaplus/data/themes/enchilado/inventory.xml
+share/manaplus/data/themes/enchilado/ok.xml
+share/manaplus/data/themes/enchilado/popup.xml
+share/manaplus/data/themes/enchilado/progressbar.xml
+share/manaplus/data/themes/enchilado/quests.xml
+share/manaplus/data/themes/enchilado/sell.xml
+share/manaplus/data/themes/enchilado/server.xml
+share/manaplus/data/themes/enchilado/shop.xml
 share/manaplus/data/themes/enchilado/window.png
 share/manaplus/data/themes/enchilado/window.xml
+share/manaplus/data/themes/enchilado/world.xml
+share/manaplus/data/themes/jewelry/
+share/manaplus/data/themes/jewelry/CHANGELOG.txt
+share/manaplus/data/themes/jewelry/LICENSE.txt
+share/manaplus/data/themes/jewelry/beingpopup.xml
+share/manaplus/data/themes/jewelry/browserbox.xml
+share/manaplus/data/themes/jewelry/button.xml
+share/manaplus/data/themes/jewelry/button_disabled.xml
+share/manaplus/data/themes/jewelry/button_highlighted.xml
+share/manaplus/data/themes/jewelry/button_pressed.xml
+share/manaplus/data/themes/jewelry/buy.xml
+share/manaplus/data/themes/jewelry/chat.xml
+share/manaplus/data/themes/jewelry/checkbox.xml
+share/manaplus/data/themes/jewelry/circle-off.xml
+share/manaplus/data/themes/jewelry/circle-on.xml
+share/manaplus/data/themes/jewelry/colors.xml
+share/manaplus/data/themes/jewelry/complete_icon.xml
+share/manaplus/data/themes/jewelry/dbutton.xml
+share/manaplus/data/themes/jewelry/didyouknow.xml
+share/manaplus/data/themes/jewelry/dpad.xml
+share/manaplus/data/themes/jewelry/dropdown.xml
+share/manaplus/data/themes/jewelry/dropdown_background.xml
+share/manaplus/data/themes/jewelry/dropdown_pressed.xml
+share/manaplus/data/themes/jewelry/drops.xml
+share/manaplus/data/themes/jewelry/emotes.xml
+share/manaplus/data/themes/jewelry/equipment.xml
+share/manaplus/data/themes/jewelry/equipment_background.xml
+share/manaplus/data/themes/jewelry/equipmentbox.png
+share/manaplus/data/themes/jewelry/help.xml
+share/manaplus/data/themes/jewelry/incomplete_icon.xml
+share/manaplus/data/themes/jewelry/info.xml
+share/manaplus/data/themes/jewelry/inventory.xml
+share/manaplus/data/themes/jewelry/item_selection.xml
+share/manaplus/data/themes/jewelry/itemcontainer.xml
+share/manaplus/data/themes/jewelry/itempopup.xml
+share/manaplus/data/themes/jewelry/items.xml
+share/manaplus/data/themes/jewelry/keyboard_icon.xml
+share/manaplus/data/themes/jewelry/listbox.xml
+share/manaplus/data/themes/jewelry/login.xml
+share/manaplus/data/themes/jewelry/map.xml
+share/manaplus/data/themes/jewelry/ministatus.xml
+share/manaplus/data/themes/jewelry/mouse.png
+share/manaplus/data/themes/jewelry/npc.xml
+share/manaplus/data/themes/jewelry/ok.xml
+share/manaplus/data/themes/jewelry/playerbox.xml
+share/manaplus/data/themes/jewelry/popup.xml
+share/manaplus/data/themes/jewelry/popuplist.xml
+share/manaplus/data/themes/jewelry/progressbar.xml
+share/manaplus/data/themes/jewelry/quests.xml
+share/manaplus/data/themes/jewelry/radio.xml
+share/manaplus/data/themes/jewelry/resize.xml
+share/manaplus/data/themes/jewelry/scroll.xml
+share/manaplus/data/themes/jewelry/scroll_background.xml
+share/manaplus/data/themes/jewelry/scroll_highlighted.xml
+share/manaplus/data/themes/jewelry/scroll_vbackground.xml
+share/manaplus/data/themes/jewelry/scrollbuttons.xml
+share/manaplus/data/themes/jewelry/scrollbuttons_pressed.xml
+share/manaplus/data/themes/jewelry/sell.xml
+share/manaplus/data/themes/jewelry/server.xml
+share/manaplus/data/themes/jewelry/shop.xml
+share/manaplus/data/themes/jewelry/slider.xml
+share/manaplus/data/themes/jewelry/slider_highlighted.xml
+share/manaplus/data/themes/jewelry/social.xml
+share/manaplus/data/themes/jewelry/spells.xml
+share/manaplus/data/themes/jewelry/status.xml
+share/manaplus/data/themes/jewelry/tab.xml
+share/manaplus/data/themes/jewelry/tab_highlighted.xml
+share/manaplus/data/themes/jewelry/tab_selected.xml
+share/manaplus/data/themes/jewelry/tab_unused.xml
+share/manaplus/data/themes/jewelry/textfield.xml
+share/manaplus/data/themes/jewelry/window.png
+share/manaplus/data/themes/jewelry/window.xml
+share/manaplus/data/themes/jewelry/windowmenu.xml
+share/manaplus/data/themes/jewelry/world.xml
 share/manaplus/data/themes/mana/
 share/manaplus/data/themes/mana/colors.xml
+share/manaplus/data/themes/mana/info.xml
+share/manaplus/data/themes/mana/mouse.png
+share/manaplus/data/themes/mana/npc.xml
+share/manaplus/data/themes/mana/quests.xml
+share/manaplus/data/themes/mana/social.xml
 share/manaplus/data/themes/pink/
 share/manaplus/data/themes/pink/bubble.png
-share/manaplus/data/themes/pink/button.png
-share/manaplus/data/themes/pink/button_disabled.png
-share/manaplus/data/themes/pink/buttonhi.png
-share/manaplus/data/themes/pink/buttonpress.png
-share/manaplus/data/themes/pink/checkbox.png
-share/manaplus/data/themes/pink/circle-gray.png
-share/manaplus/data/themes/pink/circle-green.png
-share/manaplus/data/themes/pink/close_button.png
+share/manaplus/data/themes/pink/buy.xml
 share/manaplus/data/themes/pink/colors.xml
-share/manaplus/data/themes/pink/deepbox.png
-share/manaplus/data/themes/pink/hscroll_left_default.png
-share/manaplus/data/themes/pink/hscroll_left_highlight.png
-share/manaplus/data/themes/pink/hscroll_left_pressed.png
-share/manaplus/data/themes/pink/hscroll_right_default.png
-share/manaplus/data/themes/pink/hscroll_right_highlight.png
-share/manaplus/data/themes/pink/hscroll_right_pressed.png
-share/manaplus/data/themes/pink/item_shortcut_bgr.png
-share/manaplus/data/themes/pink/mouse.png
+share/manaplus/data/themes/pink/equipment.xml
+share/manaplus/data/themes/pink/info.xml
+share/manaplus/data/themes/pink/inventory.xml
+share/manaplus/data/themes/pink/ok.xml
+share/manaplus/data/themes/pink/popup.xml
 share/manaplus/data/themes/pink/progress-indicator.png
-share/manaplus/data/themes/pink/radioin.png
-share/manaplus/data/themes/pink/radioin_highlight.png
-share/manaplus/data/themes/pink/radioout.png
-share/manaplus/data/themes/pink/radioout_highlight.png
-share/manaplus/data/themes/pink/resize.png
-share/manaplus/data/themes/pink/selection.png
-share/manaplus/data/themes/pink/slider.png
-share/manaplus/data/themes/pink/slider_hilight.png
-share/manaplus/data/themes/pink/speechbubble.xml
-share/manaplus/data/themes/pink/sticky_button.png
-share/manaplus/data/themes/pink/tab.png
-share/manaplus/data/themes/pink/tab_hilight.png
-share/manaplus/data/themes/pink/tabselected.png
-share/manaplus/data/themes/pink/target-cursor-blue-l.png
-share/manaplus/data/themes/pink/target-cursor-blue-m.png
-share/manaplus/data/themes/pink/target-cursor-blue-s.png
-share/manaplus/data/themes/pink/target-cursor-red-l.png
-share/manaplus/data/themes/pink/target-cursor-red-m.png
-share/manaplus/data/themes/pink/target-cursor-red-s.png
+share/manaplus/data/themes/pink/progressbar.xml
+share/manaplus/data/themes/pink/quests.xml
+share/manaplus/data/themes/pink/sell.xml
+share/manaplus/data/themes/pink/server.xml
+share/manaplus/data/themes/pink/shop.xml
 share/manaplus/data/themes/pink/unknown-item.png
-share/manaplus/data/themes/pink/vscroll_down_default.png
-share/manaplus/data/themes/pink/vscroll_down_highlight.png
-share/manaplus/data/themes/pink/vscroll_down_pressed.png
-share/manaplus/data/themes/pink/vscroll_grey.png
-share/manaplus/data/themes/pink/vscroll_highlight.png
-share/manaplus/data/themes/pink/vscroll_up_default.png
-share/manaplus/data/themes/pink/vscroll_up_highlight.png
-share/manaplus/data/themes/pink/vscroll_up_pressed.png
 share/manaplus/data/themes/pink/window.png
 share/manaplus/data/themes/pink/window.xml
-share/manaplus/data/themes/redandblack/
-share/manaplus/data/themes/redandblack/bubble.png
-share/manaplus/data/themes/redandblack/button.png
-share/manaplus/data/themes/redandblack/button_disabled.png
-share/manaplus/data/themes/redandblack/buttonhi.png
-share/manaplus/data/themes/redandblack/buttonpress.png
-share/manaplus/data/themes/redandblack/checkbox.png
-share/manaplus/data/themes/redandblack/circle-gray.png
-share/manaplus/data/themes/redandblack/circle-green.png
-share/manaplus/data/themes/redandblack/close_button.png
-share/manaplus/data/themes/redandblack/colors.xml
-share/manaplus/data/themes/redandblack/deepbox.png
-share/manaplus/data/themes/redandblack/hscroll_left_default.png
-share/manaplus/data/themes/redandblack/hscroll_left_highlight.png
-share/manaplus/data/themes/redandblack/hscroll_left_pressed.png
-share/manaplus/data/themes/redandblack/hscroll_right_default.png
-share/manaplus/data/themes/redandblack/hscroll_right_highlight.png
-share/manaplus/data/themes/redandblack/hscroll_right_pressed.png
-share/manaplus/data/themes/redandblack/item_shortcut_bgr.png
-share/manaplus/data/themes/redandblack/mouse.png
-share/manaplus/data/themes/redandblack/radioin.png
-share/manaplus/data/themes/redandblack/radioin_highlight.png
-share/manaplus/data/themes/redandblack/radioout.png
-share/manaplus/data/themes/redandblack/radioout_highlight.png
-share/manaplus/data/themes/redandblack/resize.png
-share/manaplus/data/themes/redandblack/selection.png
-share/manaplus/data/themes/redandblack/slider.png
-share/manaplus/data/themes/redandblack/slider_hilight.png
-share/manaplus/data/themes/redandblack/speechbubble.xml
-share/manaplus/data/themes/redandblack/sticky_button.png
-share/manaplus/data/themes/redandblack/tab.png
-share/manaplus/data/themes/redandblack/tab_hilight.png
-share/manaplus/data/themes/redandblack/tabselected.png
-share/manaplus/data/themes/redandblack/target-cursor-blue-l.png
-share/manaplus/data/themes/redandblack/target-cursor-blue-m.png
-share/manaplus/data/themes/redandblack/target-cursor-blue-s.png
-share/manaplus/data/themes/redandblack/target-cursor-red-l.png
-share/manaplus/data/themes/redandblack/target-cursor-red-m.png
-share/manaplus/data/themes/redandblack/target-cursor-red-s.png
-share/manaplus/data/themes/redandblack/unknown-item.png
-share/manaplus/data/themes/redandblack/vscroll_down_default.png
-share/manaplus/data/themes/redandblack/vscroll_down_highlight.png
-share/manaplus/data/themes/redandblack/vscroll_down_pressed.png
-share/manaplus/data/themes/redandblack/vscroll_grey.png
-share/manaplus/data/themes/redandblack/vscroll_highlight.png
-share/manaplus/data/themes/redandblack/vscroll_up_default.png
-share/manaplus/data/themes/redandblack/vscroll_up_highlight.png
-share/manaplus/data/themes/redandblack/vscroll_up_pressed.png
-share/manaplus/data/themes/redandblack/window.png
-share/manaplus/data/themes/redandblack/window.xml
+share/manaplus/data/themes/pink/world.xml
+share/manaplus/data/themes/unity/
+share/manaplus/data/themes/unity/buy.xml
+share/manaplus/data/themes/unity/char.xml
+share/manaplus/data/themes/unity/colors.xml
+share/manaplus/data/themes/unity/equipment.xml
+share/manaplus/data/themes/unity/info.xml
+share/manaplus/data/themes/unity/inventory.xml
+share/manaplus/data/themes/unity/npc.xml
+share/manaplus/data/themes/unity/ok.xml
+share/manaplus/data/themes/unity/popup.xml
+share/manaplus/data/themes/unity/progressbar.xml
+share/manaplus/data/themes/unity/quests.xml
+share/manaplus/data/themes/unity/sell.xml
+share/manaplus/data/themes/unity/server.xml
+share/manaplus/data/themes/unity/shop.xml
+share/manaplus/data/themes/unity/social.xml
+share/manaplus/data/themes/unity/window.png
+share/manaplus/data/themes/unity/window.xml
+share/manaplus/data/themes/unity/world.xml
 share/manaplus/data/themes/wood/
-share/manaplus/data/themes/wood/bubble.png
-share/manaplus/data/themes/wood/button.png
-share/manaplus/data/themes/wood/button_disabled.png
-share/manaplus/data/themes/wood/buttonhi.png
-share/manaplus/data/themes/wood/buttonpress.png
-share/manaplus/data/themes/wood/checkbox.png
-share/manaplus/data/themes/wood/circle-gray.png
-share/manaplus/data/themes/wood/circle-green.png
-share/manaplus/data/themes/wood/close_button.png
+share/manaplus/data/themes/wood/buy.xml
 share/manaplus/data/themes/wood/colors.xml
-share/manaplus/data/themes/wood/deepbox.png
-share/manaplus/data/themes/wood/hscroll_left_default.png
-share/manaplus/data/themes/wood/hscroll_left_highlight.png
-share/manaplus/data/themes/wood/hscroll_left_pressed.png
-share/manaplus/data/themes/wood/hscroll_right_default.png
-share/manaplus/data/themes/wood/hscroll_right_highlight.png
-share/manaplus/data/themes/wood/hscroll_right_pressed.png
+share/manaplus/data/themes/wood/equipment.xml
+share/manaplus/data/themes/wood/info.xml
+share/manaplus/data/themes/wood/inventory.xml
 share/manaplus/data/themes/wood/item_shortcut_bgr.png
 share/manaplus/data/themes/wood/mouse.png
-share/manaplus/data/themes/wood/radioin.png
-share/manaplus/data/themes/wood/radioin_highlight.png
-share/manaplus/data/themes/wood/radioout.png
-share/manaplus/data/themes/wood/radioout_highlight.png
-share/manaplus/data/themes/wood/resize.png
-share/manaplus/data/themes/wood/selection.png
-share/manaplus/data/themes/wood/slider.png
-share/manaplus/data/themes/wood/slider_hilight.png
-share/manaplus/data/themes/wood/speechbubble.xml
-share/manaplus/data/themes/wood/sticky_button.png
-share/manaplus/data/themes/wood/tab.png
-share/manaplus/data/themes/wood/tab_hilight.png
-share/manaplus/data/themes/wood/tabselected.png
-share/manaplus/data/themes/wood/target-cursor-blue-l.png
-share/manaplus/data/themes/wood/target-cursor-blue-m.png
-share/manaplus/data/themes/wood/target-cursor-blue-s.png
-share/manaplus/data/themes/wood/target-cursor-red-l.png
-share/manaplus/data/themes/wood/target-cursor-red-m.png
-share/manaplus/data/themes/wood/target-cursor-red-s.png
-share/manaplus/data/themes/wood/unknown-item.png
-share/manaplus/data/themes/wood/vscroll_down_default.png
-share/manaplus/data/themes/wood/vscroll_down_highlight.png
-share/manaplus/data/themes/wood/vscroll_down_pressed.png
-share/manaplus/data/themes/wood/vscroll_grey.png
-share/manaplus/data/themes/wood/vscroll_highlight.png
-share/manaplus/data/themes/wood/vscroll_up_default.png
-share/manaplus/data/themes/wood/vscroll_up_highlight.png
-share/manaplus/data/themes/wood/vscroll_up_pressed.png
+share/manaplus/data/themes/wood/ok.xml
+share/manaplus/data/themes/wood/popup.xml
+share/manaplus/data/themes/wood/progressbar.xml
+share/manaplus/data/themes/wood/quests.xml
+share/manaplus/data/themes/wood/sell.xml
+share/manaplus/data/themes/wood/server.xml
+share/manaplus/data/themes/wood/shop.xml
 share/manaplus/data/themes/wood/window.png
 share/manaplus/data/themes/wood/window.xml
+share/manaplus/data/themes/wood/world.xml
+share/manaplus/data/translations/
+share/manaplus/data/translations/help/
+share/manaplus/data/translations/help/de.po
+share/manaplus/data/translations/help/es.po
+share/manaplus/data/translations/help/fr.po
+share/manaplus/data/translations/help/it.po
+share/manaplus/data/translations/help/nl_BE.po
+share/manaplus/data/translations/help/pl.po
+share/manaplus/data/translations/help/pt_BR.po
+share/manaplus/data/translations/help/ru.po
 share/pixmaps/
 share/pixmaps/manaplus.png
 @exec %D/bin/update-desktop-database

Reply via email to