exo: update to 4.16.3.

This commit is contained in:
mobinmob 2021-12-11 21:55:08 +02:00 committed by Piotr
parent b88ef5a32c
commit 613eb66b94

View file

@ -1,6 +1,6 @@
# Template file for 'exo'
pkgname=exo
version=4.16.2
version=4.16.3
revision=1
build_style=gnu-configure
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"
homepage="https://xfce.org/"
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
checksum=4e89f5536afbf1cb9191cceb720fb2764df1a4fae3459512b7320841ab5a9e9d
checksum=722dff3c3fe23f0a65405e63889cf247c99d092d3f9fb16dec78d062cfb8fae6
pre_configure() {
if [ "$CROSS_BUILD" ]; then
# Disable tests:
sed -i 's/^\([[:blank:]]*po\).*$/\1/;/^[[:blank:]]*tests$/d' Makefile.am
fi
mkdir m4
NOCONFIGURE=1 xdt-autogen
}