diff options
author | B. Watson <yalhcru@gmail.com> | 2014-11-14 01:45:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 01:45:00 +0700 |
commit | 0a346b8e9e116716600bd73c31e2890a2e01eb31 (patch) | |
tree | 6c78bdf794a9d1adcb8eb5e419e2c69812ee015c /games/madbomber | |
parent | 915fc32492b5a6ee7d6d8f4e4caadaa84c6cfa30 (diff) |
games/madbomber: fix .desktop.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/madbomber')
-rw-r--r-- | games/madbomber/madbomber.SlackBuild | 2 | ||||
-rw-r--r-- | games/madbomber/madbomber.desktop | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/madbomber/madbomber.SlackBuild b/games/madbomber/madbomber.SlackBuild index 65936ac67c49..4ad453379e16 100644 --- a/games/madbomber/madbomber.SlackBuild +++ b/games/madbomber/madbomber.SlackBuild @@ -9,7 +9,7 @@ PRGNAM=madbomber VERSION=${VERSION:-0.2.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/madbomber/madbomber.desktop b/games/madbomber/madbomber.desktop index 762fa5cf9325..1a1db94f7198 100644 --- a/games/madbomber/madbomber.desktop +++ b/games/madbomber/madbomber.desktop @@ -1,8 +1,7 @@ [Desktop Entry] -Encoding=UTF-8 Name=Mad Bomber Exec=madbomber Type=Application Icon=madbomber GenericName=Mad Bomber Game -Categories=Game;Arcade; +Categories=Game;ArcadeGame; |