mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
enchant: bump version.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user