mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
* Modified all the rest of the menu items that need a pause after
running. Also fixed bashisms in the pause code.. git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5149 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
bsdgames (2.12-7) unstable; urgency=low
|
||||
|
||||
* Modified all the rest of the menu items that need a pause after
|
||||
running. Also fixed bashisms in the pause code..
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 11 May 2001 16:19:13 -0400
|
||||
|
||||
bsdgames (2.12-6) unstable; urgency=low
|
||||
|
||||
* Pause after tetris-bsd exits when run from the menu, to give a chance
|
||||
|
||||
14
debian/menu
vendored
14
debian/menu
vendored
@@ -1,17 +1,17 @@
|
||||
?package(bsdgames):needs="text" section="Apps/Educational" \
|
||||
title="Arithmetic Quiz" command="/usr/games/arithmetic"
|
||||
title="Arithmetic Quiz" command="sh -c '/usr/games/arithmetic;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Simulation" \
|
||||
title="Air Traffic Controller" \
|
||||
command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read'"
|
||||
command="sh -c '/usr/games/atc ; echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Battlestar" command="/usr/games/battlestar"
|
||||
title="Battlestar" command="sh -c '/usr/games/battlestar;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Canfield" command="/usr/games/canfield"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Cribbage" command="/usr/games/cribbage"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Go Fish" \
|
||||
command="sh -c '/usr/games/fish;echo;echo PRESS ENTER;read'"
|
||||
command="sh -c '/usr/games/fish;echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Card" \
|
||||
title="Mille Bournes" command="/usr/games/mille"
|
||||
?package(bsdgames):needs="text" section="Games/Board" \
|
||||
@@ -25,18 +25,18 @@
|
||||
?package(bsdgames):needs="text" section="Games/Simulation" \
|
||||
title="Sail" command="/usr/games/sail"
|
||||
?package(bsdgames):needs="text" section="Games/Arcade" \
|
||||
title="Snake" command="/usr/games/snake"
|
||||
title="Snake" command="sh -c '/usr/games/snake;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Arcade" \
|
||||
title="Star Trek" command="/usr/games/trek"
|
||||
?package(bsdgames):needs="text" section="Games/Arcade" \
|
||||
title="Worm" command="/usr/games/worm"
|
||||
title="Worm" command="sh -c '/usr/games/worm;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Screen/Save/Text" \
|
||||
title="Worms" command="/usr/games/worms"
|
||||
?package(bsdgames):needs="text" section="Games/Adventure" \
|
||||
title="Hunt the Wumpus" command="/usr/games/wump"
|
||||
?package(bsdgames):needs="text" section="Games/Tetris-like" \
|
||||
title="Bsd Tetris" \
|
||||
command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read'"
|
||||
command="sh -c '/usr/games/tetris-bsd;echo;echo PRESS ENTER;read line'"
|
||||
?package(bsdgames):needs="text" section="Games/Board" \
|
||||
title="Gomoku" \
|
||||
command="/usr/games/gomoku"
|
||||
|
||||
Reference in New Issue
Block a user