ChangeSet ID: 13099 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/29 19:05:02 Modified files: tools : Makefile.in Added files: tools : wine.desktop Log message: Christian Neumair Added support for the freedesktop.org MIME system. Patch: http://cvs.winehq.org/patch.py?id=13099 Old revision New revision Changes Path 1.39 1.40 +8 -2 wine/tools/Makefile.in Added 1.1 +0 -0 wine/tools/wine.desktop Index: wine/tools/Makefile.in diff -u -p wine/tools/Makefile.in:1.39 wine/tools/Makefile.in:1.40 --- wine/tools/Makefile.in:1.39 Sun May 19 11:26:01 2013 +++ wine/tools/Makefile.in Sun May 19 11:26:01 2013 @@ -28,6 +28,8 @@ INSTALLSUBDIRS = $(SUBDIRS) EXTRASUBDIRS = winapi_check +UPDATE_DESKTOP_DATABASE = update-desktop-database + all: $(PROGRAMS) $(SUBDIRS) @MAKE_RULES@ @@ -46,13 +48,17 @@ wineprefixcreate: wineprefixcreate.in chmod +x wineprefixcreate install:: wineprefixcreate - $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine + $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine $(datadir)/applications $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker $(INSTALL_SCRIPT) wineprefixcreate $(bindir)/wineprefixcreate $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf + $(INSTALL_DATA) $(SRCDIR)/wine.desktop $(datadir)/applications/wine.desktop + -$(UPDATE_DESKTOP_DATABASE) uninstall:: - $(RM) $(bindir)/winemaker $(bindir)/wineprefixcreate $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(datadir)/wine/wine.inf + $(RM) $(bindir)/winemaker $(bindir)/wineprefixcreate $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) \ + $(datadir)/wine/wine.inf $(datadir)/applications/wine.desktop + -$(UPDATE_DESKTOP_DATABASE) ### Dependencies: Index: wine/tools/wine.desktop diff -u -p /dev/null wine/tools/wine.desktop:1.1 --- /dev/null Sun May 19 11:26:01 2013 +++ wine/tools/wine.desktop Sun May 19 11:26:01 2013 @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Wine Windows Emulator +Name[de]=Wine Windows-Emulator +Exec=wine %f +MimeType=application/x-ms-dos-executable +NoDisplay=true