From 9db1ba83ffd4ec6abc0cffe18e2305532f4c448d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Jul 2011 08:21:25 +0200 Subject: [PATCH] libX11: update to 1.4.4. --- srcpkgs/libX11/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 5045831cc5c..acf2beb1803 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,14 +1,15 @@ # Template build file for 'libX11'. pkgname=libX11 -version=1.4.3 -revision=1 +version=1.4.4 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto --disable-secure-rpc --enable-loadable-i18n" short_desc="Base X libraries from modular Xorg X11" maintainer="Juan RP " -checksum=38b5ddd93291714a46a02cb8a5dd94b995a04ed76a608551c44d1598e113635a +homepage="http://xorg.freedesktop.org/" +license="MIT" +checksum=7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d 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. @@ -28,3 +29,8 @@ Add_dependency build bigreqsproto Add_dependency build inputproto Add_dependency build xf86bigfontproto Add_dependency build libxcb-devel + +post_install() +{ + vinstall COPYING 644 usr/share/licenses/${pkgname} +}