From a3fde7155070915d90f3ff9c8219da05d8af004a Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 3 Sep 2022 17:12:21 +0200 Subject: [PATCH] QuickLaunch: Update to v1.4 Changelog: https://github.com/humdingerb/quicklaunch/releases/tag/v1.4 --- ...cklaunch-1.3.3.recipe => quicklaunch-1.4.recipe} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename haiku-apps/quicklaunch/{quicklaunch-1.3.3.recipe => quicklaunch-1.4.recipe} (77%) diff --git a/haiku-apps/quicklaunch/quicklaunch-1.3.3.recipe b/haiku-apps/quicklaunch/quicklaunch-1.4.recipe similarity index 77% rename from haiku-apps/quicklaunch/quicklaunch-1.3.3.recipe rename to haiku-apps/quicklaunch/quicklaunch-1.4.recipe index cc4f2105b..21e34fb75 100644 --- a/haiku-apps/quicklaunch/quicklaunch-1.3.3.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-1.4.recipe @@ -12,8 +12,10 @@ HOMEPAGE="https://github.com/humdingerb/quicklaunch" COPYRIGHT="2010-2019 Humdinger" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c43889798379a19053ef4a451da365b676d736e2260d2db31a9d3ad14d38062f" +srcGitRev="22b3d18cce177d57006a884788167eecaa43d74d" +SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="bd2bb7eeaedc66c29426716080f3d83debc021e28998f85f7af7534cb38fc7aa" +SOURCE_DIR="quicklaunch-$srcGitRev" ARCHITECTURES="all" @@ -38,8 +40,9 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs OBJ_DIR=objects - make bindcatalogs OBJ_DIR=objects + cd src + make $jobArgs + make bindcatalogs } INSTALL() @@ -47,7 +50,7 @@ INSTALL() quicklaunchDir=$appsDir/QuickLaunch mkdir -p $quicklaunchDir - cp -af objects/QuickLaunch $quicklaunchDir + cp -af QuickLaunch $quicklaunchDir cp -af ReadMe.html $quicklaunchDir cp -r images $quicklaunchDir