Applied patch by hanno boeck (ctulhu) to fix .desktop files.

.desktop.in are now useless so I removed them from the svn
and added the .desktop instead. Updated configure script
accordingly.
This commit is contained in:
yabause 2008-09-14 21:09:22 +00:00
parent 2e2cc638a0
commit 313ac48708
4 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@ Installation Instructions
************************* *************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006 Free Software Foundation, Inc. 2006, 2007 Free Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it. unlimited permission to copy, distribute and modify it.
@ -67,6 +67,9 @@ The simplest way to compile this package is:
all sorts of other programs in order to regenerate files that came all sorts of other programs in order to regenerate files that came
with the distribution. with the distribution.
6. Often, you can also type `make uninstall' to remove the installed
files again.
Compilers and Options Compilers and Options
===================== =====================

View File

@ -196,9 +196,7 @@ AC_CONFIG_FILES([Makefile
src/cli/Makefile src/cli/Makefile
src/cocoa/Makefile src/cocoa/Makefile
src/gtk/Makefile src/gtk/Makefile
src/gtk/desmume.desktop
src/gtk-glade/Makefile src/gtk-glade/Makefile
src/gtk-glade/desmume-glade.desktop
src/windows/Makefile src/windows/Makefile
src/gdbstub/Makefile src/gdbstub/Makefile
autopackage/default.apspec autopackage/default.apspec

View File

@ -1,10 +1,9 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Version=1.0
Version=@VERSION@
Type=Application Type=Application
Name=DeSmuME (Gtk-Glade) Name=DeSmuME (Gtk-Glade)
Comment=Nintento DS emulator Comment=Nintento DS emulator
TryExec=desmume-glade TryExec=desmume-glade
Exec=desmume-glade Exec=desmume-glade
Icon=DeSmuME.xpm Icon=DeSmuME
Categories=GNOME;GTK;Game;Emulator Categories=GNOME;GTK;Game;Emulator;

View File

@ -1,10 +1,9 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Version=1.0
Version=@VERSION@
Type=Application Type=Application
Name=DeSmuME (Gtk) Name=DeSmuME (Gtk)
Comment=Nintento DS emulator Comment=Nintento DS emulator
TryExec=desmume TryExec=desmume
Exec=desmume Exec=desmume
Icon=DeSmuME.xpm Icon=DeSmuME
Categories=GNOME;GTK;Game;Emulator Categories=GNOME;GTK;Game;Emulator;