This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lure-of-the-temptress.
commit ee5405db1b579a31bb1d5f50dfb5861a351a2c22 Author: Markus Koschany <[email protected]> Date: Sun Nov 8 15:52:35 2015 +0100 Revert "Remove support for .menu files, per CTTE #741573" This reverts commit 6fde4e92e4c28a922c1c965fb80b6389f5416b04. As discussed with Alexandre, I intend to support both menu systems for Stretch. I will drop the menu files as soon as the menu maintainer supports desktop files or Stretch is released. (whatever comes first) --- debian/README.Debian | 4 ++-- debian/lure-of-the-temptress.desktop | 2 -- debian/lure-of-the-temptress.menu | 6 ++++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index fb29c21..29d6291 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -16,8 +16,8 @@ will tell you more about the available options. The "lure" wrapper script will read the LANGUAGE & LANG environment variables to choose the version that best match. -This wrapper script is also executed when the game is started -from a graphical environment that supports .desktop files. +This is also the case when the game is executed from the Debian menu or +every other menu which supports either .desktop or .menu files. This heuristic can be overridden: to run the English version of the game just type diff --git a/debian/lure-of-the-temptress.desktop b/debian/lure-of-the-temptress.desktop index 0345e0a..f8d1e74 100644 --- a/debian/lure-of-the-temptress.desktop +++ b/debian/lure-of-the-temptress.desktop @@ -9,5 +9,3 @@ Categories=AdventureGame;Game;RolePlaying; Keywords=game;adventure;roleplaying;2D;fantasy; Comment=classic 2D point and click fantasy adventure game Comment[de]=klassisches 2D-Fantasie-Abenteuerspiel in Point-and-Click-Manier -Comment[fr]=Jeux classique d'aventure pointer-et-cliquer en 2D -Comment[it]=Gioco classico di avventura punta e clicca 2D diff --git a/debian/lure-of-the-temptress.menu b/debian/lure-of-the-temptress.menu new file mode 100644 index 0000000..1f04651 --- /dev/null +++ b/debian/lure-of-the-temptress.menu @@ -0,0 +1,6 @@ +?package(lure-of-the-temptress):needs="x11" \ + section="Games/Adventure" \ + title="Lure of the Temptress" \ + longtitle="classic 2D point and click fantasy adventure game" \ + icon="/usr/share/pixmaps/lure-of-the-temptress.xpm" \ + command="/usr/games/lure" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lure-of-the-temptress.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

