mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libbytesize: update to 2.7.
This commit is contained in:
parent
01e2f18258
commit
399608318e
1 changed files with 3 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=2.6
|
version=2.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gettext python3"
|
hostmakedepends="gettext python3"
|
||||||
makedepends="mpfr-devel pcre2-devel"
|
makedepends="mpfr-devel pcre2-devel"
|
||||||
|
@ -12,17 +12,10 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/storaged-project/libbytesize"
|
homepage="https://github.com/storaged-project/libbytesize"
|
||||||
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
|
changelog="https://raw.githubusercontent.com/storaged-project/libbytesize/master/NEWS.rst"
|
||||||
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
||||||
checksum=efaa2b35b2bb3b52bf7b4ff5d0ed2c5c61360a5196053808d615dd0aa2cf0741
|
checksum=8bae8287af6ef5624c320f70defdcd84ddc0c2057d3b59a5871897f27697811e
|
||||||
# checks fails in libbytesize_unittest.sh
|
# checks fails in libbytesize_unittest.sh
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
# Disable test that depends on unpackaged pocketlint
|
|
||||||
sed -i 's|canary_tests.sh$||g' tests/Makefile
|
|
||||||
# Default locale doesn't work
|
|
||||||
sed -i 's|DEFAULT_LOCALE =.*|DEFAULT_LOCALE = "C"|g' tests/libbytesize_unittest.py
|
|
||||||
}
|
|
||||||
|
|
||||||
libbytesize-devel_package() {
|
libbytesize-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue