libX11: update to 1.5.0.
This commit is contained in:
parent
1c828bd565
commit
7a07a81e04
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libX11'.
|
||||
pkgname=libX11
|
||||
version=1.4.99.902
|
||||
version=1.5.0
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||
|
@ -11,12 +11,10 @@ short_desc="Base X libraries from modular Xorg X11"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
checksum=87de4a3821fe3bb65f861d74aaf18f84a841445c1cf641459254df802d58b91d
|
||||
checksum=c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86
|
||||
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.
|
||||
|
||||
This is from the modular X.org X11 project."
|
||||
is the foundation of practically every X Window System program out there."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in a new issue