kaiten patissier: fix game not starting, expand description a bit

Fixes #8967
This commit is contained in:
PulkoMandy
2023-07-05 20:14:24 +02:00
parent 11c902a63e
commit 1cabecdf5b

View File

@@ -1,13 +1,20 @@
SUMMARY="Puzzle game with baking and rotations"
DESCRIPTION="Help PiPi the little fairy collect ingredients to prepare sweets \
and make everyone happy."
and make everyone happy.
Each stage has a target time and number of rotations. When you get the next-to-last item, a \
secret item appears that you also have to collect if you want to completely finish the game.
Use UP and DOWN keys to navigate the menus. Use LEFT and RIGHT to move the character. \
Use Z in combination with left/right to rotate the world. Use X to jump. Use C to open the menu \
while playing. Use F1 and F2 to change the sound volume and ESC to exit the game."
HOMEPAGE="https://github.com/pulkomandy/kaiten-patissier"
COPYRIGHT="2008 Alpha Secret Base"
LICENSE="Yawaraka"
REVISION="1"
SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="7f341c00702d9fe1a9e41d417db1bd945644be057d0000d3e56d966fbea07907"
SOURCE_DIR="kaiten-patissier-$portVersion"
REVISION="2"
SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/6903c8f079f93bfbbdd75faa5de246fc92731516.tar.gz"
CHECKSUM_SHA256="1fb77ef390f5bcc852cdaae49e11c01735cbb25834dc56d5beffa66544f5259d"
SOURCE_DIR="kaiten-patissier-6903c8f079f93bfbbdd75faa5de246fc92731516"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -46,7 +53,7 @@ INSTALL()
mkdir -p $appsDir/Kaiten\ Patissier
cp src/RotateGear $appsDir/Kaiten\ Patissier/Kaiten\ Patissier
cp -r data image sound replay save $appsDir/Kaiten\ Patissier
cp -r data image sound replay $appsDir/Kaiten\ Patissier
addAppDeskbarSymlink $appsDir/Kaiten\ Patissier/Kaiten\ Patissier
}