diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 17:42:40 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:20 -0500 |
commit | 072a0aa9aa699dbd02b3f530ff95b66d0922ce0e (patch) | |
tree | 928bf2af81bd1c1c34d2084c17938f259211aeb1 /games/zork/desktop | |
parent | 776358214ba0f1c9ee3a7d80990623fb4de24608 (diff) | |
download | slackbuilds-072a0aa9aa699dbd02b3f530ff95b66d0922ce0e.tar.gz |
games/zork: Added (interactive fiction games in z-code format)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/zork/desktop')
-rw-r--r-- | games/zork/desktop/zork1.desktop | 10 | ||||
-rw-r--r-- | games/zork/desktop/zork2.desktop | 10 | ||||
-rw-r--r-- | games/zork/desktop/zork3.desktop | 10 | ||||
-rw-r--r-- | games/zork/desktop/ztuu.desktop | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/games/zork/desktop/zork1.desktop b/games/zork/desktop/zork1.desktop new file mode 100644 index 0000000000..f36d86a79f --- /dev/null +++ b/games/zork/desktop/zork1.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=Zork I +GenericName=Interactive Fiction Game +Comment=Zork: The Great Underground Empire +Icon=zork +Exec=zork1 +Terminal=yes +Type=Application +Categories=Game;AdventureGame; diff --git a/games/zork/desktop/zork2.desktop b/games/zork/desktop/zork2.desktop new file mode 100644 index 0000000000..b81dcde55a --- /dev/null +++ b/games/zork/desktop/zork2.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=Zork II +GenericName=Interactive Fiction Game +Comment=Zork: The Wizard of Frobozz +Icon=zork +Exec=zork2 +Terminal=yes +Type=Application +Categories=Game;AdventureGame; diff --git a/games/zork/desktop/zork3.desktop b/games/zork/desktop/zork3.desktop new file mode 100644 index 0000000000..5eacddef11 --- /dev/null +++ b/games/zork/desktop/zork3.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=Zork III +GenericName=Interactive Fiction Game +Comment=Zork: The Dungeon Master +Icon=zork +Exec=zork3 +Terminal=yes +Type=Application +Categories=Game;AdventureGame; diff --git a/games/zork/desktop/ztuu.desktop b/games/zork/desktop/ztuu.desktop new file mode 100644 index 0000000000..7da164f061 --- /dev/null +++ b/games/zork/desktop/ztuu.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=Zork TUU +GenericName=Interactive Fiction Game +Comment=Zork: The Undiscovered Underground +Icon=zork +Exec=ztuu +Terminal=yes +Type=Application +Categories=Game;AdventureGame; |