exo: update to 4.16.3.
This commit is contained in:
parent
b88ef5a32c
commit
613eb66b94
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'exo'
|
# Template file for 'exo'
|
||||||
pkgname=exo
|
pkgname=exo
|
||||||
version=4.16.2
|
version=4.16.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-locales-dir=/usr/share/locale"
|
configure_args="--disable-static --with-locales-dir=/usr/share/locale"
|
||||||
|
@ -12,14 +12,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://xfce.org/"
|
homepage="https://xfce.org/"
|
||||||
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
|
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
|
||||||
checksum=4e89f5536afbf1cb9191cceb720fb2764df1a4fae3459512b7320841ab5a9e9d
|
checksum=722dff3c3fe23f0a65405e63889cf247c99d092d3f9fb16dec78d062cfb8fae6
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Disable tests:
|
# Disable tests:
|
||||||
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
|
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
|
||||||
fi
|
fi
|
||||||
mkdir m4
|
|
||||||
NOCONFIGURE=1 xdt-autogen
|
NOCONFIGURE=1 xdt-autogen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue