libXcursor: rebuild with Xrender support, revbump.
This commit is contained in:
parent
d241fcd3d9
commit
f57954d653
|
@ -1 +1,4 @@
|
|||
libc.so.6
|
||||
libXrender.so.1
|
||||
libXfixes.so.3
|
||||
libX11.so.6
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user