Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        lucidlife - A Conway's Life simulator
        
        - LucidLife is a Conway's Life simulator. The rules are rather simple. The game
is started with a large grid of cell locations, and an arbitrary set of
living cells. On each turn, each cell thrives or dies based on the number of
cells which sourround it. A dead (empty) cell with three live cells around it
becomes a living cell (a birth); a living cell with two or three neighbors
survives; otherwise the cell dies (due to overcrowding) or remains dead
(due to loneliness). It is based on the the GtkLife project, but with a
more modern user interface and other enhancements. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | lucidlife | 0.9.1 | 1.fc5.1 | x86_64 | 2.38 MiB | Sun Oct 29 01:30:58 2006 | 
        
        Changelog
        
            - * Sat Oct 28 18:00:00 2006 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9.1-1.1
- - Add gettext and perl(XML::Parser) as BuildRequires to fix reduced mock build 
            - * Sat Oct 28 18:00:00 2006 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9.1-1
- - Update to new upstream release (0.9.1)
- Add patch (sent upstream) to add Encoding=UTF-8 in installed .desktop file:
  + add-.desktop-encoding.patch
- Add %name prefix to old make-docs-use-proper-dir patch filename
  to keep it all in the same logical namespace. 
            - * Sat Apr  8 18:00:00 2006 Peter Gordon <peter{%}thecodergeek{*}com> - 0.9-7
- - Use desktop-file-install's "--delete-original" option instead of doing
  it manually.