From bc45811c87619fcc258f43a2d2add6ebf9ef507c Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 10 Nov 2017 16:12:40 +0300 Subject: [PATCH] AbiWord: use safe source; disable on x86_64 --- app-office/abiword/abiword-2.4.recipe | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app-office/abiword/abiword-2.4.recipe b/app-office/abiword/abiword-2.4.recipe index 54317b2a9..2dea402c7 100644 --- a/app-office/abiword/abiword-2.4.recipe +++ b/app-office/abiword/abiword-2.4.recipe @@ -6,13 +6,15 @@ AbiWord allows you to collaborate with multiple people on one document at the \ same time. It is tightly integrated with the AbiCollab.net web service, which \ lets you store documents online, allows easy document sharing with your \ friends, and performs format conversions on the fly." -HOMEPAGE="http://www.abiword.org" +HOMEPAGE="https://www.abisource.com/" COPYRIGHT="1998-2014 the AbiSource community" LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="git+https://github.com/HaikuArchives/AbiWord.git#12071fa238640022e7160415ce0a960ebd7591db" - -ARCHITECTURES="x86_gcc2 x86" +REVISION="3" +COMMIT="217fbb622ee64efc181cd67d2742d6a60a086e2d" +SOURCE_URI="https://github.com/HaikuArchives/AbiWord/archive/$COMMIT.tar.gz" +SOURCE_DIR="AbiWord-$COMMIT" +CHECKSUM_SHA256="7ec2ddca905c8ccb923315d952d04e90a4c124d50dc42dddbd1957a8ee6e915e" +ARCHITECTURES="x86_gcc2 !x86_64" PROVIDES=" abiword = $portVersion @@ -41,6 +43,7 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" haiku_devel + cmd:cmp cmd:gcc cmd:make cmd:ld @@ -48,8 +51,7 @@ BUILD_PREREQUIRES=" BUILD() { - chmod +x abi/configure - chmod +x wv/configure + chmod +x abi/configure wv/configure cd abi/src # AbiWord doesn't build with multiple jobs specified make @@ -59,5 +61,5 @@ INSTALL() { mkdir $appsDir cp abi/src/*/bin/* $appsDir - addAppDeskbarSymlink $appsDir/AbiWord AbiWord + addAppDeskbarSymlink $appsDir/AbiWord }