libXcursor: rebuild with Xrender support, revbump.

This commit is contained in:
Juan RP 2012-03-09 14:49:39 +01:00
parent d241fcd3d9
commit f57954d653
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,4 @@
libc.so.6
libXrender.so.1
libXfixes.so.3
libX11.so.6

View File

@ -1,13 +1,14 @@
# Template build file for 'libXcursor'.
pkgname=libXcursor
version=1.1.13
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Client-side cursor loading library for X"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
homepage="http://xorg.freedesktop.org/wiki/"
license="custom"
license="MIT"
long_desc="
This package, libXcursor, provides the client-side cursor loading
library for X. This cursor management library is a simple library
@ -17,7 +18,7 @@ long_desc="
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build fixesproto ">=5.0_1"
Add_dependency build libXfixes-devel
Add_dependency build libX11-devel
Add_dependency build libXrender-devel