From f57954d653f88cafeba28df7ff79c501271b3e20 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 9 Mar 2012 14:49:39 +0100 Subject: [PATCH] libXcursor: rebuild with Xrender support, revbump. --- srcpkgs/libXcursor/libXcursor.rshlibs | 3 +++ srcpkgs/libXcursor/template | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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