From 569173a0eb93bd0cb535f304d172245d63bfe764 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Wed, 14 Oct 2015 10:42:17 +0200 Subject: [PATCH] Fix DockBert recipe. Rename binary from Dock to DockBert. Naming the binary different from the package doesn't make a whole lot of sense. --- haiku-apps/dockbert/dockbert-1.0.2b1.recipe | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/haiku-apps/dockbert/dockbert-1.0.2b1.recipe b/haiku-apps/dockbert/dockbert-1.0.2b1.recipe index bd5400a20..e5ee67eec 100644 --- a/haiku-apps/dockbert/dockbert-1.0.2b1.recipe +++ b/haiku-apps/dockbert/dockbert-1.0.2b1.recipe @@ -7,17 +7,18 @@ COPYRIGHT="2005 yellowTAB GmbH" LICENSE="BSD (3-clause)" REVISION="4" SOURCE_URI="https://github.com/HaikuArchives/DockBert/archive/722161cf8646b18eee2d00208fa649a0ebfe8d00.zip" -CHECKSUM_SHA256="704a8cde914b41219e60ef8fc375ab7847cae580b1265f1b9b84cbe294334cce" +CHECKSUM_SHA256="c4c4f2231fbb1f53880074137742a4145ae0027e3dc949617a9b9d95e4da39ae" +SOURCE_DIR="DockBert-722161cf8646b18eee2d00208fa649a0ebfe8d00" ARCHITECTURES="x86_gcc2 x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" - dockbert = $portVersion - app:Dock = $portVersion + dockbert$secondaryArchSuffix = $portVersion + app:DockBert = $portVersion " REQUIRES=" - haiku + haiku$secondaryArchSuffix " BUILD_REQUIRES=" @@ -39,6 +40,6 @@ BUILD() INSTALL() { mkdir -p $appsDir - cp -a source/objects/Dock $appsDir/Dock - addAppDeskbarSymlink $appsDir/Dock + cp -a source/objects/Dock $appsDir/DockBert + addAppDeskbarSymlink $appsDir/DockBert }