From c8e38bc0bc6fb3fd4d2db2d4b875a880cdb2a646 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 4 Jul 2023 21:27:56 +0200 Subject: [PATCH] kaiten_patissier, fix references for lib:libsdl, disable recipe (#8954) --- ...05.recipe => kaiten_patissier-1.06.recipe} | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) rename games-puzzle/kaiten-patissier/{kaiten_patissier-1.05.recipe => kaiten_patissier-1.06.recipe} (73%) diff --git a/games-puzzle/kaiten-patissier/kaiten_patissier-1.05.recipe b/games-puzzle/kaiten-patissier/kaiten_patissier-1.06.recipe similarity index 73% rename from games-puzzle/kaiten-patissier/kaiten_patissier-1.05.recipe rename to games-puzzle/kaiten-patissier/kaiten_patissier-1.06.recipe index 1f603a454..a154fc3c0 100644 --- a/games-puzzle/kaiten-patissier/kaiten_patissier-1.05.recipe +++ b/games-puzzle/kaiten-patissier/kaiten_patissier-1.06.recipe @@ -1,15 +1,15 @@ SUMMARY="Puzzle game with baking and rotations" -DESCRIPTION="Help PiPi the little fairy collect ingredients to prepare sweets +DESCRIPTION="Help PiPi the little fairy collect ingredients to prepare sweets \ and make everyone happy." HOMEPAGE="https://github.com/pulkomandy/kaiten-patissier" COPYRIGHT="2008 Alpha Secret Base" LICENSE="Yawaraka" -SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ba464e370a5854cb24ef9724b90e919580f60015a3fd270bce4b460542b3a631" -SOURCE_DIR="kaiten-patissier-$portVersion" REVISION="1" +SOURCE_URI="https://github.com/pulkomandy/kaiten-patissier/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="7f341c00702d9fe1a9e41d417db1bd945644be057d0000d3e56d966fbea07907" +SOURCE_DIR="kaiten-patissier-$portVersion" -ARCHITECTURES="!all ?x86" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -18,16 +18,16 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libsdl_mixer$secondaryArchSuffix - lib:libsdl_gfx$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_mixer_1.2$secondaryArchSuffix + lib:libSDL_gfx$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libsdl$secondaryArchSuffix - devel:libsdl_mixer$secondaryArchSuffix - devel:libsdl_gfx$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix + devel:libSDL_mixer_1.2$secondaryArchSuffix + devel:libSDL_gfx$secondaryArchSuffix " BUILD_PREREQUIRES=" makefile_engine @@ -49,3 +49,4 @@ INSTALL() cp -r data image sound replay save $appsDir/Kaiten\ Patissier addAppDeskbarSymlink $appsDir/Kaiten\ Patissier/Kaiten\ Patissier } +