libX11: update to 1.6.1.

This commit is contained in:
Juan RP 2013-07-30 09:36:25 +02:00
parent fb5731e55a
commit 1bec9ed1c7
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'libX11'.
pkgname=libX11
version=1.6.0
version=1.6.1
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa
checksum=10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
@ -33,6 +33,7 @@ libX11-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/man
}
}