diff --git a/app-misc/weather/weather-0.0.1_git.recipe b/app-misc/weather/weather-0.0.1_git.recipe index 3192df210..bcabdce96 100644 --- a/app-misc/weather/weather-0.0.1_git.recipe +++ b/app-misc/weather/weather-0.0.1_git.recipe @@ -3,10 +3,10 @@ DESCRIPTION="A small weather application built for GCI, currently only a GUI dem HOMEPAGE="https://github.com/georgewhite5/HaikuWeather" SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#7731be69bbcd1a150a72a631ef84784c842c75ec" ARCHITECTURES="x86 x86_gcc2 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" REVISION="1" LICENSE="MIT" COPYRIGHT="2014 George White" + BUILD_PREREQUIRES=" cmd:make cmd:gcc @@ -15,6 +15,7 @@ BUILD_PREREQUIRES=" " PROVIDES=" + weather app:Weather = $portVersion " @@ -28,4 +29,5 @@ INSTALL() mkdir -p $appsDir cd objects* cp Weather $appsDir/Weather + addAppDeskbarSymlink $appsDir/Weather }