22 lines
837 B
Text
22 lines
837 B
Text
# Template build file for 'libXrandr'.
|
|
pkgname=libXrandr
|
|
version=1.4.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
subpackages="$pkgname-devel"
|
|
makedepends="pkg-config randrproto>=1.4.0 libXext-devel libXrender-devel"
|
|
short_desc="X RandR Library from X.org"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="${XORG_SITE}"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
checksum=033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3
|
|
long_desc="
|
|
This package provides the X RandR Library from the modular X.org
|
|
X11 project.
|
|
|
|
This simple library is designed to interface with the X Resize,
|
|
Rotate, and Reflection Extension. This allows clients to change
|
|
the size and rotation of the root window of a screen, along with
|
|
the ability to reflect the screen about either axis."
|