diff options
author | Ronny Schmatzler <schmatzler@hirnschwund.net> | 2012-06-02 20:03:30 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:15 -0500 |
commit | 9a5d642f2eef58ecf7fd35d358ba26a0dc530cbc (patch) | |
tree | 91beb96ef2cd9625a3390a48dcbc5af87ee1a97a /games/briquolo/patches/desktop-entry.patch | |
parent | 31d9fa9e0f73864b71a2997c4276b21cda0aa939 (diff) |
games/briquolo: Added (breakout with 3D based on OpenGL)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/briquolo/patches/desktop-entry.patch')
-rw-r--r-- | games/briquolo/patches/desktop-entry.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games/briquolo/patches/desktop-entry.patch b/games/briquolo/patches/desktop-entry.patch new file mode 100644 index 0000000000000..46b1f936dd1b9 --- /dev/null +++ b/games/briquolo/patches/desktop-entry.patch @@ -0,0 +1,34 @@ +--- briquolo-0.5.7/desktop/briquolo.desktop 2006-03-07 21:31:26.000000000 +0100 ++++ briquolo.desktop 2012-05-21 23:00:50.000000000 +0200 +@@ -1,22 +1,12 @@ + [Desktop Entry] +-Version=1.0 + Encoding=UTF-8 + Name=Briquolo +-Name[fr]=Briquolo +- +-Comment=An OpenGL breakout +-Comment[fr]=Un casse brique OpenGL +- +-Type=Application +-Categories=ArcadeGame;Game; +- +-TryExec=briquolo +-Exec=briquolo +-FilePattern=briquolo +- +-Icon=briquolo.svg ++Icon=/usr/share/pixmaps/briquolo.svg ++GenericName=An OpenGL breakout clone ++GenericName[de_DE]=Ein OpenGL Breakout-Klon ++Exec=/usr/bin/briquolo + Terminal=false +- +-GenericName=BreakOut +-GenericName[fr]=Casse Briques +-Categories=Application;Game; ++StartupNotify=false ++Type=Application ++TryExec=/usr/bin/supertuxkart ++Categories=Game;ArcadeGame; +\ Kein Zeilenumbruch am Dateiende. |