24 lines
863 B
Plaintext
24 lines
863 B
Plaintext
# Template build file for 'libXfixes'.
|
|
pkgname=libXfixes
|
|
version=4.0.3
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=547e093c5037c4b85ce653ce26f5bd70a97b177f9b582f5351a626d8e0a829dd
|
|
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="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build fixesproto
|
|
Add_dependency full glibc
|
|
Add_dependency full libX11
|