From dcdd77f598699b5c72ffcdb938ebc24f9f621ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 20 Jul 2014 19:54:32 +0200 Subject: [PATCH] supertux: Add a Deskbar menu entry I'm not sure we really want all games to appear in the Applications menu... --- games-arcade/supertux/supertux-0.1.3.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-arcade/supertux/supertux-0.1.3.recipe b/games-arcade/supertux/supertux-0.1.3.recipe index fe65b2fc7..76367d8a0 100644 --- a/games-arcade/supertux/supertux-0.1.3.recipe +++ b/games-arcade/supertux/supertux-0.1.3.recipe @@ -56,5 +56,7 @@ BUILD() INSTALL() { make install + + addAppDeskbarSymlink $binDir/supertux SuperTux }