From 0194a943cfc99f36a2ac10b14bacbbc7e84994d7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 23 Jun 2019 13:36:40 +0200 Subject: [PATCH] asylum, fix references to libSDL* (#3954) --- games-arcade/asylum/asylum-0.3.2.recipe | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/games-arcade/asylum/asylum-0.3.2.recipe b/games-arcade/asylum/asylum-0.3.2.recipe index e4f196c31..43c116ddc 100644 --- a/games-arcade/asylum/asylum-0.3.2.recipe +++ b/games-arcade/asylum/asylum-0.3.2.recipe @@ -6,7 +6,7 @@ run it on other platforms which support the SDL graphics library." HOMEPAGE="http://sdl-asylum.sourceforge.net/" COPYRIGHT="1993 Andy Southgate" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sourceforge.net/sdl-asylum/asylum-$portVersion.tar.gz" CHECKSUM_SHA256="94c5bc7de89f185cbc0ac7a4add21e890ca9680a6d01c21841aae69c4b9e724f" PATCHES="asylum-$portVersion.patchset" @@ -23,18 +23,18 @@ PROVIDES=" " REQUIRES=" haiku - lib:libgl - lib:libglu - lib:libsdl - lib:libsdl_mixer + lib:libGL + lib:libGLU + lib:libSDL_1.2 + lib:libSDL_mixer_1.2 " BUILD_REQUIRES=" haiku_devel - devel:libgl - devel:libglu - devel:libsdl - devel:libsdl_mixer + devel:libGL + devel:libGLU + devel:libSDL + devel:libSDL_mixer " BUILD_PREREQUIRES=" cmd:g++ @@ -58,4 +58,6 @@ INSTALL() INSTALLBIN=$appsDir/Asylum \ INSTALLRESOURCEPATH=$dataDir/asylum \ INSTALLHISCORES=$settingsDir/asylum/hiscores + + addAppDeskbarSymlink $appsDir/Asylum }