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 }