2009-03-19 01:27:18 +00:00
|
|
|
# Template build file for 'libXfixes'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXfixes
|
2011-04-11 13:12:22 +00:00
|
|
|
version=5.0
|
2013-03-18 19:15:41 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-18 19:15:41 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="xproto xextproto fixesproto libX11-devel"
|
2008-10-01 15:07:54 +00:00
|
|
|
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-18 19:15:41 +00:00
|
|
|
homepage="${XORG_SITE}"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-04-11 13:12:22 +00:00
|
|
|
checksum=537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3
|
2008-10-01 15:07:54 +00:00
|
|
|
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
|
2013-03-18 19:15:41 +00:00
|
|
|
clients interact with fundamental parts of the window system."
|