This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 7c97a29d6ffb7b0663c14ed61aabdacb63f959ea Author: Arand Nash <[email protected]> Date: Mon Feb 21 23:21:24 2011 +0000 We'll just have to do it the script way I guess --- redeclipse.desktop | 8 ++++++++ redeclipse.install | 6 ++++-- scripts/redeclipse | 4 ++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/redeclipse.desktop b/redeclipse.desktop new file mode 100644 index 0000000..96ed64f --- /dev/null +++ b/redeclipse.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Red Ecplipse +Comment=First Person Shooter using the Cube 2 engine +Icon=redeclipse +Exec=/usr/games/redeclipse +Terminal=false +Type=Application +Categories=Game;ActionGame; diff --git a/redeclipse.install b/redeclipse.install index c28da54..207e7b5 100644 --- a/redeclipse.install +++ b/redeclipse.install @@ -1,2 +1,4 @@ -src/reclient usr/games/ -debian/redeclipse.xpm usr/share/pixmaps/ +src/reclient usr/share/games/redeclipse +debian/scripts/redeclipse usr/games +debian/redeclipse.xpm usr/share/pixmaps +debian/redeclipse.desktop usr/share/applications diff --git a/scripts/redeclipse b/scripts/redeclipse new file mode 100644 index 0000000..80727a2 --- /dev/null +++ b/scripts/redeclipse @@ -0,0 +1,4 @@ +#!/bin/sh +RE_OPTIONS="-h${HOME}/.redeclipse -rinit.cfg" +cd /usr/share/games/redeclipse +exec ./reclient ${RE_OPTIONS} "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

