From 695733d4a49505f0f5e4fb5266524b85f34fe01f Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 1 Jan 2018 23:55:45 +0000 Subject: [PATCH] UltraDV: add Deskbar Symlink, add debuginfo (#2037) --- haiku-apps/ultradv/ultradv-0.0.1.recipe | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/haiku-apps/ultradv/ultradv-0.0.1.recipe b/haiku-apps/ultradv/ultradv-0.0.1.recipe index c6d8a56ca..304377a1e 100644 --- a/haiku-apps/ultradv/ultradv-0.0.1.recipe +++ b/haiku-apps/ultradv/ultradv-0.0.1.recipe @@ -4,10 +4,10 @@ created by Mediapede Inc in 1998. Features include 8 tracks of video, video \ capture, audio capture, transitions, real-time preview, and much more. The \ goal of this project is to complete the port to Haiku, and also provide a \ showcase for the awesomeness of the Haiku media server." -HOMEPAGE="https://github.com/Barrett17/UltraDV/" +HOMEPAGE="https://github.com/Barrett17/UltraDV" COPYRIGHT="1998-2017 UltraDV Project" LICENSE="MIT" -REVISION="3" +REVISION="4" gitCommit="886aad8b0456372d049642de424cc58663b9a977" SOURCE_URI="https://github.com/Barrett17/UltraDV/archive/$gitCommit.tar.gz" CHECKSUM_SHA256="eb2f23a964613eaf3ae364e70a1d4338363b06d99f3a788f044d70ece028c1cb" @@ -34,6 +34,9 @@ BUILD_PREREQUIRES=" cmd:which " +defineDebugInfoPackage ultradv \ + $appsDir/UltraDV + BUILD() { # not an autotools configure @@ -43,7 +46,7 @@ BUILD() INSTALL() { - mkdir -p $appsDir/UltraDV/ - - cp generated/distro-haiku-x86-*-debug/UltraDV $appsDir/UltraDV/ + install -d $appsDir + install -t $appsDir generated/distro-haiku-x86-*-debug/UltraDV + addAppDeskbarSymlink $appsDir/UltraDV }