diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-10 15:07:42 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-10 15:07:42 +0000 |
commit | 2a07fc9cccfe4a40b741f5510f95b8e376157518 (patch) | |
tree | 1665291260ddbd68dde31c88c715df6d45b9829c /debian | |
parent | ca6f8ea22491d9c2c784c3de6a59720d38aadff2 (diff) | |
download | mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.gz mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.bz2 mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.tar.xz mana-2a07fc9cccfe4a40b741f5510f95b8e376157518.zip |
Moved tmw.desktop and added it to source distribution. Still only used
for Debian package for now, maybe could be included in 'make install'
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tmw.desktop | 20 | ||||
-rw-r--r-- | debian/tmw.install | 2 |
2 files changed, 1 insertions, 21 deletions
diff --git a/debian/tmw.desktop b/debian/tmw.desktop deleted file mode 100644 index eadceefa..00000000 --- a/debian/tmw.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Type=Application -Name=The Mana World -Name[fr]=Le Monde de Mana -GenericName=Arcade Game -GenericName[de]=Arcade Spiel -GenericName[it]=Gioco Arcade -GenericName[fr]=Jeu d'Arcade En Ligne -Comment=A fantasy on-line game -Comment[fr]=Un jeu en ligne dans un univers fantastique -Comment[de]=ein Online Fantasy Spiel -Comment[it]=Un gioco fantasy online -Icon=/usr/share/games/tmw/data/icons/tmw-icon.png -FilePattern=tmw -TryExec=tmw -Exec=tmw -Categories=Application;Game;ArcadeGame; -StartupNotify=false; diff --git a/debian/tmw.install b/debian/tmw.install index 0ed05cde..129aea6a 100644 --- a/debian/tmw.install +++ b/debian/tmw.install @@ -8,4 +8,4 @@ data/icons/tmw-icon.xpm usr/share/games/tmw/data/icons data/maps/*.gz usr/share/games/tmw/data/maps data/sfx/*.ogg usr/share/games/tmw/data/sfx debian/tmw usr/games -debian/tmw.desktop usr/share/applications +tmw.desktop usr/share/applications |