diff --git a/srcpkgs/libX11/libX11-devel.template b/srcpkgs/libX11/libX11-devel.template index 44716d8c1e..fd43c74740 100644 --- a/srcpkgs/libX11/libX11-devel.template +++ b/srcpkgs/libX11/libX11-devel.template @@ -1,12 +1,11 @@ # Template file for 'libX11-devel'. # -depends="xproto kbproto libxcb-devel libX11" +depends="xproto kbproto libxcb-devel libX11>=$version" short_desc="${short_desc} - development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - do_install() { vmove usr/include usr vmove "usr/lib/*.a" usr/lib diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 92568ac3ef..564baeddf2 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,24 +1,23 @@ # Template build file for 'libX11'. pkgname=libX11 -version=1.4.99.901 +version=1.4.99.902 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" makedepends="pkg-config xproto>=7.0.23 xextproto xtrans xcmiscproto kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel" +subpackages="$pkgname-devel" short_desc="Base X libraries from modular Xorg X11" maintainer="Juan RP " homepage="http://xorg.freedesktop.org/" license="MIT" -checksum=bf238569e07e459651265735e093103322478e4d07265ad9eb55aba4d9db26db +checksum=87de4a3821fe3bb65f861d74aaf18f84a841445c1cf641459254df802d58b91d 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." -subpackages="$pkgname-devel" - post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname} }