diff options
author | B. Watson <yalhcru@gmail.com> | 2014-11-14 01:41:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 01:41:11 +0700 |
commit | 115203525b66fc47d48f3e08dca47b00d72b6ea0 (patch) | |
tree | 17aac05619c031d413e2bb66456f9f31546acca5 | |
parent | 081e4ee5c5c47c51102756ee72f71e3a52ddcb43 (diff) | |
download | slackbuilds-115203525b66fc47d48f3e08dca47b00d72b6ea0.tar.gz |
games/icebreaker: fix .desktop.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/icebreaker/icebreaker.SlackBuild | 2 | ||||
-rw-r--r-- | games/icebreaker/icebreaker.desktop | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/icebreaker/icebreaker.SlackBuild b/games/icebreaker/icebreaker.SlackBuild index 5e75fe0543..5fb9e6d184 100644 --- a/games/icebreaker/icebreaker.SlackBuild +++ b/games/icebreaker/icebreaker.SlackBuild @@ -8,7 +8,7 @@ PRGNAM=icebreaker VERSION=${VERSION:-1.2.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/games/icebreaker/icebreaker.desktop b/games/icebreaker/icebreaker.desktop index df1f6f3273..aea4578548 100644 --- a/games/icebreaker/icebreaker.desktop +++ b/games/icebreaker/icebreaker.desktop @@ -1,8 +1,7 @@ [Desktop Entry] -Encoding=UTF-8 Name=IceBreaker Exec=icebreaker Type=Application Icon=icebreaker GenericName=IceBreaker -Categories=Game;Arcade; +Categories=Game;ArcadeGame; |