mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
enchant2: update to 2.6.4.
This commit is contained in:
parent
b7cb9d436a
commit
286c4a693d
1 changed files with 2 additions and 9 deletions
|
@ -1,15 +1,8 @@
|
||||||
# Template file for 'enchant2'
|
# Template file for 'enchant2'
|
||||||
pkgname=enchant2
|
pkgname=enchant2
|
||||||
version=2.6.1
|
version=2.6.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;
|
|
||||||
# might be a bug in their build system that only this directory and/or file aren't
|
|
||||||
# suffixed appropriately.
|
|
||||||
# passing this in make is safe because this is the value used to define the macro
|
|
||||||
# that their code uses to find enchant.ordering
|
|
||||||
make_build_args="pkgdatadir=/usr/share/enchant-2"
|
|
||||||
make_install_args="$make_build_args"
|
|
||||||
# tests need --enable-relocatable
|
# tests need --enable-relocatable
|
||||||
configure_args="--enable-relocatable"
|
configure_args="--enable-relocatable"
|
||||||
hostmakedepends="pkg-config groff"
|
hostmakedepends="pkg-config groff"
|
||||||
|
@ -22,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://abiword.github.io/enchant/"
|
homepage="https://abiword.github.io/enchant/"
|
||||||
changelog="https://raw.githubusercontent.com/AbiWord/enchant/master/NEWS"
|
changelog="https://raw.githubusercontent.com/AbiWord/enchant/master/NEWS"
|
||||||
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=f24e12469137ae1d03140bb9032a47a5947c36f4d1e2f12b929061005eb15279
|
checksum=833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c
|
||||||
make_check=no # tests broken
|
make_check=no # tests broken
|
||||||
|
|
||||||
enchant2-devel_package() {
|
enchant2-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue