From 89942b95884a4cb21049104df5eefecc5d1a1d5b Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Thu, 12 Mar 2015 23:12:09 +0300 Subject: [PATCH] DocumentViewer: update to the latest commit --- .../documentviewer-0.3_git.recipe | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/haiku-apps/documentviewer/documentviewer-0.3_git.recipe b/haiku-apps/documentviewer/documentviewer-0.3_git.recipe index 8834cff26..d8e6d0126 100644 --- a/haiku-apps/documentviewer/documentviewer-0.3_git.recipe +++ b/haiku-apps/documentviewer/documentviewer-0.3_git.recipe @@ -1,12 +1,10 @@ -SUMMARY="A viewer supporting PDF and DJVU Files" -DESCRIPTION="DocumentViewer is a viewer that supports PDF and DJVU Files." +SUMMARY="A viewer supporting PDF and DJVU files" +DESCRIPTION="DocumentViewer is a viewer that supports PDF and DJVU files." LICENSE="MIT" COPYRIGHT="2010-2014 Haiku, Inc" -HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer/" -SRC_URI="https://github.com/HaikuArchives/DocumentViewer/archive/eac703f.tar.gz" -REVISION="3" -SOURCE_DIR="DocumentViewer-eac703ff0c76c2bca660fc64eab2ec2739f331a4" -CHECKSUM_SHA256="8ab465d2d411d9a75d0d185f710a739b6b5749bf5b68a667222e315ad6879294" +HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer" +SRC_URI="git://github.com/HaikuArchives/DocumentViewer#044c2f3" +REVISION="4" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -46,17 +44,19 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:find cmd:g++$secondaryArchSuffix - cmd:jam + cmd:make + makefile_engine " BUILD() { - jam -q $jobArgs + cd application + make $jobArgs OBJ_DIR=objects } INSTALL() { mkdir -p $appsDir - cp application/DocumentViewer $appsDir + cp application/objects/DocumentViewer $appsDir addAppDeskbarSymlink $appsDir/DocumentViewer }