mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gettext-devel: add xz to depends
/usr/bin/autopoint uses "tar xf" to extract /usr/share/gettext/archive.dir.tar.xz if /usr/bin/tar is provided by GNU tar, xz is needed
This commit is contained in:
parent
3b8bcc1991
commit
111dadcbc0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gettext'
|
# Template file for 'gettext'
|
||||||
pkgname=gettext
|
pkgname=gettext
|
||||||
version=0.20.1
|
version=0.20.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||||
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
||||||
|
@ -45,7 +45,7 @@ gettext-devel-examples_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gettext-devel_package() {
|
gettext-devel_package() {
|
||||||
depends="gettext-libs>=${version}_${revision}"
|
depends="gettext-libs>=${version}_${revision} xz"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue