diff --git a/srcpkgs/libX11/libX11-devel.template b/srcpkgs/libX11/libX11-devel.template index fd43c74740a..a4fe7f22d81 100644 --- a/srcpkgs/libX11/libX11-devel.template +++ b/srcpkgs/libX11/libX11-devel.template @@ -2,9 +2,6 @@ # 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 diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 8b31913c63a..5862b573cbf 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -1,21 +1,19 @@ # Template build file for 'libX11'. pkgname=libX11 version=1.5.0 -distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" +revision=2 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" +--disable-secure-rpc" +makedepends="pkg-config xproto>=7.0.23 xextproto xtrans xcmiscproto + kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel" subpackages="$pkgname-devel" -revision=1 short_desc="Base X libraries from modular Xorg X11" maintainer="Juan RP " homepage="http://xorg.freedesktop.org/" license="MIT" +distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" 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." post_install() { vinstall COPYING 644 usr/share/licenses/${pkgname}