libX11: update to 1.6.8.

This commit is contained in:
Juan RP 2019-06-27 09:23:33 +02:00
parent 7e2532f26d
commit 29550086db
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,7 +1,7 @@
# Template file for 'libX11' # Template file for 'libX11'
pkgname=libX11 pkgname=libX11
version=1.6.7 version=1.6.8
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull" --enable-static --enable-malloc0returnsnull"
@ -12,7 +12,7 @@ maintainer="maxice8 <thinkbit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="http://xorg.freedesktop.org/" homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2" distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
checksum=910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348 checksum=b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorgproto xtrans" hostmakedepends+=" libtool automake xorgproto xtrans"