pixman: update to 0.20.2.

This commit is contained in:
Juan RP 2011-01-19 18:03:13 +01:00
parent 3cbd181539
commit 49205a5339

View file

@ -1,16 +1,16 @@
# Template build file for 'pixman'. # Template build file for 'pixman'.
pkgname=pixman pkgname=pixman
version=0.20.0 version=0.20.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-gtk" # do not require gtk+! configure_args="--disable-gtk" # do not require gtk+!
short_desc="Library of low-level pixel manipulation routines" short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5 checksum=30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9
long_desc=" long_desc="
Pixel manipulation library for modular X.org." Pixel manipulation library for modular X.org."
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build perl Add_dependency build perl
Add_dependency run glibc