From 03761078314cca27692ccce12a823c484fbe90e0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Oct 2009 13:27:21 -0600 Subject: Basically finish rebranding --- packaging/debian/control | 34 ++++++++++++--------------------- packaging/debian/mana.desktop | 6 +++--- packaging/debian/rules | 2 +- packaging/windows/make-translations.vbs | 2 +- 4 files changed, 17 insertions(+), 27 deletions(-) (limited to 'packaging') diff --git a/packaging/debian/control b/packaging/debian/control index 4372aaea..a5696ca5 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -1,37 +1,27 @@ -Source: tmw +Source: mana Section: games Priority: optional -Homepage: http://www.themanaworld.org/ +Homepage: http://manasource.org/ Maintainer: Patrick Matthäi Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.13.19), dpatch, autotools-dev, libcurl4-gnutls-dev, libgl1-mesa-dev, libguichan2-dev (>= 0.7.1), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libphysfs-dev, libpng12-dev, libxml2-dev, zlib1g-dev Standards-Version: 3.7.3 -Package: tmw +Package: mana Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tmw-data (= ${source:Version}) -Recommends: tmw-music -Description: The Mana World is a great Online Rolegame - based upon the Seiken Densetsu serie. It has its own universe, and its own - character management system, which will give you the opportunity to play in a - 2D heroic-fantasy world forever. +Depends: ${shlibs:Depends}, ${misc:Depends}, mana-data (= ${source:Version}) +Description: Mana is a 2D MMORPG client -Package: tmw-dbg +Package: mana-dbg Architecture: any Priority: extra -Depends: tmw (= ${binary:Version}) -Description: The Mana World is a great Online Rolegame (debugging symbols) - based upon the Seiken Densetsu serie. It has its own universe, and its own - character management system, which will give you the opportunity to play in a - 2D heroic-fantasy world forever. +Depends: mana (= ${binary:Version}) +Description: Mana is a 2D MMORPG client (debugging symbols) . - This package provides debugging symbols for the tmw package. + This package provides debugging symbols for the mana package. -Package: tmw-data +Package: mana-data Architecture: all -Recommends: tmw, tmw-music -Description: The Mana World is a great Online Rolegame (data files) - based upon the Seiken Densetsu serie. It has its own universe, and its own - character management system, which will give you the opportunity to play in a - 2D heroic-fantasy world forever. +Recommends: mana +Description: Mana is a 2D MMORPG client . This package contains the data files. diff --git a/packaging/debian/mana.desktop b/packaging/debian/mana.desktop index e97e4553..ec24a2fc 100644 --- a/packaging/debian/mana.desktop +++ b/packaging/debian/mana.desktop @@ -2,13 +2,13 @@ [Desktop Entry] Version=1.0 Name=Mana -Name[fr]=Le Monde de Mana -Comment=An online fantasy role playing game +Comment=A 2D MMORPG client Comment[fr]=Un jeu en ligne dans un univers fantastique Comment[de]=ein Online Fantasy Spiel Comment[it]=Un gioco fantasy online Comment[nl]=Een online role playing game -Exec=tmw +Comment[sv]=Ett fantasyrollspel online +Exec=mana StartupNotify=false Terminal=false Type=Game diff --git a/packaging/debian/rules b/packaging/debian/rules index 614ee701..df2e08d6 100644 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -56,7 +56,7 @@ binary-arch: build install dh_install -a dh_desktop -a dh_installmenu -a - dh_strip -a --dbg-package=tmw-dbg + dh_strip -a --dbg-package=mana-dbg dh_compress -a dh_fixperms -a dh_installdeb -a diff --git a/packaging/windows/make-translations.vbs b/packaging/windows/make-translations.vbs index f349b25e..339a0299 100644 --- a/packaging/windows/make-translations.vbs +++ b/packaging/windows/make-translations.vbs @@ -29,7 +29,7 @@ do while not stream.AtEndOfStream CreateFolderIfNonexistent("..\..\translations\" + s + "\LC_MESSAGES") 'build the translate command infile = "../../po/" + s + ".po" - outfile = "../../translations/" + s +"/LC_MESSAGES/tmw.mo" + outfile = "../../translations/" + s +"/LC_MESSAGES/mana.mo" command = "msgfmt -c -o " + outfile + " " + infile 'execute translate command errval = WshShell.run(command, 0, true) -- cgit v1.2.3-60-g2f50