mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
chroot-gettext: also install gettext cmd, required by shotwell-0.15.
This commit is contained in:
parent
ac93f1c5c4
commit
18731ed599
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template build file for 'chroot-gettext'.
|
# Template build file for 'chroot-gettext'.
|
||||||
pkgname=chroot-gettext
|
pkgname=chroot-gettext
|
||||||
version=0.18.3
|
version=0.18.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gettext-${version}"
|
wrksrc="gettext-${version}"
|
||||||
build_wrksrc=gettext-tools
|
|
||||||
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
|
--disable-libasprintf --enable-threads=posix --disable-rpath
|
||||||
|
@ -28,6 +27,6 @@ chroot-gettext_package() {
|
||||||
conflicts="gettext>=0"
|
conflicts="gettext>=0"
|
||||||
provides="gettext-${version}"
|
provides="gettext-${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue