From 369c62436e82d10a7b171413d3927bfd4460b0f6 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 11 Feb 2019 21:39:40 +0100 Subject: [PATCH] besol, marked as untested (#3626) --- haiku-games/besol/besol-2.0.5.recipe | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/haiku-games/besol/besol-2.0.5.recipe b/haiku-games/besol/besol-2.0.5.recipe index a75085289..54f24c947 100644 --- a/haiku-games/besol/besol-2.0.5.recipe +++ b/haiku-games/besol/besol-2.0.5.recipe @@ -4,30 +4,29 @@ solitaire games." HOMEPAGE="https://github.com/HaikuArchives/BeSol/" COPYRIGHT="1999 Jason Wrinkle" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" srcGitRev="2ac61dc65cb66ae9274d22f08c108ef845f9d76c" SOURCE_URI="https://github.com/HaikuArchives/BeSol/archive/$srcGitRev.zip" CHECKSUM_SHA256="245c6c685e48a553401a5461bd3809819c5745d0a2fd86e5833ffccab5ae313b" SOURCE_DIR="BeSol-$srcGitRev" -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" PROVIDES=" - besol$secondaryArchSuffix = $portVersion + besol = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix + haiku lib:libie " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel + haiku_devel devel:libie " BUILD_PREREQUIRES=" cmd:find - cmd:gcc$secondaryArchSuffix + cmd:gcc cmd:make " @@ -42,4 +41,6 @@ INSTALL() { mkdir -p $appsDir cp BeSol $appsDir + + addAppDeskbarSymlink $appsDir/BeSol }