diff options
author | 2008-09-14 17:17:05 +0000 | |
---|---|---|
committer | 2008-09-14 17:17:05 +0000 | |
commit | bc858302bfd765f2834f226de0639cbdd77a294d (patch) | |
tree | 298b63ef2e7d935146cb1d4a87e954eebf45d20e /games-emulation/desmume/files | |
parent | Initial import of split gnome-python-desktop. This package installs bindings ... (diff) | |
download | historical-bc858302bfd765f2834f226de0639cbdd77a294d.tar.gz historical-bc858302bfd765f2834f226de0639cbdd77a294d.tar.bz2 historical-bc858302bfd765f2834f226de0639cbdd77a294d.zip |
desmume: validate desktop file
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc6 i686
Diffstat (limited to 'games-emulation/desmume/files')
-rw-r--r-- | games-emulation/desmume/files/desmume-desktop.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games-emulation/desmume/files/desmume-desktop.patch b/games-emulation/desmume/files/desmume-desktop.patch new file mode 100644 index 000000000000..e4430880b9ed --- /dev/null +++ b/games-emulation/desmume/files/desmume-desktop.patch @@ -0,0 +1,32 @@ +--- src/gtk/desmume.desktop.in~ 2008-09-12 13:43:42.000000000 +0200 ++++ src/gtk/desmume.desktop.in 2008-09-12 13:43:42.000000000 +0200 +@@ -1,10 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Version=@VERSION@ ++Version=1.0 + Type=Application + Name=DeSmuME (Gtk) + Comment=Nintento DS emulator + TryExec=desmume + Exec=desmume +-Icon=DeSmuME.xpm +-Categories=GNOME;GTK;Game;Emulator ++Icon=DeSmuME ++Categories=GNOME;GTK;Game;Emulator; +--- src/gtk-glade/desmume-glade.desktop.in~ 2008-09-12 13:44:29.000000000 +0200 ++++ src/gtk-glade/desmume-glade.desktop.in 2008-09-12 13:44:29.000000000 +0200 +@@ -1,10 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 +-Version=@VERSION@ ++Version=1.0 + Type=Application + Name=DeSmuME (Gtk-Glade) + Comment=Nintento DS emulator + TryExec=desmume-glade + Exec=desmume-glade +-Icon=DeSmuME.xpm +-Categories=GNOME;GTK;Game;Emulator ++Icon=DeSmuME ++Categories=GNOME;GTK;Game;Emulator; |