mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
libXcursor: use xorgproto.
This commit is contained in:
parent
f6b719b013
commit
fdc878c313
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'libXcursor'.
|
# Template build file for 'libXcursor'.
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.15
|
version=1.1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fixesproto libXfixes-devel libXrender-devel"
|
makedepends="xorgproto libXfixes-devel libXrender-devel"
|
||||||
short_desc="Client-side cursor loading library for X"
|
short_desc="Client-side cursor loading library for X"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://xorg.freedesktop.org/wiki/"
|
homepage="http://xorg.freedesktop.org/wiki/"
|
||||||
|
@ -17,7 +17,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libXcursor-devel_package() {
|
libXcursor-devel_package() {
|
||||||
depends="xproto libXfixes-devel ${sourcepkg}>=${version}_${revision}"
|
depends="xorgproto libXfixes-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue