games/zork: Fix .desktop files so they validate.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
B. Watson 2014-02-19 22:33:49 -06:00 committed by Erik Hanson
parent 3a918c86c1
commit a13bf7ed3b
6 changed files with 8 additions and 6 deletions

View File

@ -5,6 +5,6 @@ GenericName=Interactive Fiction Game
Comment=Zork: The Great Underground Empire
Icon=zork
Exec=zork1
Terminal=yes
Terminal=true
Type=Application
Categories=Game;AdventureGame;

View File

@ -5,6 +5,6 @@ GenericName=Interactive Fiction Game
Comment=Zork: The Wizard of Frobozz
Icon=zork
Exec=zork2
Terminal=yes
Terminal=true
Type=Application
Categories=Game;AdventureGame;

View File

@ -5,6 +5,6 @@ GenericName=Interactive Fiction Game
Comment=Zork: The Dungeon Master
Icon=zork
Exec=zork3
Terminal=yes
Terminal=true
Type=Application
Categories=Game;AdventureGame;

View File

@ -5,6 +5,6 @@ GenericName=Interactive Fiction Game
Comment=Zork: The Undiscovered Underground
Icon=zork
Exec=ztuu
Terminal=yes
Terminal=true
Type=Application
Categories=Game;AdventureGame;

View File

@ -10,8 +10,10 @@
# files of course have their own version information, but at this late date
# they aren't going to ever change.
# 20140219 bkw: fix .desktop files so they validate.
PRGNAM=zork
VERSION=${VERSION:-20121202}
VERSION=${VERSION:-20140219}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,5 +1,5 @@
PRGNAM="zork"
VERSION="20121202"
VERSION="20140219"
HOMEPAGE="http://www.infocom-if.org/"
DOWNLOAD="http://infocom.elsewhere.org/scheyen/Download/zork1.zip \
http://infocom.elsewhere.org/scheyen/Download/zork2.zip \