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 | |
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'
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | debian/tmw.install | 2 | ||||
-rw-r--r-- | tmw.desktop (renamed from debian/tmw.desktop) | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e5da1a4..76263c6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,6 @@ DIST_SUBDIRS = src data docs # Subdirectories to build SUBDIRS = src + +# Extra files to include +EXTRA_DIST = tmw.desktop 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 diff --git a/debian/tmw.desktop b/tmw.desktop index eadceefa..5c7c9278 100644 --- a/debian/tmw.desktop +++ b/tmw.desktop @@ -8,10 +8,12 @@ GenericName=Arcade Game GenericName[de]=Arcade Spiel GenericName[it]=Gioco Arcade GenericName[fr]=Jeu d'Arcade En Ligne +GenericName[nl]=Arcade Spel 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 +Comment[nl]=Een online role playing game Icon=/usr/share/games/tmw/data/icons/tmw-icon.png FilePattern=tmw TryExec=tmw |