games/zork: Fix .desktop files so they validate.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
3a918c86c1
commit
a13bf7ed3b
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue