enchant, bump version (#9164)

This commit is contained in:
Schrijvers Luc
2023-08-09 13:15:27 +00:00
committed by GitHub
parent a2fb3b11e1
commit d3259971bc

View File

@@ -16,7 +16,7 @@ COPYRIGHT="2003-2020 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="3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03"
CHECKSUM_SHA256="149e224cdd2ca825d874639578b6246e07f37d5b8f3970658a377a1ef46f2e15"
ARCHITECTURES="all !x86_gcc2 ?x86"
SECONDARY_ARCHITECTURES="x86"
@@ -44,7 +44,7 @@ REQUIRES="
PROVIDES_devel="
enchant${secondaryArchSuffix}_devel = $portVersion
devel:libenchant_2$secondaryArchSuffix = $portVersion
devel:libenchant_2$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
enchant$secondaryArchSuffix == $portVersion base
@@ -61,6 +61,7 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:groff
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
@@ -88,7 +89,10 @@ INSTALL()
libenchant-2
packageEntries devel \
$developDir
$developDir \
$docDir
#clean empty directory
rmdir $documentationDir/packages
}
TEST()