From 6d2a44c985d5a841231ac64b05898c81dc98b379 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Oct 2009 11:39:32 -0600 Subject: More rebranding --- packaging/debian/mana-data.install | 5 ++ packaging/debian/mana.desktop | 16 ++++ packaging/debian/mana.docs | 6 ++ packaging/debian/mana.install | 5 ++ packaging/debian/mana.sgml | 149 +++++++++++++++++++++++++++++++++++++ packaging/debian/tmw-data.install | 5 -- packaging/debian/tmw.desktop | 15 ---- packaging/debian/tmw.docs | 6 -- packaging/debian/tmw.install | 5 -- packaging/debian/tmw.sgml | 149 ------------------------------------- 10 files changed, 181 insertions(+), 180 deletions(-) create mode 100644 packaging/debian/mana-data.install create mode 100644 packaging/debian/mana.desktop create mode 100644 packaging/debian/mana.docs create mode 100644 packaging/debian/mana.install create mode 100644 packaging/debian/mana.sgml delete mode 100644 packaging/debian/tmw-data.install delete mode 100644 packaging/debian/tmw.desktop delete mode 100644 packaging/debian/tmw.docs delete mode 100644 packaging/debian/tmw.install delete mode 100644 packaging/debian/tmw.sgml (limited to 'packaging/debian') diff --git a/packaging/debian/mana-data.install b/packaging/debian/mana-data.install new file mode 100644 index 00000000..82a37bb3 --- /dev/null +++ b/packaging/debian/mana-data.install @@ -0,0 +1,5 @@ +data/graphics/gui/*.png usr/share/games/mana/data/graphics/gui +data/graphics/images/*.png usr/share/games/mana/data/graphics/images +data/graphics/images/ambient/*.png usr/share/games/mana/data/graphics/images/ambient +data/graphics/tiles/*.png usr/share/games/mana/data/graphics/tiles +data/help/*.txt usr/share/games/mana/data/help diff --git a/packaging/debian/mana.desktop b/packaging/debian/mana.desktop new file mode 100644 index 00000000..e97e4553 --- /dev/null +++ b/packaging/debian/mana.desktop @@ -0,0 +1,16 @@ + +[Desktop Entry] +Version=1.0 +Name=Mana +Name[fr]=Le Monde de Mana +Comment=An online fantasy role playing game +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 +StartupNotify=false +Terminal=false +Type=Game +Icon=mana.png +Categories=Game diff --git a/packaging/debian/mana.docs b/packaging/debian/mana.docs new file mode 100644 index 00000000..d622a527 --- /dev/null +++ b/packaging/debian/mana.docs @@ -0,0 +1,6 @@ +AUTHORS +NEWS +README +ChangeLog +docs/progression.txt +docs/FAQ.txt diff --git a/packaging/debian/mana.install b/packaging/debian/mana.install new file mode 100644 index 00000000..861709e9 --- /dev/null +++ b/packaging/debian/mana.install @@ -0,0 +1,5 @@ +debian/mana.desktop usr/share/applications +debian/mana.xpm usr/share/pixmaps +data/icons/mana.png usr/share/icons +docs/mana.6 usr/share/man/man6 +src/mana usr/games diff --git a/packaging/debian/mana.sgml b/packaging/debian/mana.sgml new file mode 100644 index 00000000..257c948d --- /dev/null +++ b/packaging/debian/mana.sgml @@ -0,0 +1,149 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + FERREIRA"> + Yohann"> + + avril 13, 2005"> + + 6"> + bertram@cegetel.net"> + + Mana"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Mana is the abreviation of The Mana World : A Fantasy Online Game + + + + &dhpackage; + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; ingame + commands. + &dhpackage; is a Great Online Game based upon the Seiken Densetsu Serie. +It has its own universe, and and its own character management system, which will +give you the opportunity to play in a 2D heroic-fantasy world forever. + + + + COMMON KEYS + + Arrow Keys, Key Pad Keys (Diagonals Supported). +Move your character around. + +Left Ctrl : +Make your character attack. + +G : +Get Items on the ground or in a chest. + +Alt + 1...9 : +Shows an Emoticon above your character. + +Alt + I : +Shows / Hide Inventory Window. + +Alt + K : +Shows / Hide Skills Window. + +Alt + E : +Shows / Hide Equipment Window. + +Alt + C : +Shows Configuration Window. + + + + + SEE ALSO + + libguichan (2). + + The program is documented fully by The Mana World Team available via the + website http://www.manaworld.org/ + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + diff --git a/packaging/debian/tmw-data.install b/packaging/debian/tmw-data.install deleted file mode 100644 index c9f6cb7b..00000000 --- a/packaging/debian/tmw-data.install +++ /dev/null @@ -1,5 +0,0 @@ -data/graphics/gui/*.png usr/share/games/tmw/data/graphics/gui -data/graphics/images/*.png usr/share/games/tmw/data/graphics/images -data/graphics/images/ambient/*.png usr/share/games/tmw/data/graphics/images/ambient -data/graphics/tiles/*.png usr/share/games/tmw/data/graphics/tiles -data/help/*.txt usr/share/games/tmw/data/help diff --git a/packaging/debian/tmw.desktop b/packaging/debian/tmw.desktop deleted file mode 100644 index f094f668..00000000 --- a/packaging/debian/tmw.desktop +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=The Mana World -Name[fr]=Le Monde de Mana -Comment=An online fantasy role playing game -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 -StartupNotify=false -Terminal=false -Type=Game -Icon=tmw.png -Categories=Game diff --git a/packaging/debian/tmw.docs b/packaging/debian/tmw.docs deleted file mode 100644 index d622a527..00000000 --- a/packaging/debian/tmw.docs +++ /dev/null @@ -1,6 +0,0 @@ -AUTHORS -NEWS -README -ChangeLog -docs/progression.txt -docs/FAQ.txt diff --git a/packaging/debian/tmw.install b/packaging/debian/tmw.install deleted file mode 100644 index 037ccf54..00000000 --- a/packaging/debian/tmw.install +++ /dev/null @@ -1,5 +0,0 @@ -debian/tmw.desktop usr/share/applications -debian/tmw.xpm usr/share/pixmaps -data/icons/tmw.png usr/share/icons -docs/tmw.6 usr/share/man/man6 -src/tmw usr/games diff --git a/packaging/debian/tmw.sgml b/packaging/debian/tmw.sgml deleted file mode 100644 index 0ed18199..00000000 --- a/packaging/debian/tmw.sgml +++ /dev/null @@ -1,149 +0,0 @@ - manpage.1'. You may view - the manual page with: `docbook-to-man manpage.sgml | nroff -man | - less'. A typical entry in a Makefile or Makefile.am is: - -manpage.1: manpage.sgml - docbook-to-man $< > $@ - - - The docbook-to-man binary is found in the docbook-to-man package. - Please remember that if you create the nroff version in one of the - debian/rules file targets (such as build), you will need to include - docbook-to-man in your Build-Depends control field. - - --> - - - FERREIRA"> - Yohann"> - - avril 13, 2005"> - - 6"> - bertram@cegetel.net"> - - TMW"> - - - Debian"> - GNU"> - GPL"> -]> - - - -
- &dhemail; -
- - &dhfirstname; - &dhsurname; - - - 2003 - &dhusername; - - &dhdate; -
- - &dhucpackage; - - &dhsection; - - - &dhpackage; - - tmw is the abreviation of The Mana World : A Fantasy Online Game - - - - &dhpackage; - - - - DESCRIPTION - - This manual page documents briefly the - &dhpackage; ingame - commands. - &dhpackage; is a Great Online Game based upon the Seiken Densetsu Serie. -It has its own universe, and and its own character management system, which will -give you the opportunity to play in a 2D heroic-fantasy world forever. - - - - COMMON KEYS - - Arrow Keys, Key Pad Keys (Diagonals Supported). -Move your character around. - -Left Ctrl : -Make your character attack. - -G : -Get Items on the ground or in a chest. - -Alt + 1...9 : -Shows an Emoticon above your character. - -Alt + I : -Shows / Hide Inventory Window. - -Alt + K : -Shows / Hide Skills Window. - -Alt + E : -Shows / Hide Equipment Window. - -Alt + C : -Shows Configuration Window. - - - - - SEE ALSO - - libguichan (2). - - The program is documented fully by The Mana World Team available via the - website http://www.manaworld.org/ - - - AUTHOR - - This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. - - - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - - - -
- - - - -- cgit v1.2.3-70-g09d2