SDLLopan: improve tileset and fix description.

This is NOT the mah jongg game. It plays with mah jongg tiles, but
mah jongg is a 4-player game similar to poker and rami. I will accept
"mah jongg solitaire".
This commit is contained in:
Adrien Destugues
2014-05-27 11:59:07 +02:00
parent 19acb321f7
commit 622f579cb3
2 changed files with 919 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY="An SDL version of the Lopan (Mah Jongg) game"
SUMMARY="An SDL version of the Lopan (Mah Jongg solitaire) game"
DESCRIPTION="
The well known Lopan (Mah Jongg) game. Click on matching pairs and try to remove all \
144 tiles.
The well known Lopan (Mah Jongg solitaire) game. Click on matching pairs and \
try to remove all 144 tiles.
Within the game, the ESC key exits, and RETURN reshuffles the board.
The arrow keys work as undo/redo.
@@ -15,7 +15,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="1999-2008 Dave Ashley"
SRC_URI="http://www.linuxmotors.com/sdllopan/downloads/sdllopan-10.tgz"
CHECKSUM_SHA256="386de065bc8c3449c3b0b5e5651cb035cb1bdc242b425c865dd387c54ce708c3"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2"
PROVIDES="
@@ -53,4 +53,4 @@ INSTALL()
cp README $appsDir/Lopan/ReadMe
cp -r data $appsDir/Lopan
addAppDeskbarSymlink $appsDir/Lopan/Lopan
}
}