This is an automated email from the git hooks/post-receive script. fabian pushed a commit to branch master in repository rott.
commit 5c981cb7454854a033a2a1c37e1d25b40631a9d8 Author: Fabian Greffrath <[email protected]> Date: Fri Oct 9 09:09:57 2015 +0200 Fix desktop file: run in window, add keywords --- debian/changelog | 5 ++++- debian/patches/desktop-file.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 171f56a..0feb33d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,11 @@ rott (1.1.2+svn287-2) unstable; urgency=medium <[email protected]> address. * Remove rott.menu file and icons in XPM and PNG formats, install upstream's SVG icon. + * Fix the rott.desktop file. + + Remove hard-coded fullscreen mode and resolution. + + Add keywords. - -- Fabian Greffrath <[email protected]> Fri, 09 Oct 2015 08:59:15 +0200 + -- Fabian Greffrath <[email protected]> Fri, 09 Oct 2015 09:09:40 +0200 rott (1.1.2+svn287-1) unstable; urgency=medium diff --git a/debian/patches/desktop-file.patch b/debian/patches/desktop-file.patch new file mode 100644 index 0000000..1a5c8e0 --- /dev/null +++ b/debian/patches/desktop-file.patch @@ -0,0 +1,13 @@ +Description: Fix desktop file: run in window, add keywords +Author: Fabian Greffrath <[email protected]> + +--- a/misc/rott.desktop ++++ b/misc/rott.desktop +@@ -4,5 +4,6 @@ Name=Rise of the Triad + Comment=A high quality, fast scrolling first-person perspective 3D action game + Icon=rott + TryExec=rott +-Exec=rott -fullscreen -resolution 800x600 ++Exec=rott + Categories=Game;ActionGame; ++Keywords=first;person;shooter;fps;3d;rott; diff --git a/debian/patches/series b/debian/patches/series index 4eebc45..7a696a0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 10-all-variants.patch no-files-found-dialog.patch +desktop-file.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/rott.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

