summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 16:45:56 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:27:31 +0000
commit7e41f0795a85db1120884801be670ae055f61f73 (patch)
tree4e7ce2c97a964c93dc2b8c459d01703437cccb68 /games
parentef21e2a7a7ddbb3ca29d7d71a0e42535e8a55ee3 (diff)
downloadslackbuilds-7e41f0795a85db1120884801be670ae055f61f73.tar.gz
slackbuilds-7e41f0795a85db1120884801be670ae055f61f73.tar.xz
games/blobwars: Make .desktop validate, fix .info.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/blobwars/blobwars.SlackBuild1
-rw-r--r--games/blobwars/blobwars.desktop3
-rw-r--r--games/blobwars/blobwars.info2
3 files changed, 2 insertions, 4 deletions
diff --git a/games/blobwars/blobwars.SlackBuild b/games/blobwars/blobwars.SlackBuild
index 3ab35020a6..1808f6e6e5 100644
--- a/games/blobwars/blobwars.SlackBuild
+++ b/games/blobwars/blobwars.SlackBuild
@@ -61,7 +61,6 @@ sed -i 's/gore = 1/gore = 0/' src/CGame.cpp
#fix hard-coded manual location
sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets
-# Compile the application and install it into the $PKG directory
#doc dir fixed for slackware and help display bug.
#note. the trailing / on the first make command is intentional.
make USEPAK=1 CFLAGS="$SLKCFLAGS" DOCDIR="/usr/doc/$PRGNAM-$VERSION/"
diff --git a/games/blobwars/blobwars.desktop b/games/blobwars/blobwars.desktop
index dc2497effa..92d24e3369 100644
--- a/games/blobwars/blobwars.desktop
+++ b/games/blobwars/blobwars.desktop
@@ -1,6 +1,5 @@
[Desktop Entry]
-Encoding=UTF-8
-Categories=Application;Game;
+Categories=Game;
X-Desktop-File-Install-Version=1.0
Name=Metal Blob Solid
Icon=blobwars
diff --git a/games/blobwars/blobwars.info b/games/blobwars/blobwars.info
index 5cd38a5479..f771273639 100644
--- a/games/blobwars/blobwars.info
+++ b/games/blobwars/blobwars.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/blobwars/blobwars-2.00.tar.gz
MD5SUM="73baa49a41151140818cf14cb77d57b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Tim Dickson (timsoft)"
REQUIRES="SDL2_image SDL2_mixer SDL2_ttf SDL2_net"
+MAINTAINER="Tim Dickson (timsoft)"
EMAIL="dickson.tim@googlemail.com"