From ee7a6716ebb87078183c38d334439a886851f185 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 30 Nov 2019 13:59:08 +0100 Subject: [PATCH] enchant: bump version. --- ...hant-2.2.5.recipe => enchant-2.2.7.recipe} | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) rename app-text/enchant/{enchant-2.2.5.recipe => enchant-2.2.7.recipe} (87%) diff --git a/app-text/enchant/enchant-2.2.5.recipe b/app-text/enchant/enchant-2.2.7.recipe similarity index 87% rename from app-text/enchant/enchant-2.2.5.recipe rename to app-text/enchant/enchant-2.2.7.recipe index 883e2eaa6..05f8766cc 100644 --- a/app-text/enchant/enchant-2.2.5.recipe +++ b/app-text/enchant/enchant-2.2.7.recipe @@ -16,10 +16,10 @@ COPYRIGHT="2003-2019 Dom Lachowicz" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://github.com/AbiWord/enchant/releases/download/v$portVersion/enchant-$portVersion.tar.gz" -CHECKSUM_SHA256="ffce4ea00dbda1478d91c3e1538cadfe5761d9d6c0ceb27bc3dba51882fe1c47" +CHECKSUM_SHA256="1b22976135812b35cb5b8d21a53ad11d5e7c1426c93f51e7a314a2a42cab3a09" -ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86" +ARCHITECTURES="!x86_gcc2 ?x86 x86_64" +SECONDARY_ARCHITECTURES="x86" libVersion="$portVersion" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" @@ -40,7 +40,6 @@ REQUIRES=" lib:libhunspell_1.7$secondaryArchSuffix lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix - lib:libunittest++$secondaryArchSuffix #needed for the test " PROVIDES_devel=" @@ -69,7 +68,13 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure + runConfigure ./configure \ + --disable-static \ + --disable-hspell \ + --disable-ispell \ + --with-hunspell-dir=$dataDir/hunspell \ + --with-aspell-dir=$dataDir/aspell-0.60 + make $jobArgs } @@ -77,8 +82,7 @@ INSTALL() { make install - rm $libDir/enchant-2/*.la - rm $libDir/*.la + rm $libDir/enchant-2/*.la $libDir/*.la fixPkgconfig @@ -92,5 +96,5 @@ INSTALL() TEST() { #TEST fails for main.test - #make check + make check }