libX11: update to 1.4.3.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-04-07 09:08:53 +02:00
parent dae0c30da3
commit 3cd50ab764
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/{doc,man} ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/lib/X11/locale/common/*.a \
${DESTDIR}/usr/lib/X11/locale/common
}

View File

@ -1,13 +1,13 @@
# Template build file for 'libX11'.
pkgname=libX11
version=1.4.2
version=1.4.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-secure-rpc --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1830c3ac33222b6ae22e346c06a2e9346a8e7cac0053ee83adf294e2e54aa79f
checksum=38b5ddd93291714a46a02cb8a5dd94b995a04ed76a608551c44d1598e113635a
long_desc="
This is the libX11 library that is the C binding to the X protocol. It
is the foundation of practically every X Window System program out there.