Added desmume.desktop.in for gtk port and desmume-glade.desktop.in

for glade one (http://bugs.gentoo.org/show_bug.cgi?id=163868)
Hope it's ok to use .in files instead of plain .desktop... at least
we won't have version number mismatch this way :)
This commit is contained in:
yabause 2007-02-11 13:20:11 +00:00
parent 247dfdcf37
commit eef54629a0
5 changed files with 30 additions and 0 deletions

View File

@ -140,7 +140,9 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/cli/Makefile
src/gtk/Makefile
src/gtk/desmume.desktop
src/gtk-glade/Makefile
src/gtk-glade/desmume-glade.desktop
src/windows/Makefile
autopackage/default.apspec
])

View File

@ -1,3 +1,7 @@
Applicationsdir = $(datadir)/applications
Applications_DATA = desmume-glade.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = DeSmuME.xpm
bin_PROGRAMS = desmume-glade
desmume_glade_SOURCES = \
globals.h glade-xml.c \

View File

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

View File

@ -1,3 +1,7 @@
Applicationsdir = $(datadir)/applications
Applications_DATA = desmume.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = DeSmuME.xpm
EXTRA_DIST = DeSmuME.xpm dev-cpp/desmume.dev dev-cpp/desmume.layout \
dev-cpp/Makefile.win dev-cpp/pthread.h dev-cpp/sched.h \
dev-cpp/semaphore.h

View File

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