mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
libXcursor: rebuild with Xrender support, revbump.
This commit is contained in:
parent
d241fcd3d9
commit
f57954d653
2 changed files with 6 additions and 2 deletions
|
@ -1 +1,4 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libXrender.so.1
|
||||||
|
libXfixes.so.3
|
||||||
|
libX11.so.6
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
# Template build file for 'libXcursor'.
|
# Template build file for 'libXcursor'.
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.13
|
version=1.1.13
|
||||||
|
revision=1
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Client-side cursor loading library for X"
|
short_desc="Client-side cursor loading library for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
||||||
homepage="http://xorg.freedesktop.org/wiki/"
|
homepage="http://xorg.freedesktop.org/wiki/"
|
||||||
license="custom"
|
license="MIT"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package, libXcursor, provides the client-side cursor loading
|
This package, libXcursor, provides the client-side cursor loading
|
||||||
library for X. This cursor management library is a simple library
|
library for X. This cursor management library is a simple library
|
||||||
|
@ -17,7 +18,7 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xproto
|
Add_dependency build fixesproto ">=5.0_1"
|
||||||
Add_dependency build libXfixes-devel
|
Add_dependency build libXfixes-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libXrender-devel
|
Add_dependency build libXrender-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue