diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | tmw.desktop | 5 | ||||
-rw-r--r-- | tmw.menu (renamed from packaging/debian/tmw.menu) | 0 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 72c7461c..63a237d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,9 @@ desktopdir = $(datadir)/applications desktop_DATA = tmw.desktop # Extra files to include -EXTRA_DIST = $(desktop_DATA) tmw.cbp +EXTRA_DIST = $(desktop_DATA) \ + tmw.cbp \ + tmw.menu # Autopoint m4 stuff ACLOCAL_AMFLAGS = -I m4 diff --git a/tmw.desktop b/tmw.desktop index 398fb439..d15ad3f7 100644 --- a/tmw.desktop +++ b/tmw.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=The Mana World Name[fr]=Le Monde de Mana Comment=An on-line fantasy role playing game @@ -12,5 +11,5 @@ Exec=tmw StartupNotify=false Terminal=false Type=Application -Icon=tmw.png -Categories=Application;Game +Icon=tmw +Categories=Application;Game; diff --git a/packaging/debian/tmw.menu b/tmw.menu index 4af5ad0a..4af5ad0a 100644 --- a/packaging/debian/tmw.menu +++ b/tmw.menu |