This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit 3c9c4e55c6a12fe266549fc363fbc92cf62bf869 Author: Sven Eckelmann <[email protected]> Date: Tue May 15 09:51:01 2012 +0200 Add basic mime type --- debian/wxmupen64plus.desktop | 3 ++- debian/wxmupen64plus.mime | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/wxmupen64plus.desktop b/debian/wxmupen64plus.desktop index d3404c5..e0ab69b 100644 --- a/debian/wxmupen64plus.desktop +++ b/debian/wxmupen64plus.desktop @@ -3,8 +3,9 @@ Type=Application TryExec=wxmupen64plus Exec=/usr/games/wxmupen64plus Icon=wxmupen64plus-large.xpm -Comment=Mupen64Plus 2.0 emulator GUI +Comment=wxMupen64Plus, a frontend to the Mupen64Plus N64 emulator Terminal=false Name=wxMupen64Plus GenericName=Nintendo 64 Emulator Categories=Application;Game; +MimeType=application/x-wxmupen64plus diff --git a/debian/wxmupen64plus.mime b/debian/wxmupen64plus.mime new file mode 100644 index 0000000..50d9c8b --- /dev/null +++ b/debian/wxmupen64plus.mime @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> + <mime-type type="application/x-wxmupen64plus"> + <comment>N64 ROM</comment> + <glob pattern="*.v64"/> + </mime-type> +</mime-info> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

