From 8e094cc2046698f653992ff498947f43704aee05 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 18 Aug 2015 15:40:33 +0300 Subject: [PATCH] LnLauncher: update to latest commit --- haiku-apps/lnlauncher/lnlauncher-1.1.2.recipe | 33 +++++++++---------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/haiku-apps/lnlauncher/lnlauncher-1.1.2.recipe b/haiku-apps/lnlauncher/lnlauncher-1.1.2.recipe index 326383322..164653e56 100644 --- a/haiku-apps/lnlauncher/lnlauncher-1.1.2.recipe +++ b/haiku-apps/lnlauncher/lnlauncher-1.1.2.recipe @@ -8,42 +8,39 @@ the tiny handle. Various localization files can be downloaded from the homepage, and if you \ want to add your own just mail it to me and I'll put it up with the rest! -The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you! -" +The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you!" LICENSE="MIT" -COPYRIGHT="2000-2014 Mikael Eiman" -HOMEPAGE="http://einman.tv/LnLauncher" -REVISION="2" +COPYRIGHT="2000-2015 Mikael Eiman" +HOMEPAGE="http://eiman.tv/LnLauncher" +REVISION="3" ARCHITECTURES="x86_gcc2" -SOURCE_URI="http://eiman.tv/LnLauncher/LnLauncher-1.1.2-haiku.zip" -CHECKSUM_SHA256="618e57837f00d9f03560382a3fe38f77770d625ccdc7ba5943d677ec63caa0f8" -SOURCE_DIR="" +SOURCE_URI="git+https://bitbucket.org/m_eiman/lnlauncher/commits/a19e978" PROVIDES=" lnlauncher = $portVersion app:LnLauncher " -BUILD_PREREQUIRES=" + +BUILD_REQUIRES=" haiku_devel + makefile_engine + " +BUILD_PREREQUIRES=" cmd:gcc - cmd:jam - cmd:unzip + cmd:make " BUILD() { - unzip source.zip - cd source - jam $jobArgs + make $jobArgs OBJ_DIR=objects + make OBJ_DIR=objects bindcatalogs } INSTALL() { - mkdir -p $appsDir - mkdir -p $dataDir/user_launch - cp -r source/locale $dataDir - cp source/source/LnLauncher $appsDir + mkdir -p $appsDir $dataDir/user_launch + cp objects/LnLauncher $appsDir addAppDeskbarSymlink $appsDir/LnLauncher LnLauncher