diff --git a/srcpkgs/libXcursor/libXcursor.rshlibs b/srcpkgs/libXcursor/libXcursor.rshlibs index 631aa1dda40..35dd625d754 100644 --- a/srcpkgs/libXcursor/libXcursor.rshlibs +++ b/srcpkgs/libXcursor/libXcursor.rshlibs @@ -1 +1,4 @@ libc.so.6 +libXrender.so.1 +libXfixes.so.3 +libX11.so.6 diff --git a/srcpkgs/libXcursor/template b/srcpkgs/libXcursor/template index 03bfd41c815..d6171719cb7 100644 --- a/srcpkgs/libXcursor/template +++ b/srcpkgs/libXcursor/template @@ -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 " 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