summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-02-01 15:24:36 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-02-01 15:35:32 -0800
commit5a973816ad61e798fcaf699c24fb87eb0e7c2b95 (patch)
tree9040c8351363d253a139516df6d8095b13dec681
parente126e531fe73bbf178a447789151ae7352d3a011 (diff)
downloadbranding-5a973816ad61e798fcaf699c24fb87eb0e7c2b95.tar.gz
branding-5a973816ad61e798fcaf699c24fb87eb0e7c2b95.tar.bz2
branding-5a973816ad61e798fcaf699c24fb87eb0e7c2b95.tar.xz
branding-5a973816ad61e798fcaf699c24fb87eb0e7c2b95.zip
Change tmw to run manaplus instead of manav20130201
Closes #1
-rw-r--r--README10
-rwxr-xr-xtmw2
-rw-r--r--tmw.desktop2
-rw-r--r--tmw.menu2
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 2db0176..5536500 100644
--- a/README
+++ b/README
@@ -2,13 +2,13 @@
The Mana World - Branding Files
-------------------------------
-The files in this package are meant to be used together with the Mana client
-released at http://manasource.org/.
+The files in this package are meant to be used together with the ManaPlus
+client released at http://manaplus.evolonline.org/.
To run The Mana World, the `tmw.mana` file can be passed as argument to the
-Mana client executable. This will ensure the client appears like The Mana World
-and lists only The Mana World servers. The `data` directory should always be
-located alongside the `tmw.mana` file.
+ManaPlus client executable. This will ensure the client appears like
+The Mana Worl and lists only The Mana World servers. The `data` directory
+should always be located alongside the `tmw.mana` file.
A shell script and menu entry description files that perform the above
procedure are provided.
diff --git a/tmw b/tmw
index 009a08f..dc47f3a 100755
--- a/tmw
+++ b/tmw
@@ -1,2 +1,2 @@
#!/bin/sh
-exec mana /usr/share/tmw/tmw.mana "$@"
+exec manaplus /usr/share/tmw/tmw.mana "$@"
diff --git a/tmw.desktop b/tmw.desktop
index 21b41ea..19e301f 100644
--- a/tmw.desktop
+++ b/tmw.desktop
@@ -8,7 +8,7 @@ Comment[de]=ein Online Fantasy Spiel
Comment[it]=Un gioco fantasy online
Comment[nl]=Een online role playing game
Comment[sv]=Ett fantasyrollspel online
-Exec=mana /usr/share/tmw/tmw.mana
+Exec=manaplus /usr/share/tmw/tmw.mana
StartupNotify=false
Terminal=false
Type=Application
diff --git a/tmw.menu b/tmw.menu
index d8cc85b..b3b06d8 100644
--- a/tmw.menu
+++ b/tmw.menu
@@ -1,4 +1,4 @@
?package(tmw):needs="X11" section="Games/Adventure"\
title="The Mana World"\
description="The Mana World is a 2D MMORPG client."\
- command="/usr/games/mana /usr/share/tmw/tmw.mana" icon="/usr/share/pixmaps/tmw.xpm"
+ command="/usr/games/manaplus /usr/share/tmw/tmw.mana" icon="/usr/share/pixmaps/tmw.xpm"