This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository eureka.
commit 297836655d2841554c5e85af740658a2ff5fc801 Author: Fabian Greffrath <[email protected]> Date: Mon Sep 21 16:47:19 2015 +0200 Update eureka.desktop file --- debian/patches/eureka-desktop.patch | 23 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/patches/eureka-desktop.patch b/debian/patches/eureka-desktop.patch new file mode 100644 index 0000000..2c892d3 --- /dev/null +++ b/debian/patches/eureka-desktop.patch @@ -0,0 +1,23 @@ +Description: Updated eureka.desktop file with: + 1. %f on Exec line and a MimeType line, so can handle wad files from + file-system exploring/navigation programs + 2. replaced "X-DoomEditor" category with "ActionGame" + 3. added Keywords line +Origin: https://sourceforge.net/p/eureka-editor/code/1740 + +--- a/misc/eureka.desktop ++++ b/misc/eureka.desktop +@@ -2,9 +2,11 @@ + Name=Eureka DOOM Editor + GenericName=DOOM Editor + Comment=Edit maps for the game DOOM +-Exec=eureka ++Exec=eureka %f + Icon=eureka + Terminal=false + Type=Application +-Categories=Game;X-DoomEditor; ++Categories=Game;ActionGame; + StartupNotify=false ++MimeType=application/x-doom-wad; ++Keywords=doom;heretic;level;map;wad;editor;builder;yadex; diff --git a/debian/patches/series b/debian/patches/series index 265de1c..e149a1e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ xdg-install.patch reproducible-build.patch +eureka-desktop.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/eureka.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

