19 lines
774 B
Text
19 lines
774 B
Text
# Template build file for 'libXfixes'.
|
|
pkgname=libXfixes
|
|
version=5.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
subpackages="$pkgname-devel"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xproto xextproto fixesproto libX11-devel"
|
|
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="${XORG_SITE}"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
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."
|