24 lines
893 B
Text
24 lines
893 B
Text
# Template build file for 'libXfixes'.
|
|
pkgname=libXfixes
|
|
version=5.0
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3
|
|
long_desc="
|
|
The X Fixes Extension provides workarounds for various limitations
|
|
in the core protocol. The extension is designed to hold various
|
|
vaguely related extension bits that change how the X server and
|
|
clients interact with fundamental parts of the window system.
|
|
|
|
This package provides the libXFixes library from the modular X.org
|
|
X11 project."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build xextproto
|
|
Add_dependency build fixesproto
|
|
Add_dependency build libX11-devel
|