mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
enchant2: update to 2.2.15
Also necessary for the nuspell soname bump. Picks up comment from: https://github.com/void-linux/void-packages/pull/27323
This commit is contained in:
parent
00dfb637c6
commit
1d79784495
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'enchant2'
|
# Template file for 'enchant2'
|
||||||
pkgname=enchant2
|
pkgname=enchant2
|
||||||
version=2.2.13
|
version=2.2.15
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="enchant-${version}"
|
wrksrc="enchant-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="pkgdatadir=/usr/share/enchant-2"
|
# tests need --enable-relocatable
|
||||||
make_install_args="$make_build_args"
|
configure_args="--enable-relocatable"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
|
makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
|
||||||
libnuspell-devel icu-devel boost-devel"
|
libnuspell-devel"
|
||||||
|
checkdepends="unittest-cpp"
|
||||||
short_desc="Generic spell checking library"
|
short_desc="Generic spell checking library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://abiword.github.io/enchant/"
|
homepage="https://abiword.github.io/enchant/"
|
||||||
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
|
distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
|
||||||
checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
|
checksum=3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03
|
||||||
|
|
||||||
enchant2-devel_package() {
|
enchant2-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue